record-replay-req-res-scenario 16.444.6 → 18.0.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/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@16.444.6)
3
+ Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@18.0.1)
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/firedev.jsonc CHANGED
@@ -1,46 +1,39 @@
1
- {
2
- "resources": [
3
- "README.md"
4
- ],
5
-
6
- "overrided": {
7
- "ignoreDepsPattern": [],
8
- "includeAsDev": [],
9
-
10
- "includeOnly": [
11
- "ng-talkback",
12
- "tnp-helpers"
13
- ],
14
-
15
- "dependencies": {},
16
- "linkedFolders": [],
17
- "npmFixes": [],
18
- },
19
-
20
- "smartContainerBuildTarget": "",
21
- "linkedRepos": [],
22
-
23
- "libReleaseOptions": {
24
- "nodts": false,
25
- "obscure": false,
26
- "ugly": false,
27
- "includeNodeModules": false,
28
- "cliBuildNoDts": false,
29
- "cliBuildObscure": false,
30
- "cliBuildIncludeNodeModules": false,
31
- "cliBuildUglify": false,
32
- },
33
-
34
- "smartContainerTarget": "",
35
- "type": "isomorphic-lib",
36
- "isCoreProject": false,
37
- "useFramework": false,
38
- "required": [],
39
- "version": "v16",
40
- "isGenerated": false,
41
- "requiredServers": [],
42
- "license": "UNLICENSED",
43
- "private": false,
44
- "main": "index.js",
45
- "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": {}
46
39
  }
package/lib/index.js CHANGED
@@ -5,8 +5,7 @@
5
5
  // //#endregion
6
6
  // export { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.asdaaaaa = void 0;
8
+ exports.asdaaaaa = asdaaaaa;
9
9
  function asdaaaaa() {
10
10
  }
11
- exports.asdaaaaa = asdaaaaa;
12
11
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";AAAA,qBAAqB;AACrB,sCAAsC;AACtC,kCAAkC;AAClC,eAAe;AACf,uHAAuH;;;AAGvH,SAAgB,QAAQ;AAExB,CAAC;AAFD,4BAEC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";AAAA,qBAAqB;AACrB,sCAAsC;AACtC,kCAAkC;AAClC,eAAe;AACf,uHAAuH;;AAGvH,4BAEC;AAFD,SAAgB,QAAQ;AAExB,CAAC"}
package/package.json CHANGED
@@ -31,7 +31,7 @@
31
31
  "isCoreProject": false,
32
32
  "useFramework": false,
33
33
  "required": [],
34
- "version": "v16",
34
+ "version": "v18",
35
35
  "isGenerated": false,
36
36
  "requiredServers": [],
37
37
  "license": "UNLICENSED",
@@ -40,11 +40,11 @@
40
40
  "workerPlugins": {}
41
41
  },
42
42
  "name": "record-replay-req-res-scenario",
43
- "version": "16.444.6",
43
+ "version": "18.0.1",
44
44
  "license": "UNLICENSED",
45
45
  "dependencies": {
46
- "ng-talkback": "~16.444.6",
47
- "tnp-helpers": "~16.444.21"
46
+ "ng-talkback": "~18.0.1",
47
+ "tnp-helpers": "~18.0.2"
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": "c0cf27e9d9defc144b2cf31aed56574463dfca6b",
55
+ "lastBuildTagHash": "f902eb23806b0e705edfa86c4059b74535dce55d",
56
56
  "devDependencies": {},
57
- "main": "dist/app.electron.js"
57
+ "main": "index.js"
58
58
  }
@@ -35,7 +35,7 @@
35
35
  "isCoreProject": false,
36
36
  "useFramework": false,
37
37
  "required": [],
38
- "version": "v16",
38
+ "version": "v18",
39
39
  "isGenerated": false,
40
40
  "requiredServers": [],
41
41
  "license": "UNLICENSED",
@@ -44,11 +44,11 @@
44
44
  "workerPlugins": {}
45
45
  },
46
46
  "name": "record-replay-req-res-scenario",
47
- "version": "16.444.6",
47
+ "version": "18.0.1",
48
48
  "license": "UNLICENSED",
49
49
  "dependencies": {
50
- "ng-talkback": "~16.444.6",
51
- "tnp-helpers": "~16.444.21"
50
+ "ng-talkback": "~18.0.1",
51
+ "tnp-helpers": "~18.0.2"
52
52
  },
53
53
  "private": false,
54
54
  "bin": {
@@ -56,318 +56,319 @@
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": "c0cf27e9d9defc144b2cf31aed56574463dfca6b",
59
+ "lastBuildTagHash": "f902eb23806b0e705edfa86c4059b74535dce55d",
60
60
  "devDependencies": {
61
- "@angular-builders/custom-webpack": "~16.0.2-beta.2",
62
- "@angular-devkit/build-angular": "~16.0.5",
63
- "@angular-devkit/core": "~16.0.5",
64
- "@angular-eslint/builder": "~16.3.1",
65
- "@angular-eslint/eslint-plugin": "~16.3.1",
66
- "@angular-eslint/eslint-plugin-template": "~16.3.1",
67
- "@angular-eslint/schematics": "~16.3.1",
68
- "@angular-eslint/template-parser": "~16.3.1",
69
- "@angular-material-extensions/password-strength": "~12.1.0",
70
- "@angular/animations": "~16.0.0",
71
- "@angular/cdk": "~16.0.3",
72
- "@angular/cli": "~16.0.5",
73
- "@angular/common": "~16.0.0",
74
- "@angular/compiler": "~16.0.0",
75
- "@angular/compiler-cli": "~16.0.4",
76
- "@angular/core": "~16.0.0",
77
- "@angular/elements": "~16.0.4",
78
- "@angular/forms": "~16.0.0",
79
- "@angular/material": "~16.0.3",
80
- "@angular/platform-browser": "~16.0.4",
81
- "@angular/platform-browser-dynamic": "~16.0.4",
82
- "@angular/pwa": "~16.0.5",
83
- "@angular/router": "~16.0.0",
84
- "@angular/service-worker": "~16.0.4",
85
- "@babel/cli": "7.18.6",
86
- "@compodoc/compodoc": "1.1.23",
87
- "@iconify/icons-fa-solid": "1.2.2",
88
- "@iconify/icons-mdi": "1.2.1",
89
- "@inquirer/prompts": "5.3.2",
90
- "@mdi/js": "7.2.96",
91
- "@ng-matero/extensions": "16.0.0",
92
- "@ngneat/falso": "6.4.0",
93
- "@ngneat/hot-toast": "5.0.1",
94
- "@ngneat/overview": "5.0.0",
95
- "@ngneat/spectator": "15.0.0",
96
- "@ngrx/component-store": "~16.0.1",
97
- "@ngrx/data": "~16.0.1",
98
- "@ngrx/effects": "~16.0.1",
99
- "@ngrx/entity": "~16.0.1",
100
- "@ngrx/router-store": "~16.0.1",
101
- "@ngrx/schematics": "~16.0.1",
102
- "@ngrx/store": "~16.0.1",
103
- "@ngrx/store-devtools": "~16.0.1",
104
- "@ngx-formly/core": "6.1.7",
105
- "@ngx-formly/material": "6.1.8",
61
+ "@angular-builders/custom-webpack": "~18.0.0",
62
+ "@angular-devkit/build-angular": "~18.1.4",
63
+ "@angular-devkit/core": "~18.1.4",
64
+ "@angular-eslint/builder": "~18.2.0",
65
+ "@angular-eslint/eslint-plugin": "~18.2.0",
66
+ "@angular-eslint/eslint-plugin-template": "~18.2.0",
67
+ "@angular-eslint/schematics": "~18.2.0",
68
+ "@angular-eslint/template-parser": "~18.2.0",
69
+ "@angular-material-extensions/password-strength": "~16.0.0",
70
+ "@angular/animations": "~18.1.4",
71
+ "@angular/cdk": "~18.1.4",
72
+ "@angular/cli": "~18.1.4",
73
+ "@angular/common": "~18.1.4",
74
+ "@angular/compiler": "~18.1.4",
75
+ "@angular/compiler-cli": "~18.1.4",
76
+ "@angular/core": "~18.1.4",
77
+ "@angular/elements": "~18.1.4",
78
+ "@angular/forms": "~18.1.4",
79
+ "@angular/material": "~18.1.4",
80
+ "@angular/platform-browser": "~18.1.4",
81
+ "@angular/platform-browser-dynamic": "~18.1.4",
82
+ "@angular/pwa": "~18.1.4",
83
+ "@angular/router": "~18.1.4",
84
+ "@angular/service-worker": "~18.1.4",
85
+ "@babel/cli": "7.24.8",
86
+ "@compodoc/compodoc": "1.1.25",
87
+ "@iconify/icons-fa-solid": "1.2.4",
88
+ "@iconify/icons-mdi": "1.2.48",
89
+ "@inquirer/prompts": "5.3.8",
90
+ "@mdi/js": "7.4.47",
91
+ "@ng-matero/extensions": "18.1.2",
92
+ "@ngneat/falso": "7.2.0",
93
+ "@ngneat/hot-toast": "7.0.0",
94
+ "@ngneat/overview": "6.1.1",
95
+ "@ngneat/spectator": "19.0.0",
96
+ "@ngrx/component-store": "~18.0.2",
97
+ "@ngrx/data": "~18.0.2",
98
+ "@ngrx/effects": "~18.0.2",
99
+ "@ngrx/entity": "~18.0.2",
100
+ "@ngrx/router-store": "~18.0.2",
101
+ "@ngrx/schematics": "~18.0.2",
102
+ "@ngrx/store": "~18.0.2",
103
+ "@ngrx/store-devtools": "~18.0.2",
104
+ "@ngx-formly/core": "6.3.6",
105
+ "@ngx-formly/material": "6.3.6",
106
106
  "@ngx-translate/core": "15.0.0",
107
107
  "@ngx-translate/http-loader": "8.0.0",
108
- "@sqltools/formatter": "1.2.2",
109
- "@sweetalert2/ngx-sweetalert2": "12.1.0",
108
+ "@sqltools/formatter": "1.2.5",
109
+ "@sweetalert2/ngx-sweetalert2": "12.4.0",
110
110
  "@testdeck/jest": "0.3.3",
111
111
  "@testdeck/mocha": "0.3.3",
112
- "@types/chai": "4.1.2",
112
+ "@types/chai": "4.3.17",
113
113
  "@types/chokidar": "2.1.3",
114
114
  "@types/dateformat": "1.0.1",
115
- "@types/diff": "3.2.2",
116
- "@types/express": "4.11.0",
117
- "@types/express-fileupload": "1.4.1",
118
- "@types/fs-extra": "7.0.0",
115
+ "@types/diff": "5.2.1",
116
+ "@types/express": "4.17.21",
117
+ "@types/express-fileupload": "1.5.0",
118
+ "@types/fs-extra": "11.0.4",
119
119
  "@types/glob": "5.0.35",
120
- "@types/http-proxy": "1.16.0",
121
- "@types/http-proxy-middleware": "0.19.2",
122
- "@types/jest": "29.5.2",
123
- "@types/json-stringify-safe": "5.0.0",
120
+ "@types/http-proxy": "1.17.15",
121
+ "@types/http-proxy-middleware": "1.0.0",
122
+ "@types/jest": "29.5.12",
123
+ "@types/json-stringify-safe": "5.0.3",
124
124
  "@types/json5": "0.0.29",
125
- "@types/lockfile": "1.0.0",
125
+ "@types/lockfile": "1.0.4",
126
126
  "@types/lodash": "4.14.92",
127
- "@types/mocha": "5.2.5",
128
- "@types/node": "16.18.21",
129
- "@types/node-notifier": "5.4.0",
130
- "@types/oauth2orize": "1.8.0",
131
- "@types/password-hash": "1.2.19",
132
- "@types/progress": "2.0.3",
133
- "@types/q": "1.5.5",
134
- "@types/rimraf": "2.0.2",
135
- "@types/semver": "6.0.1",
136
- "@types/systeminformation": "3.23.0",
137
- "@types/vinyl": "2.0.2",
138
- "@types/watch": "1.0.0",
139
- "@typescript-eslint/eslint-plugin": "5.62.0",
140
- "@typescript-eslint/parser": "5.62.0",
127
+ "@types/mocha": "10.0.7",
128
+ "@types/node": "22.2.0",
129
+ "@types/node-notifier": "8.0.5",
130
+ "@types/oauth2orize": "1.11.5",
131
+ "@types/password-hash": "1.2.24",
132
+ "@types/progress": "2.0.7",
133
+ "@types/q": "1.5.8",
134
+ "@types/rimraf": "4.0.5",
135
+ "@types/semver": "7.5.8",
136
+ "@types/systeminformation": "3.54.1",
137
+ "@types/vinyl": "2.0.12",
138
+ "@types/watch": "1.0.6",
139
+ "@typescript-eslint/eslint-plugin": "8.0.1",
140
+ "@typescript-eslint/parser": "8.0.1",
141
141
  "@vercel/ncc": "0.38.1",
142
- "accepts": "1.3.4",
143
- "ajv": "8.12.0",
144
- "angular-material-css-vars": "5.0.2",
142
+ "accepts": "1.3.8",
143
+ "ajv": "8.17.1",
144
+ "angular-material-css-vars": "7.0.0",
145
145
  "angular-resize-event": "3.2.0",
146
- "animate.css": "4.1.1 ",
147
- "any-project-cli": "16.444.12",
148
- "app-root-path": "3.0.0",
149
- "axios": "1.3.5",
146
+ "animate.css": "4.1.1",
147
+ "any-project-cli": "~18.0.2",
148
+ "app-root-path": "3.1.0",
149
+ "axios": "1.7.3",
150
150
  "background-worker-process": "~16.100.10",
151
151
  "base32": "0.0.7",
152
152
  "bcryptjs": "2.4.3",
153
- "body-parser": "1.18.2",
154
- "bootstrap": "4.6.2",
153
+ "body-parser": "1.20.2",
154
+ "bootstrap": "5.3.3",
155
155
  "buffer-shims": "1.0.0",
156
- "bun": "1.1.17",
157
- "callsite-record": "4.1.3",
158
- "chai": "4.3.7",
156
+ "bun": "1.1.22",
157
+ "callsite-record": "4.1.5",
158
+ "chai": "4.5.0",
159
159
  "chalk": "2.3.2",
160
160
  "check-node-version": "3.2.0",
161
- "cheerio": "1.0.0-rc.3",
161
+ "cheerio": "1.0.0",
162
162
  "chokidar": "3.5.3",
163
163
  "circular-json": "0.5.1",
164
164
  "class-transformer": "0.5.1",
165
- "class-validator": "0.14.0",
165
+ "class-validator": "0.14.1",
166
166
  "cli-highlight": "2.1.11",
167
167
  "command-exists": "1.2.2",
168
168
  "compression": "1.7.4",
169
- "concurrently": "3.5.1",
170
- "content-type": "1.0.4",
171
- "conventional-changelog-cli": "3.0.0",
172
- "cookie-parser": "1.4.3",
169
+ "concurrently": "8.2.2",
170
+ "content-type": "1.0.5",
171
+ "conventional-changelog-cli": "5.0.0",
172
+ "cookie-parser": "1.4.6",
173
173
  "copy-paste": "1.5.3",
174
- "cors": "2.8.4",
174
+ "cors": "2.8.5",
175
175
  "cpr": "3.0.1",
176
176
  "cross-env": "7.0.2",
177
177
  "cross-spawn": "7.0.3",
178
178
  "dateformat": "3.0.3",
179
179
  "detect-mocha": "0.1.0",
180
- "diff": "3.2.0",
181
- "electron": "25.2.0",
182
- "electron-builder": "24.4.0",
183
- "electron-debug": "3.2.0",
180
+ "diff": "4.0.2",
181
+ "electron": "31.3.1",
182
+ "electron-builder": "24.13.3",
183
+ "electron-debug": "4.0.0",
184
184
  "electron-reloader": "1.2.3",
185
- "element-resize-detector": "1.1.15",
186
- "enquirer": "2.3.0",
185
+ "element-resize-detector": "1.2.4",
186
+ "enquirer": "2.4.1",
187
187
  "enum-values": "1.2.1",
188
- "errorhandler": "1.5.0",
189
- "eslint": "8.51.0",
188
+ "errorhandler": "1.5.1",
189
+ "eslint": "9.9.0",
190
190
  "eslint-config-prettier": "9.1.0",
191
191
  "eslint-plugin-import": "latest",
192
192
  "eslint-plugin-jsdoc": "latest",
193
193
  "eslint-plugin-prefer-arrow": "latest",
194
- "eslint-plugin-prettier": "5.1.3",
194
+ "eslint-plugin-prettier": "5.2.1",
195
195
  "eslint-plugin-react": "latest",
196
- "express": "4.16.3",
196
+ "express": "4.19.2",
197
197
  "express-fileupload": "1.4.0",
198
- "express-session": "1.17.3",
199
- "file-loader": "1.1.5",
198
+ "express-session": "1.18.0",
199
+ "file-loader": "1.1.11",
200
200
  "file-saver": "2.0.5",
201
- "file-type": "18.5.0",
202
- "firedev": "^16",
203
- "firedev-crud": "~16.444.14",
204
- "firedev-crud-deamon": "~16.444.14",
205
- "firedev-ports": "~16.444.14",
206
- "firedev-storage": "~16.444.10",
207
- "firedev-type-sql": "~16.444.14",
208
- "firedev-typeorm": "~16.444.10",
209
- "firedev-ui": "16.444.1",
201
+ "file-type": "19.1.1",
202
+ "firedev": "^18",
203
+ "firedev-crud": "~18.0.1",
204
+ "firedev-crud-deamon": "~18.0.2",
205
+ "firedev-ports": "~18.0.1",
206
+ "firedev-storage": "~18.0.1",
207
+ "firedev-type-sql": "~18.0.2",
208
+ "firedev-typeorm": "~18.0.1",
209
+ "firedev-ui": "~16.444.1",
210
210
  "fkill": "6.1.0",
211
211
  "font-awesome": "4.7.0",
212
212
  "form-data": "4.0.0",
213
- "fs-extra": "8.1.0",
213
+ "fs-extra": "11.1.1",
214
214
  "fuzzy": "0.1.3",
215
215
  "glob": "7.1.2",
216
- "google-libphonenumber": "3.2.25",
216
+ "google-libphonenumber": "3.2.38",
217
217
  "gulp": "3.9.1",
218
- "helmet": "7.0.0",
218
+ "helmet": "7.1.0",
219
219
  "hostile": "1.3.3",
220
- "howler": "2.2.3",
220
+ "howler": "2.2.4",
221
221
  "http-proxy": "1.18.1",
222
- "http-proxy-middleware": "0.19.1",
223
- "http-server": "0.11.1",
222
+ "http-proxy-middleware": "0.22.0-alpha",
223
+ "http-server": "0.13.0",
224
224
  "image-focus": "1.2.1",
225
225
  "immer": "10.0.2",
226
- "immutable": "4.3.0",
227
- "incremental-compiler": "~16.444.15",
226
+ "immutable": "4.3.7",
227
+ "incremental-compiler": "~18.0.2",
228
228
  "inquirer": "7.3.3",
229
229
  "inquirer-autocomplete-prompt": "1.3.0",
230
230
  "is-elevated": "3.0.0",
231
- "isomorphic-region-loader": "~16.444.14",
232
- "istanbul-instrumenter-loader": "2.0.0",
233
- "jest": "29.5.0",
234
- "jest-date-mock": "1.0.8",
231
+ "isomorphic-region-loader": "~18.0.2",
232
+ "istanbul-instrumenter-loader": "3.0.1",
233
+ "jest": "29.7.0",
234
+ "jest-date-mock": "1.0.10",
235
235
  "jest-junit": "16.0.0",
236
236
  "jest-marbles": "latest",
237
- "jest-preset-angular": "13.1.1",
238
- "jimp": "0.22.8",
239
- "joi": "17.9.2",
237
+ "jest-preset-angular": "14.2.2",
238
+ "jimp": "0.22.12",
239
+ "joi": "17.13.3",
240
240
  "jscodeshift": "0.6.3",
241
241
  "json-stringify-safe": "5.0.1",
242
- "json10": "~16.444.14",
243
- "json10-writer": "~16.444.14",
244
- "json5": "2.2.1",
242
+ "json10": "~18.0.2",
243
+ "json10-writer": "~18.0.2",
244
+ "json5": "2.2.3",
245
245
  "json5-writer": "0.2.0",
246
246
  "jszip": "3.10.1",
247
247
  "karma-cli": "1.0.1",
248
248
  "lnk": "1.0.1",
249
249
  "localforage": "1.10.0",
250
250
  "lockfile": "1.0.4",
251
- "lodash": "4.17.20",
252
- "lodash-walk-object": "~16.444.13",
251
+ "lodash": "4.17.21",
252
+ "lodash-walk-object": "~18.0.2",
253
253
  "lowdb": "7.0.1",
254
- "magic-renamer": "~16.444.13",
254
+ "magic-renamer": "~18.0.2",
255
255
  "material-design-icons": "3.0.1",
256
256
  "method-override": "2.3.10",
257
- "minimist": "1.2.0",
257
+ "minimist": "1.2.8",
258
258
  "mkdirp": "0.5.1",
259
- "mocha": "10.2.0",
260
- "moment": "2.29.3",
261
- "ng-for-track-by-property": "16.0.1",
262
- "ng-in-viewport": "15.0.2",
263
- "ng-lock": "16.0.1",
264
- "ng-packagr": "16.0.1",
265
- "ng2-logger": "~16.444.14",
266
- "ng2-pdfjs-viewer": "16.0.4",
267
- "ng2-rest": "~16.444.13",
268
- "ngx-ace-wrapper": "14.0.0",
269
- "ngx-editor": "15.3.0",
270
- "ngx-highlightjs": "9.0.0",
259
+ "mocha": "10.7.3",
260
+ "moment": "2.30.1",
261
+ "ng-for-track-by-property": "18.0.1",
262
+ "ng-in-viewport": "16.1.0",
263
+ "ng-lock": "18.0.1",
264
+ "ng-packagr": "18.1.0",
265
+ "ng2-logger": "~18.0.4",
266
+ "ng2-pdfjs-viewer": "18.0.0",
267
+ "ng2-rest": "~18.0.2",
268
+ "ngx-ace-wrapper": "17.0.0",
269
+ "ngx-editor": "17.5.4",
270
+ "ngx-highlightjs": "12.0.0",
271
271
  "ngx-moment": "6.0.2",
272
272
  "ngx-monaco-editor": "12.0.0",
273
273
  "ngx-photo-editor": "0.4.4",
274
274
  "ngx-pipes": "3.2.2",
275
- "ngx-progressbar": "11.0.0",
276
- "ngx-scrollbar": "12.0.0",
277
- "ngx-scrolltop": "6.0.0",
275
+ "ngx-progressbar": "11.1.0",
276
+ "ngx-scrollbar": "15.1.2",
277
+ "ngx-scrolltop": "18.0.0",
278
278
  "ngx-store": "3.1.1",
279
279
  "ngx-typed-js": "2.1.1",
280
- "node-cli-tester": "~16.444.6",
280
+ "node-cli-tester": "~18.0.1",
281
281
  "node-localstorage": "2.1.6",
282
- "node-notifier": "6.0.0",
282
+ "node-notifier": "10.0.1",
283
283
  "node-polyfill-webpack-plugin": "2.0.1",
284
- "nodemon": "1.14.11",
284
+ "nodemon": "2.0.22",
285
285
  "npm-get-dependents": "1.0.1",
286
286
  "npm-run": "4.1.2",
287
- "omelette": "0.4.5",
288
- "open": "7.2.1",
289
- "ora": "3.4.0",
290
- "passport": "0.3.2",
287
+ "omelette": "0.4.17",
288
+ "open": "10.0.4",
289
+ "ora": "8.0.1",
290
+ "passport": "0.7.0",
291
291
  "passport-http-bearer": "1.0.1",
292
292
  "password-hash": "1.2.2",
293
293
  "path-to-regexp": "6.2.2",
294
294
  "pica": "9.0.1",
295
295
  "portfinder": "1.0.21",
296
- "prettier": "3.2.5",
296
+ "prettier": "3.3.3",
297
297
  "prettier-eslint": "16.3.0",
298
298
  "pretty-error": "4.0.0",
299
299
  "primeflex": "3.3.1",
300
- "primeicons": "6.0.1",
301
- "primeng": "16.7.0",
300
+ "primeicons": "7.0.0",
301
+ "primeng": "17.18.8",
302
302
  "progress": "2.0.3",
303
- "prompts": "0.1.8",
303
+ "prompts": "2.4.2",
304
304
  "ps-list": "6.1.0",
305
305
  "ps-node": "0.1.6",
306
306
  "q": "1.5.1",
307
307
  "rallax.js": "2.0.4",
308
308
  "randomcolor": "0.5.3",
309
- "record-replay-req-res-scenario": "~16.444.5",
310
- "reflect-metadata": "0.1.10",
309
+ "record-replay-req-res-scenario": "~16.444.7",
310
+ "reflect-metadata": "0.2.2",
311
311
  "rimraf": "2.6.2",
312
- "rxjs": "~7.8.0",
313
- "semver": "6.3.0",
312
+ "rxjs": "~7.8.1",
313
+ "semver": "7.6.3",
314
314
  "simple-git": "3.25.0",
315
- "sinon": "15.2.0",
315
+ "sinon": "18.0.0",
316
316
  "sloc": "0.2.0",
317
317
  "socket.io": "4.7.5",
318
318
  "socket.io-client": "4.7.5",
319
319
  "sort-package-json": "1.11.0",
320
320
  "sql.js": "1.8.0",
321
- "static-columns": "~16.444.9",
322
- "string-similarity": "4.0.2",
321
+ "static-columns": "~18.0.3",
322
+ "string-similarity": "4.0.4",
323
323
  "sudo-block": "3.0.0",
324
- "supertest": "6.3.3",
325
- "sweetalert2": "11.7.12",
324
+ "supertest": "7.0.0",
325
+ "sweetalert2": "11.7.32",
326
326
  "systeminformation": "3.45.7",
327
327
  "task.js": "0.1.5",
328
328
  "threads": "1.7.0",
329
- "tnp-cli": "~16.444.5",
330
- "tnp-config": "~16.444.14",
331
- "tnp-core": "~16.444.16",
332
- "tnp-db": "~16.444.13",
333
- "tnp-models": "~16.444.14",
329
+ "tnp": "~18.0.2",
330
+ "tnp-cli": "~16.444.7",
331
+ "tnp-config": "~18.0.4",
332
+ "tnp-core": "~18.0.26",
333
+ "tnp-db": "~18.0.2",
334
+ "tnp-models": "~18.0.3",
334
335
  "ts-debug": "1.3.0",
335
- "ts-json-schema-generator": "2.1.1",
336
+ "ts-json-schema-generator": "2.3.0-next.5",
336
337
  "ts-loader": "2.3.1",
337
338
  "ts-node": "10.9.1",
338
- "tslib": "~2.3.0",
339
- "tslint": "5.9.1",
340
- "turndown": "7.1.2",
341
- "typedoc": "0.25.13",
342
- "typedoc-plugin-markdown": "4.0.3",
343
- "typescript": "~5.0.2",
344
- "typescript-class-helpers": "~16.444.14",
339
+ "tslib": "~2.6.3",
340
+ "tslint": "6.1.3",
341
+ "turndown": "7.2.0",
342
+ "typedoc": "0.26.5",
343
+ "typedoc-plugin-markdown": "4.2.3",
344
+ "typescript": "~5.5.4",
345
+ "typescript-class-helpers": "~18.0.3",
345
346
  "typescript-formatter": "~7.2.2",
346
- "underscore": "1.9.1",
347
- "uuid": "8.3.2",
348
- "validator": "9.2.0",
347
+ "underscore": "1.13.7",
348
+ "uuid": "10.0.0",
349
+ "validator": "13.5.2",
349
350
  "video.js": "8.3.0",
350
- "vpn-split": "~16.444.5",
351
+ "vpn-split": "~16.444.7",
351
352
  "vscode": "1.1.37",
352
353
  "wait-on": "7.0.1",
353
354
  "watch": "1.0.2",
354
355
  "webpack": "~5.80",
355
- "webpack-dev-middleware": "~6.0.2",
356
- "webpack-dev-server": "~4.13.2",
357
- "yup": "1.1.1",
356
+ "webpack-dev-middleware": "~6.1.3",
357
+ "webpack-dev-server": "~5.0.4",
358
+ "yup": "1.3.3",
358
359
  "zone.js": "~0.13.0"
359
360
  },
360
361
  "main": "dist/app.electron.js"
361
362
  },
362
363
  "build": {
363
- "number": 226,
364
- "date": "2024-07-24T01:22:07.000Z",
365
- "hash": "f3438aea32c4a56f047a78efd6af6e5848984e08"
364
+ "number": 229,
365
+ "date": "2024-08-13T07:12:32.000Z",
366
+ "hash": "7c6639592fd397dc2213b1a9298575b9c0a6d2a9"
366
367
  },
367
368
  "currentProjectName": "record-replay-req-res-scenario",
368
369
  "currentProjectGenericName": "record-replay-req-res-scenario",
369
370
  "currentProjectType": "isomorphic-lib",
370
- "currentFrameworkVersion": "16.444.16",
371
+ "currentFrameworkVersion": "18.0.2",
371
372
  "isStandaloneProject": true,
372
373
  "isSmartContainer": false,
373
374
  "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.
@@ -1,357 +0,0 @@
1
- {
2
- "tnp": {
3
- "resources": [
4
- "README.md"
5
- ],
6
- "overrided": {
7
- "ignoreDepsPattern": [],
8
- "includeAsDev": [],
9
- "includeOnly": [
10
- "ng-talkback",
11
- "tnp-helpers"
12
- ],
13
- "dependencies": {},
14
- "linkedFolders": [],
15
- "npmFixes": []
16
- },
17
- "smartContainerBuildTarget": "",
18
- "linkedRepos": [],
19
- "libReleaseOptions": {
20
- "nodts": false,
21
- "obscure": false,
22
- "ugly": false,
23
- "includeNodeModules": false,
24
- "cliBuildNoDts": false,
25
- "cliBuildObscure": false,
26
- "cliBuildIncludeNodeModules": false,
27
- "cliBuildUglify": false
28
- },
29
- "smartContainerTarget": "",
30
- "type": "isomorphic-lib",
31
- "isCoreProject": false,
32
- "useFramework": false,
33
- "required": [],
34
- "version": "v16",
35
- "isGenerated": false,
36
- "requiredServers": [],
37
- "license": "UNLICENSED",
38
- "private": false,
39
- "main": "index.js",
40
- "workerPlugins": {}
41
- },
42
- "name": "record-replay-req-res-scenario",
43
- "version": "16.444.6",
44
- "license": "UNLICENSED",
45
- "dependencies": {
46
- "ng-talkback": "~16.444.6",
47
- "tnp-helpers": "~16.444.21"
48
- },
49
- "private": false,
50
- "bin": {
51
- "record-replay-req-res-scenario": "bin/record-replay-req-res-scenario",
52
- "record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
53
- "record-replay-req-res-scenario-debug-brk": "bin/record-replay-req-res-scenario-debug-brk"
54
- },
55
- "lastBuildTagHash": "c0cf27e9d9defc144b2cf31aed56574463dfca6b",
56
- "devDependencies": {
57
- "@angular-builders/custom-webpack": "~16.0.2-beta.2",
58
- "@angular-devkit/build-angular": "~16.0.5",
59
- "@angular-devkit/core": "~16.0.5",
60
- "@angular-eslint/builder": "~16.3.1",
61
- "@angular-eslint/eslint-plugin": "~16.3.1",
62
- "@angular-eslint/eslint-plugin-template": "~16.3.1",
63
- "@angular-eslint/schematics": "~16.3.1",
64
- "@angular-eslint/template-parser": "~16.3.1",
65
- "@angular-material-extensions/password-strength": "~12.1.0",
66
- "@angular/animations": "~16.0.0",
67
- "@angular/cdk": "~16.0.3",
68
- "@angular/cli": "~16.0.5",
69
- "@angular/common": "~16.0.0",
70
- "@angular/compiler": "~16.0.0",
71
- "@angular/compiler-cli": "~16.0.4",
72
- "@angular/core": "~16.0.0",
73
- "@angular/elements": "~16.0.4",
74
- "@angular/forms": "~16.0.0",
75
- "@angular/material": "~16.0.3",
76
- "@angular/platform-browser": "~16.0.4",
77
- "@angular/platform-browser-dynamic": "~16.0.4",
78
- "@angular/pwa": "~16.0.5",
79
- "@angular/router": "~16.0.0",
80
- "@angular/service-worker": "~16.0.4",
81
- "@babel/cli": "7.18.6",
82
- "@compodoc/compodoc": "1.1.23",
83
- "@iconify/icons-fa-solid": "1.2.2",
84
- "@iconify/icons-mdi": "1.2.1",
85
- "@inquirer/prompts": "5.3.2",
86
- "@mdi/js": "7.2.96",
87
- "@ng-matero/extensions": "16.0.0",
88
- "@ngneat/falso": "6.4.0",
89
- "@ngneat/hot-toast": "5.0.1",
90
- "@ngneat/overview": "5.0.0",
91
- "@ngneat/spectator": "15.0.0",
92
- "@ngrx/component-store": "~16.0.1",
93
- "@ngrx/data": "~16.0.1",
94
- "@ngrx/effects": "~16.0.1",
95
- "@ngrx/entity": "~16.0.1",
96
- "@ngrx/router-store": "~16.0.1",
97
- "@ngrx/schematics": "~16.0.1",
98
- "@ngrx/store": "~16.0.1",
99
- "@ngrx/store-devtools": "~16.0.1",
100
- "@ngx-formly/core": "6.1.7",
101
- "@ngx-formly/material": "6.1.8",
102
- "@ngx-translate/core": "15.0.0",
103
- "@ngx-translate/http-loader": "8.0.0",
104
- "@sqltools/formatter": "1.2.2",
105
- "@sweetalert2/ngx-sweetalert2": "12.1.0",
106
- "@testdeck/jest": "0.3.3",
107
- "@testdeck/mocha": "0.3.3",
108
- "@types/chai": "4.1.2",
109
- "@types/chokidar": "2.1.3",
110
- "@types/dateformat": "1.0.1",
111
- "@types/diff": "3.2.2",
112
- "@types/express": "4.11.0",
113
- "@types/express-fileupload": "1.4.1",
114
- "@types/fs-extra": "7.0.0",
115
- "@types/glob": "5.0.35",
116
- "@types/http-proxy": "1.16.0",
117
- "@types/http-proxy-middleware": "0.19.2",
118
- "@types/jest": "29.5.2",
119
- "@types/json-stringify-safe": "5.0.0",
120
- "@types/json5": "0.0.29",
121
- "@types/lockfile": "1.0.0",
122
- "@types/lodash": "4.14.92",
123
- "@types/mocha": "5.2.5",
124
- "@types/node": "16.18.21",
125
- "@types/node-notifier": "5.4.0",
126
- "@types/oauth2orize": "1.8.0",
127
- "@types/password-hash": "1.2.19",
128
- "@types/progress": "2.0.3",
129
- "@types/q": "1.5.5",
130
- "@types/rimraf": "2.0.2",
131
- "@types/semver": "6.0.1",
132
- "@types/systeminformation": "3.23.0",
133
- "@types/vinyl": "2.0.2",
134
- "@types/watch": "1.0.0",
135
- "@typescript-eslint/eslint-plugin": "5.62.0",
136
- "@typescript-eslint/parser": "5.62.0",
137
- "@vercel/ncc": "0.38.1",
138
- "accepts": "1.3.4",
139
- "ajv": "8.12.0",
140
- "angular-material-css-vars": "5.0.2",
141
- "angular-resize-event": "3.2.0",
142
- "animate.css": "4.1.1 ",
143
- "any-project-cli": "16.444.12",
144
- "app-root-path": "3.0.0",
145
- "axios": "1.3.5",
146
- "background-worker-process": "~16.100.10",
147
- "base32": "0.0.7",
148
- "bcryptjs": "2.4.3",
149
- "body-parser": "1.18.2",
150
- "bootstrap": "4.6.2",
151
- "buffer-shims": "1.0.0",
152
- "bun": "1.1.17",
153
- "callsite-record": "4.1.3",
154
- "chai": "4.3.7",
155
- "chalk": "2.3.2",
156
- "check-node-version": "3.2.0",
157
- "cheerio": "1.0.0-rc.3",
158
- "chokidar": "3.5.3",
159
- "circular-json": "0.5.1",
160
- "class-transformer": "0.5.1",
161
- "class-validator": "0.14.0",
162
- "cli-highlight": "2.1.11",
163
- "command-exists": "1.2.2",
164
- "compression": "1.7.4",
165
- "concurrently": "3.5.1",
166
- "content-type": "1.0.4",
167
- "conventional-changelog-cli": "3.0.0",
168
- "cookie-parser": "1.4.3",
169
- "copy-paste": "1.5.3",
170
- "cors": "2.8.4",
171
- "cpr": "3.0.1",
172
- "cross-env": "7.0.2",
173
- "cross-spawn": "7.0.3",
174
- "dateformat": "3.0.3",
175
- "detect-mocha": "0.1.0",
176
- "diff": "3.2.0",
177
- "electron": "25.2.0",
178
- "electron-builder": "24.4.0",
179
- "electron-debug": "3.2.0",
180
- "electron-reloader": "1.2.3",
181
- "element-resize-detector": "1.1.15",
182
- "enquirer": "2.3.0",
183
- "enum-values": "1.2.1",
184
- "errorhandler": "1.5.0",
185
- "eslint": "8.51.0",
186
- "eslint-config-prettier": "9.1.0",
187
- "eslint-plugin-import": "latest",
188
- "eslint-plugin-jsdoc": "latest",
189
- "eslint-plugin-prefer-arrow": "latest",
190
- "eslint-plugin-prettier": "5.1.3",
191
- "eslint-plugin-react": "latest",
192
- "express": "4.16.3",
193
- "express-fileupload": "1.4.0",
194
- "express-session": "1.17.3",
195
- "file-loader": "1.1.5",
196
- "file-saver": "2.0.5",
197
- "file-type": "18.5.0",
198
- "firedev": "^16",
199
- "firedev-crud": "~16.444.14",
200
- "firedev-crud-deamon": "~16.444.14",
201
- "firedev-ports": "~16.444.14",
202
- "firedev-storage": "~16.444.10",
203
- "firedev-type-sql": "~16.444.14",
204
- "firedev-typeorm": "~16.444.10",
205
- "firedev-ui": "16.444.1",
206
- "fkill": "6.1.0",
207
- "font-awesome": "4.7.0",
208
- "form-data": "4.0.0",
209
- "fs-extra": "8.1.0",
210
- "fuzzy": "0.1.3",
211
- "glob": "7.1.2",
212
- "google-libphonenumber": "3.2.25",
213
- "gulp": "3.9.1",
214
- "helmet": "7.0.0",
215
- "hostile": "1.3.3",
216
- "howler": "2.2.3",
217
- "http-proxy": "1.18.1",
218
- "http-proxy-middleware": "0.19.1",
219
- "http-server": "0.11.1",
220
- "image-focus": "1.2.1",
221
- "immer": "10.0.2",
222
- "immutable": "4.3.0",
223
- "incremental-compiler": "~16.444.15",
224
- "inquirer": "7.3.3",
225
- "inquirer-autocomplete-prompt": "1.3.0",
226
- "is-elevated": "3.0.0",
227
- "isomorphic-region-loader": "~16.444.14",
228
- "istanbul-instrumenter-loader": "2.0.0",
229
- "jest": "29.5.0",
230
- "jest-date-mock": "1.0.8",
231
- "jest-junit": "16.0.0",
232
- "jest-marbles": "latest",
233
- "jest-preset-angular": "13.1.1",
234
- "jimp": "0.22.8",
235
- "joi": "17.9.2",
236
- "jscodeshift": "0.6.3",
237
- "json-stringify-safe": "5.0.1",
238
- "json10": "~16.444.14",
239
- "json10-writer": "~16.444.14",
240
- "json5": "2.2.1",
241
- "json5-writer": "0.2.0",
242
- "jszip": "3.10.1",
243
- "karma-cli": "1.0.1",
244
- "lnk": "1.0.1",
245
- "localforage": "1.10.0",
246
- "lockfile": "1.0.4",
247
- "lodash": "4.17.20",
248
- "lodash-walk-object": "~16.444.13",
249
- "lowdb": "7.0.1",
250
- "magic-renamer": "~16.444.13",
251
- "material-design-icons": "3.0.1",
252
- "method-override": "2.3.10",
253
- "minimist": "1.2.0",
254
- "mkdirp": "0.5.1",
255
- "mocha": "10.2.0",
256
- "moment": "2.29.3",
257
- "ng-for-track-by-property": "16.0.1",
258
- "ng-in-viewport": "15.0.2",
259
- "ng-lock": "16.0.1",
260
- "ng-packagr": "16.0.1",
261
- "ng2-logger": "~16.444.14",
262
- "ng2-pdfjs-viewer": "16.0.4",
263
- "ng2-rest": "~16.444.13",
264
- "ngx-ace-wrapper": "14.0.0",
265
- "ngx-editor": "15.3.0",
266
- "ngx-highlightjs": "9.0.0",
267
- "ngx-moment": "6.0.2",
268
- "ngx-monaco-editor": "12.0.0",
269
- "ngx-photo-editor": "0.4.4",
270
- "ngx-pipes": "3.2.2",
271
- "ngx-progressbar": "11.0.0",
272
- "ngx-scrollbar": "12.0.0",
273
- "ngx-scrolltop": "6.0.0",
274
- "ngx-store": "3.1.1",
275
- "ngx-typed-js": "2.1.1",
276
- "node-cli-tester": "~16.444.6",
277
- "node-localstorage": "2.1.6",
278
- "node-notifier": "6.0.0",
279
- "node-polyfill-webpack-plugin": "2.0.1",
280
- "nodemon": "1.14.11",
281
- "npm-get-dependents": "1.0.1",
282
- "npm-run": "4.1.2",
283
- "omelette": "0.4.5",
284
- "open": "7.2.1",
285
- "ora": "3.4.0",
286
- "passport": "0.3.2",
287
- "passport-http-bearer": "1.0.1",
288
- "password-hash": "1.2.2",
289
- "path-to-regexp": "6.2.2",
290
- "pica": "9.0.1",
291
- "portfinder": "1.0.21",
292
- "prettier": "3.2.5",
293
- "prettier-eslint": "16.3.0",
294
- "pretty-error": "4.0.0",
295
- "primeflex": "3.3.1",
296
- "primeicons": "6.0.1",
297
- "primeng": "16.7.0",
298
- "progress": "2.0.3",
299
- "prompts": "0.1.8",
300
- "ps-list": "6.1.0",
301
- "ps-node": "0.1.6",
302
- "q": "1.5.1",
303
- "rallax.js": "2.0.4",
304
- "randomcolor": "0.5.3",
305
- "record-replay-req-res-scenario": "~16.444.5",
306
- "reflect-metadata": "0.1.10",
307
- "rimraf": "2.6.2",
308
- "rxjs": "~7.8.0",
309
- "semver": "6.3.0",
310
- "simple-git": "3.25.0",
311
- "sinon": "15.2.0",
312
- "sloc": "0.2.0",
313
- "socket.io": "4.7.5",
314
- "socket.io-client": "4.7.5",
315
- "sort-package-json": "1.11.0",
316
- "sql.js": "1.8.0",
317
- "static-columns": "~16.444.9",
318
- "string-similarity": "4.0.2",
319
- "sudo-block": "3.0.0",
320
- "supertest": "6.3.3",
321
- "sweetalert2": "11.7.12",
322
- "systeminformation": "3.45.7",
323
- "task.js": "0.1.5",
324
- "threads": "1.7.0",
325
- "tnp-cli": "~16.444.5",
326
- "tnp-config": "~16.444.14",
327
- "tnp-core": "~16.444.16",
328
- "tnp-db": "~16.444.13",
329
- "tnp-models": "~16.444.14",
330
- "ts-debug": "1.3.0",
331
- "ts-json-schema-generator": "2.1.1",
332
- "ts-loader": "2.3.1",
333
- "ts-node": "10.9.1",
334
- "tslib": "~2.3.0",
335
- "tslint": "5.9.1",
336
- "turndown": "7.1.2",
337
- "typedoc": "0.25.13",
338
- "typedoc-plugin-markdown": "4.0.3",
339
- "typescript": "~5.0.2",
340
- "typescript-class-helpers": "~16.444.14",
341
- "typescript-formatter": "~7.2.2",
342
- "underscore": "1.9.1",
343
- "uuid": "8.3.2",
344
- "validator": "9.2.0",
345
- "video.js": "8.3.0",
346
- "vpn-split": "~16.444.5",
347
- "vscode": "1.1.37",
348
- "wait-on": "7.0.1",
349
- "watch": "1.0.2",
350
- "webpack": "~5.80",
351
- "webpack-dev-middleware": "~6.0.2",
352
- "webpack-dev-server": "~4.13.2",
353
- "yup": "1.1.1",
354
- "zone.js": "~0.13.0"
355
- },
356
- "main": "dist/app.electron.js"
357
- }