@owservable/actions 1.8.5 → 1.8.6
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 +92 -92
package/package.json
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@owservable/actions",
|
|
3
|
-
"version": "1.8.
|
|
4
|
-
"description": "actions pattern",
|
|
5
|
-
"engines": {
|
|
6
|
-
"node": ">=20"
|
|
7
|
-
},
|
|
8
|
-
"main": "./lib/owservable.actions.js",
|
|
9
|
-
"types": "./lib/owservable.actions.d.ts",
|
|
10
|
-
"author": "Predrag Stojadinovic <predrag@stojadinovic.net>",
|
|
11
|
-
"license": "Unlicense",
|
|
12
|
-
"files": [
|
|
13
|
-
"lib/**/*"
|
|
14
|
-
],
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/owservable/actions.git"
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"all": "pnpm i & pnpm dedupe & pnpm audit --fix & pnpm clean & pnpm format & pnpm build & pnpm test & pnpm docs & skeletest & strictr",
|
|
21
|
-
"clear:lib": "del /S /Q lib\\*",
|
|
22
|
-
"build": "pnpm clear:lib & tsc",
|
|
23
|
-
"build:watch": "tsc --watch",
|
|
24
|
-
"lint": "tslint -p tsconfig.json",
|
|
25
|
-
"clean": "tslint --config tslint-imports.json --fix --project .",
|
|
26
|
-
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
27
|
-
"sync": "git pull & git fetch origin & git merge origin/main & pnpm i & git branch",
|
|
28
|
-
"docs": "typedoc --readme none --out docs src/owservable.actions.ts",
|
|
29
|
-
"test": "jest --coverage --config jest.config.js",
|
|
30
|
-
"quick": "jest --config jest.config.js",
|
|
31
|
-
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
|
|
32
|
-
"sonar": "sonarjs -e .sonarlint/**,node_modules/**,coverage/**,.nyc_output/**",
|
|
33
|
-
"test_qube": "jest --coverage --config jest.config.js --reporter=jest-sonar-reporter",
|
|
34
|
-
"up": "pnpm up -i",
|
|
35
|
-
"latest": "pnpm up -i -L",
|
|
36
|
-
"l": "pnpm i & pnpm latest",
|
|
37
|
-
"srctree": "dir src /s /b > srctree.txt",
|
|
38
|
-
"preinstall": "npx only-allow pnpm"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"@owservable/folders": "^1.8.
|
|
42
|
-
"@types/node": "^24.
|
|
43
|
-
"commander": "^14.0.
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@types/jest": "^30.0.0",
|
|
47
|
-
"coveralls": "^3.0.9",
|
|
48
|
-
"jest": "^30.1.
|
|
49
|
-
"jest-sonar-reporter": "^2.0.0",
|
|
50
|
-
"prettier": "^3.6.2",
|
|
51
|
-
"skeletest": "^0.7.3",
|
|
52
|
-
"sonarjs": "^1.0.0",
|
|
53
|
-
"source-map-support": "^0.5.21",
|
|
54
|
-
"strictr": "^0.5.5",
|
|
55
|
-
"ts-jest": "^29.4.
|
|
56
|
-
"ts-node": "^10.9.2",
|
|
57
|
-
"tslint": "^6.1.3",
|
|
58
|
-
"tslint-config-prettier": "^1.18.0",
|
|
59
|
-
"tslint-etc": "^1.13.7",
|
|
60
|
-
"typedoc": "^0.28.
|
|
61
|
-
"typescript": "^5.9.2"
|
|
62
|
-
},
|
|
63
|
-
"pnpm": {
|
|
64
|
-
"allowedDeprecatedVersions": {
|
|
65
|
-
"tslint": "6.1.3"
|
|
66
|
-
},
|
|
67
|
-
"updateConfig": {
|
|
68
|
-
"ignoreDependencies": [
|
|
69
|
-
"sonarjs",
|
|
70
|
-
"tslint"
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
"overrides": {
|
|
74
|
-
"mem@<4.0.0": ">=4.0.0",
|
|
75
|
-
"yargs-parser@>=6.0.0 <13.1.2": ">=13.1.2",
|
|
76
|
-
"nanoid@>=3.0.0 <3.1.31": ">=3.1.31",
|
|
77
|
-
"semver@<5.7.2": ">=5.7.2",
|
|
78
|
-
"@babel/traverse@<7.23.2": ">=7.23.2",
|
|
79
|
-
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
|
|
80
|
-
"tough-cookie@<4.1.3": ">=4.1.3",
|
|
81
|
-
"unzip-stream@<0.3.2": ">=0.3.2",
|
|
82
|
-
"cross-spawn@<6.0.6": ">=6.0.6",
|
|
83
|
-
"@babel/helpers@<7.26.10": ">=7.26.10",
|
|
84
|
-
"tar-fs@<1.16.5": ">=1.16.5",
|
|
85
|
-
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
|
|
86
|
-
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
|
|
87
|
-
"form-data@<2.5.4": ">=2.5.4"
|
|
88
|
-
},
|
|
89
|
-
"neverBuiltDependencies": []
|
|
90
|
-
},
|
|
91
|
-
"packageManager": "pnpm@10.
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@owservable/actions",
|
|
3
|
+
"version": "1.8.6",
|
|
4
|
+
"description": "actions pattern",
|
|
5
|
+
"engines": {
|
|
6
|
+
"node": ">=20"
|
|
7
|
+
},
|
|
8
|
+
"main": "./lib/owservable.actions.js",
|
|
9
|
+
"types": "./lib/owservable.actions.d.ts",
|
|
10
|
+
"author": "Predrag Stojadinovic <predrag@stojadinovic.net>",
|
|
11
|
+
"license": "Unlicense",
|
|
12
|
+
"files": [
|
|
13
|
+
"lib/**/*"
|
|
14
|
+
],
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/owservable/actions.git"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"all": "pnpm i & pnpm dedupe & pnpm audit --fix & pnpm clean & pnpm format & pnpm build & pnpm test & pnpm docs & skeletest & strictr",
|
|
21
|
+
"clear:lib": "del /S /Q lib\\*",
|
|
22
|
+
"build": "pnpm clear:lib & tsc",
|
|
23
|
+
"build:watch": "tsc --watch",
|
|
24
|
+
"lint": "tslint -p tsconfig.json",
|
|
25
|
+
"clean": "tslint --config tslint-imports.json --fix --project .",
|
|
26
|
+
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
27
|
+
"sync": "git pull & git fetch origin & git merge origin/main & pnpm i & git branch",
|
|
28
|
+
"docs": "typedoc --readme none --out docs src/owservable.actions.ts",
|
|
29
|
+
"test": "jest --coverage --config jest.config.js",
|
|
30
|
+
"quick": "jest --config jest.config.js",
|
|
31
|
+
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
|
|
32
|
+
"sonar": "sonarjs -e .sonarlint/**,node_modules/**,coverage/**,.nyc_output/**",
|
|
33
|
+
"test_qube": "jest --coverage --config jest.config.js --reporter=jest-sonar-reporter",
|
|
34
|
+
"up": "pnpm up -i",
|
|
35
|
+
"latest": "pnpm up -i -L",
|
|
36
|
+
"l": "pnpm i & pnpm latest",
|
|
37
|
+
"srctree": "dir src /s /b > srctree.txt",
|
|
38
|
+
"preinstall": "npx only-allow pnpm"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@owservable/folders": "^1.8.6",
|
|
42
|
+
"@types/node": "^24.5.0",
|
|
43
|
+
"commander": "^14.0.1"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@types/jest": "^30.0.0",
|
|
47
|
+
"coveralls": "^3.0.9",
|
|
48
|
+
"jest": "^30.1.3",
|
|
49
|
+
"jest-sonar-reporter": "^2.0.0",
|
|
50
|
+
"prettier": "^3.6.2",
|
|
51
|
+
"skeletest": "^0.7.3",
|
|
52
|
+
"sonarjs": "^1.0.0",
|
|
53
|
+
"source-map-support": "^0.5.21",
|
|
54
|
+
"strictr": "^0.5.5",
|
|
55
|
+
"ts-jest": "^29.4.2",
|
|
56
|
+
"ts-node": "^10.9.2",
|
|
57
|
+
"tslint": "^6.1.3",
|
|
58
|
+
"tslint-config-prettier": "^1.18.0",
|
|
59
|
+
"tslint-etc": "^1.13.7",
|
|
60
|
+
"typedoc": "^0.28.13",
|
|
61
|
+
"typescript": "^5.9.2"
|
|
62
|
+
},
|
|
63
|
+
"pnpm": {
|
|
64
|
+
"allowedDeprecatedVersions": {
|
|
65
|
+
"tslint": "6.1.3"
|
|
66
|
+
},
|
|
67
|
+
"updateConfig": {
|
|
68
|
+
"ignoreDependencies": [
|
|
69
|
+
"sonarjs",
|
|
70
|
+
"tslint"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"overrides": {
|
|
74
|
+
"mem@<4.0.0": ">=4.0.0",
|
|
75
|
+
"yargs-parser@>=6.0.0 <13.1.2": ">=13.1.2",
|
|
76
|
+
"nanoid@>=3.0.0 <3.1.31": ">=3.1.31",
|
|
77
|
+
"semver@<5.7.2": ">=5.7.2",
|
|
78
|
+
"@babel/traverse@<7.23.2": ">=7.23.2",
|
|
79
|
+
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
|
|
80
|
+
"tough-cookie@<4.1.3": ">=4.1.3",
|
|
81
|
+
"unzip-stream@<0.3.2": ">=0.3.2",
|
|
82
|
+
"cross-spawn@<6.0.6": ">=6.0.6",
|
|
83
|
+
"@babel/helpers@<7.26.10": ">=7.26.10",
|
|
84
|
+
"tar-fs@<1.16.5": ">=1.16.5",
|
|
85
|
+
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
|
|
86
|
+
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
|
|
87
|
+
"form-data@<2.5.4": ">=2.5.4"
|
|
88
|
+
},
|
|
89
|
+
"neverBuiltDependencies": []
|
|
90
|
+
},
|
|
91
|
+
"packageManager": "pnpm@10.16.1"
|
|
92
|
+
}
|