@owservable/actions 1.7.0 → 1.7.2
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.
|
@@ -12,3 +12,5 @@ import CommandSignatureType from './types/command.signature.type';
|
|
|
12
12
|
import CommandOptionType from './types/command.option.type';
|
|
13
13
|
import CommandContextType from './types/command.context.type';
|
|
14
14
|
export { findCommandAction, runActionAsCommand, getOptionAndDefaultValue, ActionInterface, ActionAsWorkerInterface, ActionAsWatcherInterface, ActionAsCommandInterface, ActionAsCronjobInterface, ActionAsControllerInterface, Action, CommandSignatureType, CommandOptionType, CommandContextType };
|
|
15
|
+
declare const OwservableActions: {};
|
|
16
|
+
export default OwservableActions;
|
|
@@ -9,4 +9,6 @@ const get_option_and_default_value_1 = require("./functions/get.option.and.defau
|
|
|
9
9
|
exports.getOptionAndDefaultValue = get_option_and_default_value_1.default;
|
|
10
10
|
const action_1 = require("./abstracts/action");
|
|
11
11
|
exports.Action = action_1.default;
|
|
12
|
+
const OwservableActions = {};
|
|
13
|
+
exports.default = OwservableActions;
|
|
12
14
|
//# sourceMappingURL=owservable.actions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"owservable.actions.js","sourceRoot":"","sources":["../../src/owservable.actions.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAGb,yEAAgE;AAsB/D,4BAtBM,6BAAiB,CAsBN;AArBlB,6EAAmE;AAsBlE,6BAtBM,+BAAkB,CAsBN;AArBnB,2FAAgF;AAsB/E,mCAtBM,sCAAwB,CAsBN;AAXzB,+CAAwC;AAsBvC,iBAtBM,gBAAM,CAsBN"}
|
|
1
|
+
{"version":3,"file":"owservable.actions.js","sourceRoot":"","sources":["../../src/owservable.actions.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAGb,yEAAgE;AAsB/D,4BAtBM,6BAAiB,CAsBN;AArBlB,6EAAmE;AAsBlE,6BAtBM,+BAAkB,CAsBN;AArBnB,2FAAgF;AAsB/E,mCAtBM,sCAAwB,CAsBN;AAXzB,+CAAwC;AAsBvC,iBAtBM,gBAAM,CAsBN;AAOP,MAAM,iBAAiB,GAAG,EAAE,CAAC;AAC7B,kBAAe,iBAAiB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,91 +1,92 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@owservable/actions",
|
|
3
|
-
"version": "1.7.
|
|
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
|
|
21
|
-
"
|
|
22
|
-
"build:
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"@
|
|
41
|
-
"@types/
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"jest
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"ts-
|
|
57
|
-
"
|
|
58
|
-
"tslint
|
|
59
|
-
"tslint-
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"brace-expansion@>=
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@owservable/actions",
|
|
3
|
+
"version": "1.7.2",
|
|
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
|
+
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
|
|
31
|
+
"sonar": "sonarjs -e .sonarlint/**,node_modules/**,coverage/**,.nyc_output/**",
|
|
32
|
+
"test_qube": "jest --coverage --config jest.config.js --reporter=jest-sonar-reporter",
|
|
33
|
+
"up": "pnpm up -i",
|
|
34
|
+
"latest": "pnpm up -i -L",
|
|
35
|
+
"l": "pnpm i & pnpm latest",
|
|
36
|
+
"srctree": "dir src /s /b > srctree.txt",
|
|
37
|
+
"preinstall": "npx only-allow pnpm"
|
|
38
|
+
},
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@owservable/folders": "^1.7.2",
|
|
41
|
+
"@types/lodash": "^4.17.20",
|
|
42
|
+
"@types/node": "^24.0.12",
|
|
43
|
+
"commander": "^14.0.0",
|
|
44
|
+
"lodash": "^4.17.20"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@types/jest": "^30.0.0",
|
|
48
|
+
"coveralls": "^3.0.9",
|
|
49
|
+
"jest": "^30.0.4",
|
|
50
|
+
"jest-sonar-reporter": "^2.0.0",
|
|
51
|
+
"prettier": "^3.6.2",
|
|
52
|
+
"skeletest": "^0.6.0",
|
|
53
|
+
"sonarjs": "^1.0.0",
|
|
54
|
+
"source-map-support": "^0.5.21",
|
|
55
|
+
"strictr": "^0.3.0",
|
|
56
|
+
"ts-jest": "^29.1.1",
|
|
57
|
+
"ts-node": "^10.9.2",
|
|
58
|
+
"tslint": "^6.1.3",
|
|
59
|
+
"tslint-config-prettier": "^1.18.0",
|
|
60
|
+
"tslint-etc": "^1.13.7",
|
|
61
|
+
"typedoc": "^0.28.7",
|
|
62
|
+
"typescript": "^5.8.3"
|
|
63
|
+
},
|
|
64
|
+
"pnpm": {
|
|
65
|
+
"allowedDeprecatedVersions": {
|
|
66
|
+
"tslint": "6.1.3"
|
|
67
|
+
},
|
|
68
|
+
"updateConfig": {
|
|
69
|
+
"ignoreDependencies": [
|
|
70
|
+
"sonarjs",
|
|
71
|
+
"tslint"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"overrides": {
|
|
75
|
+
"mem@<4.0.0": ">=4.0.0",
|
|
76
|
+
"yargs-parser@>=6.0.0 <13.1.2": ">=13.1.2",
|
|
77
|
+
"nanoid@>=3.0.0 <3.1.31": ">=3.1.31",
|
|
78
|
+
"semver@<5.7.2": ">=5.7.2",
|
|
79
|
+
"@babel/traverse@<7.23.2": ">=7.23.2",
|
|
80
|
+
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
|
|
81
|
+
"tough-cookie@<4.1.3": ">=4.1.3",
|
|
82
|
+
"unzip-stream@<0.3.2": ">=0.3.2",
|
|
83
|
+
"cross-spawn@<6.0.6": ">=6.0.6",
|
|
84
|
+
"@babel/helpers@<7.26.10": ">=7.26.10",
|
|
85
|
+
"tar-fs@<1.16.5": ">=1.16.5",
|
|
86
|
+
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
|
|
87
|
+
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2"
|
|
88
|
+
},
|
|
89
|
+
"neverBuiltDependencies": []
|
|
90
|
+
},
|
|
91
|
+
"packageManager": "pnpm@10.13.0"
|
|
92
|
+
}
|