@owservable/actions 2.0.2 → 2.0.3
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 +11 -9
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owservable/actions",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "actions pattern",
|
|
5
5
|
"engines": {
|
|
6
|
-
"node": ">=
|
|
6
|
+
"node": ">=22.11.0"
|
|
7
7
|
},
|
|
8
8
|
"main": "./lib/owservable.actions.js",
|
|
9
9
|
"types": "./lib/owservable.actions.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"minimumReleaseAge": 2880,
|
|
20
20
|
"scripts": {
|
|
21
|
-
"all": "pnpm i & pnpm dedupe & pnpm audit --fix & pnpm clean & pnpm format & pnpm build &
|
|
21
|
+
"all": "pnpm i & pnpm dedupe & pnpm audit --fix & pnpm clean & pnpm format & pnpm build & skeletest -f & strictr -f & pnpm test & pnpm docs",
|
|
22
22
|
"clear:lib": "del /S /Q lib\\*",
|
|
23
23
|
"build": "pnpm clear:lib & tsc",
|
|
24
24
|
"build:watch": "tsc --watch",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"preinstall": "npx only-allow pnpm"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@owservable/folders": "^2.0.
|
|
43
|
-
"@types/node": "^25.0.
|
|
42
|
+
"@owservable/folders": "^2.0.3",
|
|
43
|
+
"@types/node": "^25.0.10",
|
|
44
44
|
"commander": "^14.0.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"coveralls": "^3.0.9",
|
|
49
49
|
"jest": "^30.2.0",
|
|
50
50
|
"jest-sonar-reporter": "^2.0.0",
|
|
51
|
-
"prettier": "^3.
|
|
51
|
+
"prettier": "^3.8.1",
|
|
52
52
|
"skeletest": "^0.7.3",
|
|
53
53
|
"sonarjs": "^1.0.0",
|
|
54
54
|
"source-map-support": "^0.5.21",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"tslint": "^6.1.3",
|
|
59
59
|
"tslint-config-prettier": "^1.18.0",
|
|
60
60
|
"tslint-etc": "^1.13.7",
|
|
61
|
-
"typedoc": "^0.28.
|
|
61
|
+
"typedoc": "^0.28.16",
|
|
62
62
|
"typescript": "^5.9.3"
|
|
63
63
|
},
|
|
64
64
|
"pnpm": {
|
|
@@ -89,9 +89,11 @@
|
|
|
89
89
|
"tar-fs@>=3.0.0 <3.1.1": ">=3.1.1",
|
|
90
90
|
"js-yaml@<3.14.2": ">=3.14.2",
|
|
91
91
|
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
|
|
92
|
-
"qs@<6.14.1": ">=6.14.1"
|
|
92
|
+
"qs@<6.14.1": ">=6.14.1",
|
|
93
|
+
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
|
|
94
|
+
"diff@<4.0.4": ">=4.0.4"
|
|
93
95
|
},
|
|
94
96
|
"neverBuiltDependencies": []
|
|
95
97
|
},
|
|
96
|
-
"packageManager": "pnpm@10.
|
|
98
|
+
"packageManager": "pnpm@10.28.2"
|
|
97
99
|
}
|