@sonisoft/now-sdk-ext-core 3.8.0 → 3.9.0
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/README.md +732 -732
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/sn/amb/AMBClient.js +1 -1
- package/dist/sn/amb/AMBClient.js.map +1 -1
- package/dist/sn/amb/ServerConnection.d.ts +1 -1
- package/dist/sn/amb/ServerConnection.js +23 -18
- package/dist/sn/amb/ServerConnection.js.map +1 -1
- package/dist/sn/amb/SubscriptionCommandSender.js +1 -1
- package/dist/sn/flow/FlowManager.js +194 -194
- package/package.json +166 -166
package/package.json
CHANGED
|
@@ -1,166 +1,166 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@sonisoft/now-sdk-ext-core",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "Comprehensive TypeScript library extending ServiceNow SDK with application management, ATF testing, real-time log monitoring, AMB event subscriptions, and automation tools",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"servicenow",
|
|
7
|
-
"sdk",
|
|
8
|
-
"automation",
|
|
9
|
-
"testing",
|
|
10
|
-
"atf",
|
|
11
|
-
"cicd",
|
|
12
|
-
"devops",
|
|
13
|
-
"logs",
|
|
14
|
-
"monitoring",
|
|
15
|
-
"typescript"
|
|
16
|
-
],
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "https://github.com/sonisoft-cnanda/now-dev.git"
|
|
20
|
-
},
|
|
21
|
-
"type": "module",
|
|
22
|
-
"author": "",
|
|
23
|
-
"license": "MIT",
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build-index-export": "npx ctix build --config ./.ctirc",
|
|
26
|
-
"push": "npm run build && npm run pre-publish && npm run publish-registry",
|
|
27
|
-
"pre-publish": "npm run build-index-export",
|
|
28
|
-
"publish-registry": "npm publish",
|
|
29
|
-
"alpha": "npm version premajor --preid alpha",
|
|
30
|
-
"beta": " npm version premajor --preid beta",
|
|
31
|
-
"buildts": "tsc -p ./ && tsc-alias",
|
|
32
|
-
"build": "npm run clean && npm run build-index-export && npm run buildts",
|
|
33
|
-
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
|
|
34
|
-
"copy-static-assets": "ts-node copyStaticAssets.ts",
|
|
35
|
-
"debug": "npm run build && npm run watch-debug",
|
|
36
|
-
"lint": "tsc --noEmit && eslint ./src",
|
|
37
|
-
"start": "npm run serve",
|
|
38
|
-
"semantic-release": "semantic-release",
|
|
39
|
-
"test": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --coverage --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false --testPathIgnorePatterns=\"/integration/\"",
|
|
40
|
-
"test:unit": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --coverage --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false --testPathIgnorePatterns=\"/integration/\"",
|
|
41
|
-
"test:integration": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --testPathPatterns=\"/integration/\" --watchAll=false --testTimeout=120000",
|
|
42
|
-
"test:all": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --coverage --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
|
|
43
|
-
"watch-debug": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run serve-debug\"",
|
|
44
|
-
"watch-test": "npm run test:unit -- --watchAll",
|
|
45
|
-
"watch-test:integration": "npm run test:integration -- --watchAll",
|
|
46
|
-
"watch-ts": "tsc -w",
|
|
47
|
-
"watch": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run watch-node\"",
|
|
48
|
-
"prepare": "git config core.hooksPath .githooks"
|
|
49
|
-
},
|
|
50
|
-
"publishConfig": {
|
|
51
|
-
"access": "public"
|
|
52
|
-
},
|
|
53
|
-
"files": [
|
|
54
|
-
"dist"
|
|
55
|
-
],
|
|
56
|
-
"main": "./dist/index.js",
|
|
57
|
-
"types": "./dist/index.d.ts",
|
|
58
|
-
"dependencies": {
|
|
59
|
-
"@servicenow/glide": "^26.0.1",
|
|
60
|
-
"@servicenow/sdk": "4.3.0",
|
|
61
|
-
"@servicenow/sdk-build-core": "4.3.0",
|
|
62
|
-
"@servicenow/sdk-cli": "4.3.0",
|
|
63
|
-
"@servicenow/sdk-cli-core": "3.0.3",
|
|
64
|
-
"@servicenow/sdk-core": "4.3.0",
|
|
65
|
-
"@ts-morph/common": "^0.24.0",
|
|
66
|
-
"@types/mock-fs": "^4.13.4",
|
|
67
|
-
"@types/node-gzip": "^1.1.3",
|
|
68
|
-
"async": "3.2.6",
|
|
69
|
-
"axios": "^1.8.0",
|
|
70
|
-
"bcrypt-nodejs": "0.0.3",
|
|
71
|
-
"bluebird": "3.7.2",
|
|
72
|
-
"body-parser": "^1.20.4",
|
|
73
|
-
"cometd": "^9.0.0",
|
|
74
|
-
"cometd-nodejs-client": "^2.0.0",
|
|
75
|
-
"compression": "^1.8.0",
|
|
76
|
-
"crypto": "^1.0.1",
|
|
77
|
-
"crypto-js": "4.2.0",
|
|
78
|
-
"dotenv": "16.4.5",
|
|
79
|
-
"errorhandler": "1.5.2",
|
|
80
|
-
"fast-xml-parser": "^4.5.4",
|
|
81
|
-
"fs-extra": "*",
|
|
82
|
-
"get-installed-path": "^4.0.8",
|
|
83
|
-
"jsdom": "^24.1.1",
|
|
84
|
-
"json5": "^2.2.3",
|
|
85
|
-
"lodash": "^4.17.23",
|
|
86
|
-
"lusca": "1.7.0",
|
|
87
|
-
"node-fetch": "^3.3.2",
|
|
88
|
-
"node-gzip": "1.1.2",
|
|
89
|
-
"qs": "^6.15.0",
|
|
90
|
-
"ts-morph": "^27.0.2",
|
|
91
|
-
"typed-config": "^1.0.0",
|
|
92
|
-
"winston": "3.14.2",
|
|
93
|
-
"ws": "^8.18.0",
|
|
94
|
-
"xml2js": "^0.6.2",
|
|
95
|
-
"@xmldom/xmldom": "^0.8.10",
|
|
96
|
-
"zod": "^3.23.8"
|
|
97
|
-
},
|
|
98
|
-
"devDependencies": {
|
|
99
|
-
"@eslint/js": "^9.10.0",
|
|
100
|
-
"@semantic-release/git": "^10.0.1",
|
|
101
|
-
"@semantic-release/github": "^11.0.1",
|
|
102
|
-
"@semantic-release/npm": "^13.0.0",
|
|
103
|
-
"@types/async": "3.2.25",
|
|
104
|
-
"@types/bcrypt-nodejs": "0.0.31",
|
|
105
|
-
"@types/bluebird": "3.5.42",
|
|
106
|
-
"@types/body-parser": "1.19.5",
|
|
107
|
-
"@types/chai": "4.3.17",
|
|
108
|
-
"@types/compression": "1.8.1",
|
|
109
|
-
"@types/crypto-js": "^4.2.2",
|
|
110
|
-
"@types/errorhandler": "1.5.3",
|
|
111
|
-
"@types/eslint": "9.6.0",
|
|
112
|
-
"@types/eslint__js": "^8.42.3",
|
|
113
|
-
"@types/fs-extra": "^11.0.4",
|
|
114
|
-
"@types/jest": "^30.0.0",
|
|
115
|
-
"@types/jquery": "3.5.30",
|
|
116
|
-
"@types/lodash": "^4.17.7",
|
|
117
|
-
"@types/lusca": "1.7.5",
|
|
118
|
-
"@types/node": "^22.3",
|
|
119
|
-
"@types/request": "2.48.13",
|
|
120
|
-
"@types/request-promise": "4.1.51",
|
|
121
|
-
"@types/shelljs": "0.10.0",
|
|
122
|
-
"@types/supertest": "7.2.0",
|
|
123
|
-
"@types/uuid": "^11.0.0",
|
|
124
|
-
"@types/winston": "2.4.4",
|
|
125
|
-
"@types/ws": "^8.5.12",
|
|
126
|
-
"chai": "5.1.1",
|
|
127
|
-
"concurrently": "8.2.2",
|
|
128
|
-
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
129
|
-
"create-ts-index": "^1.14.0",
|
|
130
|
-
"ctix": "^2.6.4",
|
|
131
|
-
"diff": "^8.0.3",
|
|
132
|
-
"eslint": "^8.57.0",
|
|
133
|
-
"glob": "^11.0.0",
|
|
134
|
-
"globals": "^15.9.0",
|
|
135
|
-
"jest": "^30.2.0",
|
|
136
|
-
"jest-junit": "^16.0.0",
|
|
137
|
-
"mock-fs": "^5.2.0",
|
|
138
|
-
"nodemon": "^3.1.4",
|
|
139
|
-
"prettier": "^3.3.3",
|
|
140
|
-
"rimraf": "^6.0.0",
|
|
141
|
-
"semantic-release": "^24.1.0",
|
|
142
|
-
"shelljs": "0.10.0",
|
|
143
|
-
"supertest": "7.2.2",
|
|
144
|
-
"ts-jest": "^29.2.4",
|
|
145
|
-
"ts-jest-mocker": "^1.0.0",
|
|
146
|
-
"ts-node": "^10.9.2",
|
|
147
|
-
"tsc-alias": "^1.8.10",
|
|
148
|
-
"tsconfig-paths": "^4.2.0",
|
|
149
|
-
"typescript": "^5.5.4",
|
|
150
|
-
"typescript-eslint": "^8.5.0",
|
|
151
|
-
"typescript-transform-paths": "^3.5.0"
|
|
152
|
-
},
|
|
153
|
-
"overrides": {
|
|
154
|
-
"fast-xml-parser": "^4.5.4",
|
|
155
|
-
"tar": "^7.5.10",
|
|
156
|
-
"serialize-javascript": "^7.0.3",
|
|
157
|
-
"rollup": "^4.59.0",
|
|
158
|
-
"tough-cookie": "^4.1.4",
|
|
159
|
-
"ajv": "^6.14.0",
|
|
160
|
-
"libxmljs2": "^0.37.0",
|
|
161
|
-
"lodash": "^4.17.23"
|
|
162
|
-
},
|
|
163
|
-
"engines": {
|
|
164
|
-
"node": ">=18.0.0"
|
|
165
|
-
}
|
|
166
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@sonisoft/now-sdk-ext-core",
|
|
3
|
+
"version": "3.9.0",
|
|
4
|
+
"description": "Comprehensive TypeScript library extending ServiceNow SDK with application management, ATF testing, real-time log monitoring, AMB event subscriptions, and automation tools",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"servicenow",
|
|
7
|
+
"sdk",
|
|
8
|
+
"automation",
|
|
9
|
+
"testing",
|
|
10
|
+
"atf",
|
|
11
|
+
"cicd",
|
|
12
|
+
"devops",
|
|
13
|
+
"logs",
|
|
14
|
+
"monitoring",
|
|
15
|
+
"typescript"
|
|
16
|
+
],
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/sonisoft-cnanda/now-dev.git"
|
|
20
|
+
},
|
|
21
|
+
"type": "module",
|
|
22
|
+
"author": "",
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build-index-export": "npx ctix build --config ./.ctirc",
|
|
26
|
+
"push": "npm run build && npm run pre-publish && npm run publish-registry",
|
|
27
|
+
"pre-publish": "npm run build-index-export",
|
|
28
|
+
"publish-registry": "npm publish",
|
|
29
|
+
"alpha": "npm version premajor --preid alpha",
|
|
30
|
+
"beta": " npm version premajor --preid beta",
|
|
31
|
+
"buildts": "tsc -p ./ && tsc-alias",
|
|
32
|
+
"build": "npm run clean && npm run build-index-export && npm run buildts",
|
|
33
|
+
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
|
|
34
|
+
"copy-static-assets": "ts-node copyStaticAssets.ts",
|
|
35
|
+
"debug": "npm run build && npm run watch-debug",
|
|
36
|
+
"lint": "tsc --noEmit && eslint ./src",
|
|
37
|
+
"start": "npm run serve",
|
|
38
|
+
"semantic-release": "semantic-release",
|
|
39
|
+
"test": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --coverage --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false --testPathIgnorePatterns=\"/integration/\"",
|
|
40
|
+
"test:unit": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --coverage --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false --testPathIgnorePatterns=\"/integration/\"",
|
|
41
|
+
"test:integration": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --testPathPatterns=\"/integration/\" --watchAll=false --testTimeout=120000",
|
|
42
|
+
"test:all": "node --experimental-vm-modules node_modules/.bin/jest --forceExit --coverage --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
|
|
43
|
+
"watch-debug": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run serve-debug\"",
|
|
44
|
+
"watch-test": "npm run test:unit -- --watchAll",
|
|
45
|
+
"watch-test:integration": "npm run test:integration -- --watchAll",
|
|
46
|
+
"watch-ts": "tsc -w",
|
|
47
|
+
"watch": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run watch-node\"",
|
|
48
|
+
"prepare": "git config core.hooksPath .githooks"
|
|
49
|
+
},
|
|
50
|
+
"publishConfig": {
|
|
51
|
+
"access": "public"
|
|
52
|
+
},
|
|
53
|
+
"files": [
|
|
54
|
+
"dist"
|
|
55
|
+
],
|
|
56
|
+
"main": "./dist/index.js",
|
|
57
|
+
"types": "./dist/index.d.ts",
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"@servicenow/glide": "^26.0.1",
|
|
60
|
+
"@servicenow/sdk": "4.3.0",
|
|
61
|
+
"@servicenow/sdk-build-core": "4.3.0",
|
|
62
|
+
"@servicenow/sdk-cli": "4.3.0",
|
|
63
|
+
"@servicenow/sdk-cli-core": "3.0.3",
|
|
64
|
+
"@servicenow/sdk-core": "4.3.0",
|
|
65
|
+
"@ts-morph/common": "^0.24.0",
|
|
66
|
+
"@types/mock-fs": "^4.13.4",
|
|
67
|
+
"@types/node-gzip": "^1.1.3",
|
|
68
|
+
"async": "3.2.6",
|
|
69
|
+
"axios": "^1.8.0",
|
|
70
|
+
"bcrypt-nodejs": "0.0.3",
|
|
71
|
+
"bluebird": "3.7.2",
|
|
72
|
+
"body-parser": "^1.20.4",
|
|
73
|
+
"cometd": "^9.0.0",
|
|
74
|
+
"cometd-nodejs-client": "^2.0.0",
|
|
75
|
+
"compression": "^1.8.0",
|
|
76
|
+
"crypto": "^1.0.1",
|
|
77
|
+
"crypto-js": "4.2.0",
|
|
78
|
+
"dotenv": "16.4.5",
|
|
79
|
+
"errorhandler": "1.5.2",
|
|
80
|
+
"fast-xml-parser": "^4.5.4",
|
|
81
|
+
"fs-extra": "*",
|
|
82
|
+
"get-installed-path": "^4.0.8",
|
|
83
|
+
"jsdom": "^24.1.1",
|
|
84
|
+
"json5": "^2.2.3",
|
|
85
|
+
"lodash": "^4.17.23",
|
|
86
|
+
"lusca": "1.7.0",
|
|
87
|
+
"node-fetch": "^3.3.2",
|
|
88
|
+
"node-gzip": "1.1.2",
|
|
89
|
+
"qs": "^6.15.0",
|
|
90
|
+
"ts-morph": "^27.0.2",
|
|
91
|
+
"typed-config": "^1.0.0",
|
|
92
|
+
"winston": "3.14.2",
|
|
93
|
+
"ws": "^8.18.0",
|
|
94
|
+
"xml2js": "^0.6.2",
|
|
95
|
+
"@xmldom/xmldom": "^0.8.10",
|
|
96
|
+
"zod": "^3.23.8"
|
|
97
|
+
},
|
|
98
|
+
"devDependencies": {
|
|
99
|
+
"@eslint/js": "^9.10.0",
|
|
100
|
+
"@semantic-release/git": "^10.0.1",
|
|
101
|
+
"@semantic-release/github": "^11.0.1",
|
|
102
|
+
"@semantic-release/npm": "^13.0.0",
|
|
103
|
+
"@types/async": "3.2.25",
|
|
104
|
+
"@types/bcrypt-nodejs": "0.0.31",
|
|
105
|
+
"@types/bluebird": "3.5.42",
|
|
106
|
+
"@types/body-parser": "1.19.5",
|
|
107
|
+
"@types/chai": "4.3.17",
|
|
108
|
+
"@types/compression": "1.8.1",
|
|
109
|
+
"@types/crypto-js": "^4.2.2",
|
|
110
|
+
"@types/errorhandler": "1.5.3",
|
|
111
|
+
"@types/eslint": "9.6.0",
|
|
112
|
+
"@types/eslint__js": "^8.42.3",
|
|
113
|
+
"@types/fs-extra": "^11.0.4",
|
|
114
|
+
"@types/jest": "^30.0.0",
|
|
115
|
+
"@types/jquery": "3.5.30",
|
|
116
|
+
"@types/lodash": "^4.17.7",
|
|
117
|
+
"@types/lusca": "1.7.5",
|
|
118
|
+
"@types/node": "^22.3",
|
|
119
|
+
"@types/request": "2.48.13",
|
|
120
|
+
"@types/request-promise": "4.1.51",
|
|
121
|
+
"@types/shelljs": "0.10.0",
|
|
122
|
+
"@types/supertest": "7.2.0",
|
|
123
|
+
"@types/uuid": "^11.0.0",
|
|
124
|
+
"@types/winston": "2.4.4",
|
|
125
|
+
"@types/ws": "^8.5.12",
|
|
126
|
+
"chai": "5.1.1",
|
|
127
|
+
"concurrently": "8.2.2",
|
|
128
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
129
|
+
"create-ts-index": "^1.14.0",
|
|
130
|
+
"ctix": "^2.6.4",
|
|
131
|
+
"diff": "^8.0.3",
|
|
132
|
+
"eslint": "^8.57.0",
|
|
133
|
+
"glob": "^11.0.0",
|
|
134
|
+
"globals": "^15.9.0",
|
|
135
|
+
"jest": "^30.2.0",
|
|
136
|
+
"jest-junit": "^16.0.0",
|
|
137
|
+
"mock-fs": "^5.2.0",
|
|
138
|
+
"nodemon": "^3.1.4",
|
|
139
|
+
"prettier": "^3.3.3",
|
|
140
|
+
"rimraf": "^6.0.0",
|
|
141
|
+
"semantic-release": "^24.1.0",
|
|
142
|
+
"shelljs": "0.10.0",
|
|
143
|
+
"supertest": "7.2.2",
|
|
144
|
+
"ts-jest": "^29.2.4",
|
|
145
|
+
"ts-jest-mocker": "^1.0.0",
|
|
146
|
+
"ts-node": "^10.9.2",
|
|
147
|
+
"tsc-alias": "^1.8.10",
|
|
148
|
+
"tsconfig-paths": "^4.2.0",
|
|
149
|
+
"typescript": "^5.5.4",
|
|
150
|
+
"typescript-eslint": "^8.5.0",
|
|
151
|
+
"typescript-transform-paths": "^3.5.0"
|
|
152
|
+
},
|
|
153
|
+
"overrides": {
|
|
154
|
+
"fast-xml-parser": "^4.5.4",
|
|
155
|
+
"tar": "^7.5.10",
|
|
156
|
+
"serialize-javascript": "^7.0.3",
|
|
157
|
+
"rollup": "^4.59.0",
|
|
158
|
+
"tough-cookie": "^4.1.4",
|
|
159
|
+
"ajv": "^6.14.0",
|
|
160
|
+
"libxmljs2": "^0.37.0",
|
|
161
|
+
"lodash": "^4.17.23"
|
|
162
|
+
},
|
|
163
|
+
"engines": {
|
|
164
|
+
"node": ">=18.0.0"
|
|
165
|
+
}
|
|
166
|
+
}
|