orak-util-ts 0.0.34 → 0.0.35
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 +9 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orak-util-ts",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.35",
|
|
4
4
|
"description": "Orak Software Utility Typescript Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/orak-util-ts.cjs",
|
|
@@ -29,23 +29,25 @@
|
|
|
29
29
|
"terser": "^5.39.0",
|
|
30
30
|
"tsup": "^8.3.0",
|
|
31
31
|
"typescript": "^5.2.2",
|
|
32
|
-
"vitest": "^2.1.2"
|
|
33
|
-
"@types/react": "^18.3.20"
|
|
32
|
+
"vitest": "^2.1.2"
|
|
34
33
|
},
|
|
35
34
|
"dependencies": {
|
|
36
|
-
"axios": "^1.8.4"
|
|
35
|
+
"axios": "^1.8.4",
|
|
36
|
+
"orak-util-ts": "link:"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"solid-js": "^1.9.5"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
|
-
"
|
|
42
|
+
"ku-install": "pnpm install",
|
|
43
43
|
"dev": "tsup --watch",
|
|
44
44
|
"test": "vitest run",
|
|
45
45
|
"test:watch": "vitest",
|
|
46
46
|
"build": "tsup",
|
|
47
|
-
"
|
|
47
|
+
"ku-buildPub": "tsup && pnpm publish --no-git-checks",
|
|
48
48
|
"pnpm-link-orak-util-ts": "pnpm link --global",
|
|
49
|
-
"pn-unlink-orak-util-ts": "pnpm unlink orak-util-ts"
|
|
49
|
+
"pn-unlink-orak-util-ts": "pnpm unlink orak-util-ts",
|
|
50
|
+
"pn-list-global": "pnpm list -g",
|
|
51
|
+
"pn-remove": "pnpm remove orak-util-ts -g"
|
|
50
52
|
}
|
|
51
53
|
}
|