7zip-bin-wrapper 1.0.27 → 1.0.28
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.29.2",
|
|
5
5
|
"schemaVersion": 1009,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
{
|
|
548
548
|
"kind": "Reference",
|
|
549
549
|
"text": "EventEmitter",
|
|
550
|
-
"canonicalReference": "
|
|
550
|
+
"canonicalReference": "!\"\\\"events\\\"\"~EventEmitter:class"
|
|
551
551
|
},
|
|
552
552
|
{
|
|
553
553
|
"kind": "Content",
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
{
|
|
1104
1104
|
"kind": "Reference",
|
|
1105
1105
|
"text": "Transform",
|
|
1106
|
-
"canonicalReference": "
|
|
1106
|
+
"canonicalReference": "!\"\\\"stream\\\"\"~internal.Transform:class"
|
|
1107
1107
|
},
|
|
1108
1108
|
{
|
|
1109
1109
|
"kind": "Content",
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
{
|
|
1135
1135
|
"kind": "Reference",
|
|
1136
1136
|
"text": "BufferEncoding",
|
|
1137
|
-
"canonicalReference": "
|
|
1137
|
+
"canonicalReference": "!\"\\\"buffer\\\"\"~__global.BufferEncoding:type"
|
|
1138
1138
|
},
|
|
1139
1139
|
{
|
|
1140
1140
|
"kind": "Content",
|
package/docs/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "7zip-bin-wrapper",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.28",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GongT <gongteng524702837@gmail.com>",
|
|
7
7
|
"main": "./dist/_export_all_in_one_index.cjs",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"7zip-bin": "^5.2.0",
|
|
28
|
-
"@build-script/builder": "^3.2.
|
|
29
|
-
"@build-script/export-all-in-one": "^3.1.
|
|
28
|
+
"@build-script/builder": "^3.2.9",
|
|
29
|
+
"@build-script/export-all-in-one": "^3.1.7",
|
|
30
30
|
"@build-script/single-dog-asset": "^1.0.22",
|
|
31
|
-
"@build-script/typescript-transformer-dual-package": "^2.0.
|
|
32
|
-
"@types/node": "^18.
|
|
31
|
+
"@build-script/typescript-transformer-dual-package": "^2.0.2",
|
|
32
|
+
"@types/node": "^18.7.2",
|
|
33
33
|
"@types/split2": "^3.2.1",
|
|
34
34
|
"gulp": "^4.0.2",
|
|
35
35
|
"local-rig": "^1.0.0",
|