@owservable/actions 1.8.0 → 1.8.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/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owservable/actions",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "actions pattern",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20"
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"sync": "git pull & git fetch origin & git merge origin/main & pnpm i & git branch",
|
|
28
28
|
"docs": "typedoc --readme none --out docs src/owservable.actions.ts",
|
|
29
29
|
"test": "jest --coverage --config jest.config.js",
|
|
30
|
+
"quick": "jest --config jest.config.js",
|
|
30
31
|
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
|
|
31
32
|
"sonar": "sonarjs -e .sonarlint/**,node_modules/**,coverage/**,.nyc_output/**",
|
|
32
33
|
"test_qube": "jest --coverage --config jest.config.js --reporter=jest-sonar-reporter",
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
"preinstall": "npx only-allow pnpm"
|
|
38
39
|
},
|
|
39
40
|
"dependencies": {
|
|
40
|
-
"@owservable/folders": "^1.8.
|
|
41
|
+
"@owservable/folders": "^1.8.1",
|
|
41
42
|
"@types/node": "^24.1.0",
|
|
42
43
|
"commander": "^14.0.0"
|
|
43
44
|
},
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
"tslint-config-prettier": "^1.18.0",
|
|
58
59
|
"tslint-etc": "^1.13.7",
|
|
59
60
|
"typedoc": "^0.28.8",
|
|
60
|
-
"typescript": "^5.
|
|
61
|
+
"typescript": "^5.9.2"
|
|
61
62
|
},
|
|
62
63
|
"pnpm": {
|
|
63
64
|
"allowedDeprecatedVersions": {
|
|
@@ -87,5 +88,5 @@
|
|
|
87
88
|
},
|
|
88
89
|
"neverBuiltDependencies": []
|
|
89
90
|
},
|
|
90
|
-
"packageManager": "pnpm@10.
|
|
91
|
+
"packageManager": "pnpm@10.14.0"
|
|
91
92
|
}
|