encoding-tools 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name":
|
|
3
3
|
"encoding-tools",
|
|
4
4
|
"version":
|
|
5
|
-
"0.0.
|
|
5
|
+
"0.0.8",
|
|
6
6
|
"description":
|
|
7
7
|
"A multi-language collection of encoding tools.",
|
|
8
8
|
"funding": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"crash-js-webpack":
|
|
63
|
-
"^0.0.
|
|
63
|
+
"^0.0.17",
|
|
64
64
|
"eslint":
|
|
65
65
|
"^10.3.0",
|
|
66
66
|
"globals":
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"base64-stream":
|
|
81
81
|
"^1.0.0",
|
|
82
82
|
"crash-js":
|
|
83
|
-
"^0.1.
|
|
83
|
+
"^0.1.121",
|
|
84
84
|
"tmcsplit":
|
|
85
85
|
"^0.0.10",
|
|
86
86
|
"yargs":
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"build-fs-worker":
|
|
105
105
|
"npx webpack --mode 'production' --config 'fs-worker.webpack.config.cjs' --stats-error-details && for _target in 'bin2txt' 'encoding-tools' 'libbin2txt' 'libtxt2bin' 'txt2bin'; do cp 'fs-worker.js' 'dist/'${_target}; done",
|
|
106
106
|
"build-encoding-tools":
|
|
107
|
-
"npx webpack --mode 'production' --config 'webpack.config.cjs' --stats-error-details && mv '
|
|
107
|
+
"npx webpack --mode 'production' --config 'webpack.config.cjs' --stats-error-details && mv 'encoding-tools.js' 'dist/encoding-tools'",
|
|
108
108
|
"build-libbin2txt":
|
|
109
109
|
"npx webpack --mode 'production' --config 'libbin2txt.webpack.config.cjs' --stats-error-details && mv 'libbin2txt.js' 'dist/libbin2txt'",
|
|
110
110
|
"build-libtxt2bin":
|