File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use strict'
22// history
33// external modules
4- var LZString = require ( 'lz-string' )
4+ var LZString = require ( '@hackmd/ lz-string' )
55
66// core
77var config = require ( './config' )
Original file line number Diff line number Diff line change 22// external modules
33var fs = require ( 'fs' )
44var path = require ( 'path' )
5- var LZString = require ( 'lz-string' )
5+ var LZString = require ( '@hackmd/ lz-string' )
66var base64url = require ( 'base64url' )
77var md = require ( 'markdown-it' ) ( )
88var metaMarked = require ( 'meta-marked' )
Original file line number Diff line number Diff line change 2121 "@hackmd/idle-js" : " ^1.0.1" ,
2222 "@hackmd/imgur" : " ^0.4.1" ,
2323 "@hackmd/js-sequence-diagrams" : " ^0.0.1-alpha.2" ,
24+ "@hackmd/lz-string" : " 1.4.4" ,
2425 "@passport-next/passport-openid" : " ^1.0.0" ,
2526 "archiver" : " ^2.1.1" ,
2627 "async" : " ^2.1.4" ,
6263 "keymaster" : " ^1.6.2" ,
6364 "list.js" : " ^1.5.0" ,
6465 "lodash" : " ^4.17.11" ,
65- "lz-string" : " git+https://github.com/hackmdio/lz-string.git" ,
6666 "markdown-it" : " ^8.2.2" ,
6767 "markdown-it-abbr" : " ^1.0.4" ,
6868 "markdown-it-container" : " ^2.0.0" ,
189189 "mocha" : " ^5.2.0" ,
190190 "mock-require" : " ^3.0.3" ,
191191 "optimize-css-assets-webpack-plugin" : " ^5.0.0" ,
192- "sequelize-cli" : " ^5.4.0" ,
193192 "script-loader" : " ^0.7.2" ,
193+ "sequelize-cli" : " ^5.4.0" ,
194194 "string-loader" : " ^0.0.1" ,
195195 "style-loader" : " ^0.21.0" ,
196196 "uglifyjs-webpack-plugin" : " ^1.2.7" ,
Original file line number Diff line number Diff line change 22/* global serverurl, moment */
33
44import store from 'store'
5- import LZString from 'lz-string'
5+ import LZString from '@hackmd/ lz-string'
66
77import escapeHTML from 'lodash/escape'
88
Original file line number Diff line number Diff line change @@ -200,7 +200,6 @@ module.exports = {
200200 index : [
201201 'babel-polyfill' ,
202202 'script-loader!jquery-ui-resizable' ,
203- 'expose-loader?LZString!lz-string' ,
204203 'script-loader!codemirror' ,
205204 'script-loader!inlineAttachment' ,
206205 'script-loader!jqueryTextcomplete' ,
@@ -249,7 +248,6 @@ module.exports = {
249248 'expose-loader?hljs!highlight.js' ,
250249 'expose-loader?emojify!emojify.js' ,
251250 'script-loader!gist-embed' ,
252- 'expose-loader?LZString!lz-string' ,
253251 'script-loader!codemirror' ,
254252 'script-loader!inlineAttachment' ,
255253 'script-loader!jqueryTextcomplete' ,
Original file line number Diff line number Diff line change 4646 resolved "https://registry.yarnpkg.com/@hackmd/js-sequence-diagrams/-/js-sequence-diagrams-0.0.1-alpha.2.tgz#dec87c02b0483a18be6725c4bb7a53df1c701e36"
4747 integrity sha512-UCkaIuvpi5mDyxGXPaJIM8LJLR9X8yAZk0c58Byjx/bVPvMcFOT+Kyft7LjAbO5ct6MFAVNrhs/6jqY2RfRhLA==
4848
49+ " @hackmd/lz-string@1.4.4 " :
50+ version "1.4.4"
51+ resolved "https://registry.yarnpkg.com/@hackmd/lz-string/-/lz-string-1.4.4.tgz#3f2a9e93c209cb43dc4097e2a8eea3fd87ff45f9"
52+ integrity sha512-KP8U3BGp/qOdoQBfQp1nHvdyT/xi3dBV2qq8YPv1P5rBCR7OF9NpGTdAoOR6n3fONEaMJBdy069cGGbycJolpQ==
53+
4954" @passport-next/passport-openid@^1.0.0 " :
5055 version "1.0.0"
5156 resolved "https://registry.yarnpkg.com/@passport-next/passport-openid/-/passport-openid-1.0.0.tgz#d3b5e067a9aa1388ed172ab7cc02c39b8634283d"
You can’t perform that action at this time.
0 commit comments