record-replay-req-res-scenario 18.0.3 → 18.0.8
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 +3 -3
- package/assets/shared/shared_folder_info.txt +1 -1
- package/bin/record-replay-req-res-scenario +10 -10
- package/bin/record-replay-req-res-scenario-debug +10 -10
- package/bin/record-replay-req-res-scenario-debug-brk +10 -10
- package/bin/start.js +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/package.json +5 -5
- package/src.d.ts +1 -1
- package/{firedev.jsonc → taon.jsonc} +38 -38
- package/tmp-environment.json +36 -39
- package/websql/README.md +24 -24
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# record-replay-req-res-scenario
|
|
2
|
-
## library for recording/replaying requests/responses as scenarios
|
|
3
|
-
|
|
1
|
+
# record-replay-req-res-scenario
|
|
2
|
+
## library for recording/replaying requests/responses as scenarios
|
|
3
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
2
2
|
|
|
3
|
-
Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@18.0.8)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
-
var path = {
|
|
4
|
-
dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
|
|
5
|
-
bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
|
|
6
|
-
}
|
|
7
|
-
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
-
global.globalSystemToolMode = true;
|
|
9
|
-
var run = require(p).run;
|
|
10
|
-
run(process.argv.slice(2));
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
+
var path = {
|
|
4
|
+
dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
|
|
5
|
+
bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
|
|
6
|
+
}
|
|
7
|
+
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
+
global.globalSystemToolMode = true;
|
|
9
|
+
var run = require(p).run;
|
|
10
|
+
run(process.argv.slice(2));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#!/usr/bin/env node --inspect
|
|
2
|
-
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
-
var path = {
|
|
4
|
-
dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
|
|
5
|
-
bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
|
|
6
|
-
}
|
|
7
|
-
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
-
global.globalSystemToolMode = true;
|
|
9
|
-
var run = require(p).run;
|
|
10
|
-
run(process.argv.slice(2));
|
|
1
|
+
#!/usr/bin/env node --inspect
|
|
2
|
+
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
+
var path = {
|
|
4
|
+
dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
|
|
5
|
+
bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
|
|
6
|
+
}
|
|
7
|
+
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
+
global.globalSystemToolMode = true;
|
|
9
|
+
var run = require(p).run;
|
|
10
|
+
run(process.argv.slice(2));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#!/usr/bin/env node --inspect-brk
|
|
2
|
-
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
-
var path = {
|
|
4
|
-
dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
|
|
5
|
-
bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
|
|
6
|
-
}
|
|
7
|
-
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
-
global.globalSystemToolMode = true;
|
|
9
|
-
var run = require(p).run;
|
|
10
|
-
run(process.argv.slice(2));
|
|
1
|
+
#!/usr/bin/env node --inspect-brk
|
|
2
|
+
var { fse, crossPlatformPath, path } = require('tnp-core');
|
|
3
|
+
var path = {
|
|
4
|
+
dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
|
|
5
|
+
bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
|
|
6
|
+
}
|
|
7
|
+
var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
|
|
8
|
+
global.globalSystemToolMode = true;
|
|
9
|
+
var run = require(p).run;
|
|
10
|
+
run(process.argv.slice(2));
|
package/bin/start.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
dupasd
|
|
1
|
+
dupasd
|
package/browser/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/client/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/package.json
CHANGED
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"workerPlugins": {}
|
|
41
41
|
},
|
|
42
42
|
"name": "record-replay-req-res-scenario",
|
|
43
|
-
"version": "18.0.
|
|
43
|
+
"version": "18.0.8",
|
|
44
44
|
"license": "UNLICENSED",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"ng-talkback": "~18.0.
|
|
47
|
-
"tnp-helpers": "~18.0.
|
|
46
|
+
"ng-talkback": "~18.0.8",
|
|
47
|
+
"tnp-helpers": "~18.0.9"
|
|
48
48
|
},
|
|
49
49
|
"private": false,
|
|
50
50
|
"bin": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
|
|
53
53
|
"record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
|
|
54
54
|
},
|
|
55
|
-
"lastBuildTagHash": "
|
|
55
|
+
"lastBuildTagHash": "7d86c56d30cd9b56249d40e7d14c7e1529e31af1",
|
|
56
56
|
"devDependencies": {},
|
|
57
|
-
"main": "
|
|
57
|
+
"main": "index.js"
|
|
58
58
|
}
|
package/src.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED
|
|
2
2
|
export * from './lib';
|
|
3
3
|
// THIS FILE IS GENERATED
|
|
4
|
-
// please use command:
|
|
4
|
+
// please use command: taon build:watch to see here links for your globally builded lib code files
|
|
5
5
|
// THIS FILE IS GENERATED
|
|
6
6
|
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": ["README.md"],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"ignoreDepsPattern": [],
|
|
6
|
-
"includeAsDev": [],
|
|
7
|
-
"includeOnly": ["ng-talkback", "tnp-helpers"],
|
|
8
|
-
"dependencies": {},
|
|
9
|
-
"linkedFolders": [],
|
|
10
|
-
"npmFixes": []
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
"smartContainerBuildTarget": "",
|
|
14
|
-
"linkedRepos": [],
|
|
15
|
-
|
|
16
|
-
"libReleaseOptions": {
|
|
17
|
-
"nodts": false,
|
|
18
|
-
"obscure": false,
|
|
19
|
-
"ugly": false,
|
|
20
|
-
"includeNodeModules": false,
|
|
21
|
-
"cliBuildNoDts": false,
|
|
22
|
-
"cliBuildObscure": false,
|
|
23
|
-
"cliBuildIncludeNodeModules": false,
|
|
24
|
-
"cliBuildUglify": false
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
"smartContainerTarget": "",
|
|
28
|
-
"type": "isomorphic-lib",
|
|
29
|
-
"isCoreProject": false,
|
|
30
|
-
"useFramework": false,
|
|
31
|
-
"required": [],
|
|
32
|
-
"version": "v18",
|
|
33
|
-
"isGenerated": false,
|
|
34
|
-
"requiredServers": [],
|
|
35
|
-
"license": "UNLICENSED",
|
|
36
|
-
"private": false,
|
|
37
|
-
"main": "index.js",
|
|
38
|
-
"workerPlugins": {}
|
|
1
|
+
{
|
|
2
|
+
"resources": ["README.md"],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"ignoreDepsPattern": [],
|
|
6
|
+
"includeAsDev": [],
|
|
7
|
+
"includeOnly": ["ng-talkback", "tnp-helpers"],
|
|
8
|
+
"dependencies": {},
|
|
9
|
+
"linkedFolders": [],
|
|
10
|
+
"npmFixes": []
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"smartContainerBuildTarget": "",
|
|
14
|
+
"linkedRepos": [],
|
|
15
|
+
|
|
16
|
+
"libReleaseOptions": {
|
|
17
|
+
"nodts": false,
|
|
18
|
+
"obscure": false,
|
|
19
|
+
"ugly": false,
|
|
20
|
+
"includeNodeModules": false,
|
|
21
|
+
"cliBuildNoDts": false,
|
|
22
|
+
"cliBuildObscure": false,
|
|
23
|
+
"cliBuildIncludeNodeModules": false,
|
|
24
|
+
"cliBuildUglify": false
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
"smartContainerTarget": "",
|
|
28
|
+
"type": "isomorphic-lib",
|
|
29
|
+
"isCoreProject": false,
|
|
30
|
+
"useFramework": false,
|
|
31
|
+
"required": [],
|
|
32
|
+
"version": "v18",
|
|
33
|
+
"isGenerated": false,
|
|
34
|
+
"requiredServers": [],
|
|
35
|
+
"license": "UNLICENSED",
|
|
36
|
+
"private": false,
|
|
37
|
+
"main": "index.js",
|
|
38
|
+
"workerPlugins": {}
|
|
39
39
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"workerPlugins": {}
|
|
45
45
|
},
|
|
46
46
|
"name": "record-replay-req-res-scenario",
|
|
47
|
-
"version": "18.0.
|
|
47
|
+
"version": "18.0.8",
|
|
48
48
|
"license": "UNLICENSED",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"ng-talkback": "~18.0.
|
|
51
|
-
"tnp-helpers": "~18.0.
|
|
50
|
+
"ng-talkback": "~18.0.8",
|
|
51
|
+
"tnp-helpers": "~18.0.9"
|
|
52
52
|
},
|
|
53
53
|
"private": false,
|
|
54
54
|
"bin": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
|
|
57
57
|
"record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
|
|
58
58
|
},
|
|
59
|
-
"lastBuildTagHash": "
|
|
59
|
+
"lastBuildTagHash": "7d86c56d30cd9b56249d40e7d14c7e1529e31af1",
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
62
62
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@types/lockfile": "1.0.4",
|
|
126
126
|
"@types/lodash": "4.14.92",
|
|
127
127
|
"@types/mocha": "10.0.7",
|
|
128
|
-
"@types/node": "
|
|
128
|
+
"@types/node": "16.18.21",
|
|
129
129
|
"@types/node-notifier": "8.0.5",
|
|
130
130
|
"@types/oauth2orize": "1.11.5",
|
|
131
131
|
"@types/password-hash": "1.2.24",
|
|
@@ -144,7 +144,6 @@
|
|
|
144
144
|
"angular-material-css-vars": "7.0.0",
|
|
145
145
|
"angular-resize-event": "3.2.0",
|
|
146
146
|
"animate.css": "4.1.1",
|
|
147
|
-
"any-project-cli": "~18.0.4",
|
|
148
147
|
"app-root-path": "3.1.0",
|
|
149
148
|
"axios": "1.7.3",
|
|
150
149
|
"background-worker-process": "~16.100.10",
|
|
@@ -199,14 +198,6 @@
|
|
|
199
198
|
"file-loader": "1.1.11",
|
|
200
199
|
"file-saver": "2.0.5",
|
|
201
200
|
"file-type": "19.1.1",
|
|
202
|
-
"firedev": "^18",
|
|
203
|
-
"firedev-crud": "~18.0.3",
|
|
204
|
-
"firedev-crud-deamon": "~18.0.4",
|
|
205
|
-
"firedev-ports": "~18.0.3",
|
|
206
|
-
"firedev-storage": "~18.0.3",
|
|
207
|
-
"firedev-type-sql": "~18.0.4",
|
|
208
|
-
"firedev-typeorm": "~18.0.3",
|
|
209
|
-
"firedev-ui": "~18.0.4",
|
|
210
201
|
"fkill": "6.1.0",
|
|
211
202
|
"font-awesome": "4.7.0",
|
|
212
203
|
"form-data": "4.0.0",
|
|
@@ -224,11 +215,13 @@
|
|
|
224
215
|
"image-focus": "1.2.1",
|
|
225
216
|
"immer": "10.0.2",
|
|
226
217
|
"immutable": "4.3.7",
|
|
227
|
-
"incremental-compiler": "~18.0.
|
|
218
|
+
"incremental-compiler": "~18.0.9",
|
|
228
219
|
"inquirer": "7.3.3",
|
|
229
|
-
"inquirer-autocomplete-prompt": "1.
|
|
220
|
+
"inquirer-autocomplete-prompt": "1.4.0",
|
|
221
|
+
"inquirer-autocomplete-standalone": "0.8.1",
|
|
222
|
+
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
230
223
|
"is-elevated": "3.0.0",
|
|
231
|
-
"isomorphic-region-loader": "~18.0.
|
|
224
|
+
"isomorphic-region-loader": "~18.0.9",
|
|
232
225
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
233
226
|
"jest": "29.7.0",
|
|
234
227
|
"jest-date-mock": "1.0.10",
|
|
@@ -239,8 +232,8 @@
|
|
|
239
232
|
"joi": "17.13.3",
|
|
240
233
|
"jscodeshift": "0.6.3",
|
|
241
234
|
"json-stringify-safe": "5.0.1",
|
|
242
|
-
"json10": "~18.0.
|
|
243
|
-
"json10-writer": "~18.0.
|
|
235
|
+
"json10": "~18.0.9",
|
|
236
|
+
"json10-writer": "~18.0.9",
|
|
244
237
|
"json5": "2.2.3",
|
|
245
238
|
"json5-writer": "0.2.0",
|
|
246
239
|
"jszip": "3.10.1",
|
|
@@ -249,9 +242,9 @@
|
|
|
249
242
|
"localforage": "1.10.0",
|
|
250
243
|
"lockfile": "1.0.4",
|
|
251
244
|
"lodash": "4.17.21",
|
|
252
|
-
"lodash-walk-object": "~18.0.
|
|
245
|
+
"lodash-walk-object": "~18.0.9",
|
|
253
246
|
"lowdb": "7.0.1",
|
|
254
|
-
"magic-renamer": "~18.0.
|
|
247
|
+
"magic-renamer": "~18.0.9",
|
|
255
248
|
"material-design-icons": "3.0.1",
|
|
256
249
|
"method-override": "2.3.10",
|
|
257
250
|
"minimist": "1.2.8",
|
|
@@ -262,9 +255,10 @@
|
|
|
262
255
|
"ng-in-viewport": "16.1.0",
|
|
263
256
|
"ng-lock": "18.0.1",
|
|
264
257
|
"ng-packagr": "18.1.0",
|
|
265
|
-
"ng2-logger": "~18.0.
|
|
258
|
+
"ng2-logger": "~18.0.11",
|
|
266
259
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
267
|
-
"ng2-rest": "~18.0.
|
|
260
|
+
"ng2-rest": "~18.0.9",
|
|
261
|
+
"ng2-rest-swagger-generator": "18.0.6",
|
|
268
262
|
"ngx-ace-wrapper": "17.0.0",
|
|
269
263
|
"ngx-editor": "17.5.4",
|
|
270
264
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -277,7 +271,7 @@
|
|
|
277
271
|
"ngx-scrolltop": "18.0.0",
|
|
278
272
|
"ngx-store": "3.1.1",
|
|
279
273
|
"ngx-typed-js": "2.1.1",
|
|
280
|
-
"node-cli-tester": "~18.0.
|
|
274
|
+
"node-cli-tester": "~18.0.8",
|
|
281
275
|
"node-localstorage": "2.1.6",
|
|
282
276
|
"node-notifier": "10.0.1",
|
|
283
277
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -285,7 +279,7 @@
|
|
|
285
279
|
"npm-get-dependents": "1.0.1",
|
|
286
280
|
"npm-run": "4.1.2",
|
|
287
281
|
"omelette": "0.4.17",
|
|
288
|
-
"open": "
|
|
282
|
+
"open": "7.2.1",
|
|
289
283
|
"ora": "3.4.0",
|
|
290
284
|
"passport": "0.7.0",
|
|
291
285
|
"passport-http-bearer": "1.0.1",
|
|
@@ -307,7 +301,7 @@
|
|
|
307
301
|
"q": "1.5.1",
|
|
308
302
|
"rallax.js": "2.0.4",
|
|
309
303
|
"randomcolor": "0.5.3",
|
|
310
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
304
|
+
"record-replay-req-res-scenario": "~18.0.5",
|
|
311
305
|
"reflect-metadata": "0.2.2",
|
|
312
306
|
"rimraf": "2.6.2",
|
|
313
307
|
"rxjs": "~7.8.1",
|
|
@@ -319,20 +313,22 @@
|
|
|
319
313
|
"socket.io-client": "4.7.5",
|
|
320
314
|
"sort-package-json": "1.11.0",
|
|
321
315
|
"sql.js": "1.8.0",
|
|
322
|
-
"static-columns": "~18.0.
|
|
316
|
+
"static-columns": "~18.0.7",
|
|
323
317
|
"string-similarity": "4.0.4",
|
|
324
318
|
"sudo-block": "3.0.0",
|
|
325
319
|
"supertest": "7.0.0",
|
|
326
320
|
"sweetalert2": "11.7.32",
|
|
327
321
|
"systeminformation": "3.45.7",
|
|
322
|
+
"taon": "^18",
|
|
323
|
+
"taon-storage": "18.0.5",
|
|
324
|
+
"taon-type-sql": "18.0.6",
|
|
325
|
+
"taon-typeorm": "18.0.5",
|
|
328
326
|
"task.js": "0.1.5",
|
|
329
327
|
"threads": "1.7.0",
|
|
330
|
-
"tnp": "~18.0.
|
|
331
|
-
"tnp-
|
|
332
|
-
"tnp-
|
|
333
|
-
"tnp-
|
|
334
|
-
"tnp-db": "~18.0.4",
|
|
335
|
-
"tnp-models": "~18.0.5",
|
|
328
|
+
"tnp": "~18.0.6",
|
|
329
|
+
"tnp-config": "~18.0.11",
|
|
330
|
+
"tnp-core": "~18.0.30",
|
|
331
|
+
"tnp-models": "~18.0.10",
|
|
336
332
|
"ts-debug": "1.3.0",
|
|
337
333
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
338
334
|
"ts-loader": "2.3.1",
|
|
@@ -340,16 +336,17 @@
|
|
|
340
336
|
"tslib": "~2.6.3",
|
|
341
337
|
"tslint": "6.1.3",
|
|
342
338
|
"turndown": "7.2.0",
|
|
339
|
+
"type-fest": "4.25.0",
|
|
343
340
|
"typedoc": "0.26.5",
|
|
344
341
|
"typedoc-plugin-markdown": "4.2.3",
|
|
345
342
|
"typescript": "~5.5.4",
|
|
346
|
-
"typescript-class-helpers": "~18.0.
|
|
343
|
+
"typescript-class-helpers": "~18.0.10",
|
|
347
344
|
"typescript-formatter": "~7.2.2",
|
|
348
345
|
"underscore": "1.13.7",
|
|
349
346
|
"uuid": "10.0.0",
|
|
350
347
|
"validator": "13.5.2",
|
|
351
348
|
"video.js": "8.3.0",
|
|
352
|
-
"vpn-split": "~18.0.
|
|
349
|
+
"vpn-split": "~18.0.5",
|
|
353
350
|
"vscode": "1.1.37",
|
|
354
351
|
"wait-on": "7.0.1",
|
|
355
352
|
"watch": "1.0.2",
|
|
@@ -362,14 +359,14 @@
|
|
|
362
359
|
"main": "dist/app.electron.js"
|
|
363
360
|
},
|
|
364
361
|
"build": {
|
|
365
|
-
"number":
|
|
366
|
-
"date": "2024-08-
|
|
367
|
-
"hash": "
|
|
362
|
+
"number": 237,
|
|
363
|
+
"date": "2024-08-28T12:51:54.000Z",
|
|
364
|
+
"hash": "92e5a3d0d3720a29e18f644411da27f5da821c39"
|
|
368
365
|
},
|
|
369
366
|
"currentProjectName": "record-replay-req-res-scenario",
|
|
370
367
|
"currentProjectGenericName": "record-replay-req-res-scenario",
|
|
371
368
|
"currentProjectType": "isomorphic-lib",
|
|
372
|
-
"currentFrameworkVersion": "18.0.
|
|
369
|
+
"currentFrameworkVersion": "18.0.8",
|
|
373
370
|
"isStandaloneProject": true,
|
|
374
371
|
"isSmartContainer": false,
|
|
375
372
|
"pathesTsconfig": "\"paths\": {\"record-replay-req-res-scenario\":[\"./src/lib\"],\"record-replay-req-res-scenario/*\":[\"./src/lib/*\"]},",
|
package/websql/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|