linqx 0.1.9 → 0.2.0
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 +3 -2
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "huoshan12345",
|
|
4
4
|
"description": "Modern fork of linq with more APIs",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.2.0",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"homepage": "https://github.com/huoshan12345/linqx",
|
|
9
9
|
"repository": {
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"LICENSE"
|
|
30
30
|
],
|
|
31
31
|
"devDependencies": {
|
|
32
|
+
"@phiberber/pinst": "^3.0.1",
|
|
32
33
|
"@types/node": "^25.6.0",
|
|
33
34
|
"npm-run-all2": "^8.0.4",
|
|
34
35
|
"shx": "^0.4.0",
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"vitest": "^4.1.4"
|
|
37
38
|
},
|
|
38
39
|
"scripts": {
|
|
39
|
-
"
|
|
40
|
+
"_preinstall": "npx only-allow pnpm",
|
|
40
41
|
"clean": "shx rm -rf dist/** && shx rm -f *.tgz",
|
|
41
42
|
"copy": "shx cp linq.js dist && shx cp linq.d.ts dist",
|
|
42
43
|
"build": "run-s clean && tsc && run-s copy",
|