@plugjs/zip 0.2.7 → 0.3.1
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/dist/index.mjs +1 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
2
|
-
var __commonJS = (cb, mod) => function __require() {
|
|
3
|
-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
4
|
-
};
|
|
5
|
-
|
|
6
1
|
// index.ts
|
|
7
2
|
import { installForking } from "@plugjs/plug/fork";
|
|
8
3
|
import { requireResolve } from "@plugjs/plug/paths";
|
|
9
|
-
|
|
10
|
-
"index.ts"() {
|
|
11
|
-
installForking("zip", requireResolve(import.meta.url, "./zip"), "Zip");
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
export default require_src();
|
|
4
|
+
installForking("zip", requireResolve(import.meta.url, "./zip"), "Zip");
|
|
15
5
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../src/index.ts"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": ";AAAA,SAAS,sBAAsB;AAC/B,SAAS,sBAAsB;AAa/B,eAAe,OAAO,eAAe,iBAAW,OAAO,GAAG,KAAK;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plugjs/zip",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"type": "
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"yauzl": "^2.10.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@plugjs/plug": "0.
|
|
41
|
+
"@plugjs/plug": "0.3.1"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|
|
44
44
|
"*.md",
|