ng-talkback 13.1.19 → 16.2.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 +3 -0
- package/assets/shared/shared_folder_info.txt +7 -0
- package/browser/README.md +24 -24
- package/{client/esm2020 → browser/esm2022}/lib/index.mjs +2 -2
- package/{client/fesm2015 → browser/fesm2022}/ng-talkback.mjs +1 -1
- package/browser/fesm2022/ng-talkback.mjs.map +1 -0
- package/browser/lib/index.d.ts +1 -1
- package/browser/package.json +6 -12
- package/client/README.md +24 -24
- package/{browser/esm2020 → client/esm2022}/lib/index.mjs +2 -2
- package/{browser/fesm2015 → client/fesm2022}/ng-talkback.mjs +1 -1
- package/client/fesm2022/ng-talkback.mjs.map +1 -0
- package/client/lib/index.d.ts +1 -1
- package/client/package.json +335 -25
- package/index.js.map +1 -1
- package/lib/es6.backend.js.map +1 -1
- package/lib/features/error-rate.backend.js.map +1 -1
- package/lib/features/latency.backend.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -1
- package/lib/logger.backend.js.map +1 -1
- package/lib/options.backend.js.map +1 -1
- package/lib/request-handler.backend.js.map +1 -1
- package/lib/server.backend.d.ts +1 -1
- package/lib/server.backend.js.map +1 -1
- package/lib/summary.backend.js.map +1 -1
- package/lib/talkback-factory.backend.js.map +1 -1
- package/lib/tape-matcher.backend.js.map +1 -1
- package/lib/tape-renderer.backend.js.map +1 -1
- package/lib/tape-store.backend.js.map +1 -1
- package/lib/tape.backend.js.map +1 -1
- package/lib/types.backend.d.ts +3 -3
- package/lib/types.backend.js.map +1 -1
- package/lib/utils/content-encoding.backend.js.map +1 -1
- package/lib/utils/headers.backend.js.map +1 -1
- package/lib/utils/media-type.backend.js.map +1 -1
- package/package.json +61 -12
- package/package.json_devDependencies.json +220 -220
- package/package.json_tnp.json5 +57 -53
- package/tmp-environment.json +249 -215
- package/websql/README.md +24 -24
- package/websql/{esm2020 → esm2022}/lib/index.mjs +2 -2
- package/{browser/fesm2020 → websql/fesm2022}/ng-talkback.mjs +1 -1
- package/websql/{fesm2015 → fesm2022}/ng-talkback.mjs.map +1 -1
- package/websql/lib/index.d.ts +1 -1
- package/websql/package.json +6 -12
- package/app.d.ts +0 -0
- package/app.js +0 -6
- package/app.js.map +0 -1
- package/browser/fesm2015/ng-talkback.mjs.map +0 -1
- package/browser/fesm2020/ng-talkback.mjs.map +0 -1
- package/client/fesm2015/ng-talkback.mjs.map +0 -1
- package/client/fesm2020/ng-talkback.mjs +0 -32
- package/client/fesm2020/ng-talkback.mjs.map +0 -1
- package/websql/fesm2015/ng-talkback.mjs +0 -32
- package/websql/fesm2020/ng-talkback.mjs +0 -32
- package/websql/fesm2020/ng-talkback.mjs.map +0 -1
- /package/browser/{esm2020 → esm2022}/ng-talkback.mjs +0 -0
- /package/browser/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/browser/{ng-talkback.d.ts → index.d.ts} +0 -0
- /package/client/{esm2020 → esm2022}/ng-talkback.mjs +0 -0
- /package/client/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/client/{ng-talkback.d.ts → index.d.ts} +0 -0
- /package/websql/{esm2020 → esm2022}/ng-talkback.mjs +0 -0
- /package/websql/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/websql/{ng-talkback.d.ts → index.d.ts} +0 -0
package/tmp-environment.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"domain": "ng-talkback.example.domain.com",
|
|
3
|
-
"
|
|
3
|
+
"isCoreProject": false,
|
|
4
4
|
"ip": "localhost",
|
|
5
5
|
"packageJSON": {
|
|
6
6
|
"tnp": {
|
|
7
|
-
"resources": [
|
|
7
|
+
"resources": [
|
|
8
|
+
"README.md"
|
|
9
|
+
],
|
|
8
10
|
"overrided": {
|
|
9
11
|
"linkedFolders": [],
|
|
10
|
-
"ignoreDepsPattern": [
|
|
11
|
-
"*"
|
|
12
|
-
],
|
|
12
|
+
"ignoreDepsPattern": [],
|
|
13
13
|
"includeAsDev": [],
|
|
14
14
|
"includeOnly": [
|
|
15
15
|
"json5",
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"uuid",
|
|
19
19
|
"axios"
|
|
20
20
|
],
|
|
21
|
-
"dependencies": {}
|
|
21
|
+
"dependencies": {},
|
|
22
|
+
"npmFixes": []
|
|
22
23
|
},
|
|
23
24
|
"linkedProjects": [],
|
|
24
25
|
"smartContainerBuildTarget": "",
|
|
@@ -26,11 +27,12 @@
|
|
|
26
27
|
"libReleaseOptions": {
|
|
27
28
|
"nodts": false,
|
|
28
29
|
"obscure": false,
|
|
29
|
-
"ugly": false
|
|
30
|
+
"ugly": false,
|
|
31
|
+
"includeNodeModules": false
|
|
30
32
|
},
|
|
31
33
|
"smartContainerTarget": "",
|
|
32
34
|
"type": "isomorphic-lib",
|
|
33
|
-
"version": "
|
|
35
|
+
"version": "v4",
|
|
34
36
|
"scripts": {
|
|
35
37
|
"build": "node tools/build.js",
|
|
36
38
|
"ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
|
|
@@ -38,9 +40,9 @@
|
|
|
38
40
|
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r mocha-setup.js --extensions ts,js \"test/**/*.spec.{ts,js}\"",
|
|
39
41
|
"ts-check": "tsc --noEmit"
|
|
40
42
|
},
|
|
41
|
-
"description": "
|
|
43
|
+
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
42
44
|
"license": "MIT",
|
|
43
|
-
"author": "
|
|
45
|
+
"author": "Dariusz Filipiak",
|
|
44
46
|
"main": "index.js",
|
|
45
47
|
"keywords": [
|
|
46
48
|
"http-proxy",
|
|
@@ -52,20 +54,19 @@
|
|
|
52
54
|
"workerPlugins": {}
|
|
53
55
|
},
|
|
54
56
|
"name": "ng-talkback",
|
|
55
|
-
"version": "
|
|
56
|
-
"main": "index.js",
|
|
57
|
+
"version": "16.2.1",
|
|
57
58
|
"license": "MIT",
|
|
58
|
-
"description": "
|
|
59
|
+
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
59
60
|
"dependencies": {
|
|
60
|
-
"axios": "
|
|
61
|
-
"json5": "
|
|
62
|
-
"lodash": "
|
|
63
|
-
"mkdirp": "
|
|
64
|
-
"uuid": "
|
|
61
|
+
"axios": "1.3.5",
|
|
62
|
+
"json5": "2.2.1",
|
|
63
|
+
"lodash": "4.17.20",
|
|
64
|
+
"mkdirp": "0.5.1",
|
|
65
|
+
"uuid": "8.3.2"
|
|
65
66
|
},
|
|
66
67
|
"repository": {
|
|
67
68
|
"type": "git",
|
|
68
|
-
"url": "https://github.com/
|
|
69
|
+
"url": "https://github.com/darekf77/ng-talkback"
|
|
69
70
|
},
|
|
70
71
|
"keywords": [
|
|
71
72
|
"http-proxy",
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
"vcr",
|
|
74
75
|
"playback"
|
|
75
76
|
],
|
|
76
|
-
"author": "
|
|
77
|
+
"author": "Dariusz Filipiak",
|
|
77
78
|
"scripts": {
|
|
78
79
|
"build": "node tools/build.js",
|
|
79
80
|
"ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
|
|
@@ -82,246 +83,279 @@
|
|
|
82
83
|
"ts-check": "tsc --noEmit"
|
|
83
84
|
},
|
|
84
85
|
"private": false,
|
|
85
|
-
"lastBuildTagHash": "
|
|
86
|
+
"lastBuildTagHash": "e77a0302c752f0f5cddb2afa83a25baf8a7a389b",
|
|
86
87
|
"devDependencies": {
|
|
87
|
-
"@angular-devkit/build-angular": "~
|
|
88
|
-
"@angular-devkit/core": "~
|
|
89
|
-
"@angular/
|
|
90
|
-
"@angular/
|
|
91
|
-
"@angular/
|
|
92
|
-
"@angular/
|
|
93
|
-
"@angular/
|
|
94
|
-
"@angular/
|
|
95
|
-
"@angular/
|
|
96
|
-
"@angular/
|
|
97
|
-
"@angular/
|
|
98
|
-
"@angular/
|
|
99
|
-
"@angular/
|
|
100
|
-
"@angular/
|
|
101
|
-
"@angular/
|
|
102
|
-
"@angular/
|
|
103
|
-
"@
|
|
88
|
+
"@angular-devkit/build-angular": "~16.0.5",
|
|
89
|
+
"@angular-devkit/core": "~16.0.5",
|
|
90
|
+
"@angular-material-extensions/password-strength": "~12.1.0",
|
|
91
|
+
"@angular/animations": "~16.0.0",
|
|
92
|
+
"@angular/cdk": "~16.0.3",
|
|
93
|
+
"@angular/cli": "~16.0.5",
|
|
94
|
+
"@angular/common": "~16.0.0",
|
|
95
|
+
"@angular/compiler": "~16.0.0",
|
|
96
|
+
"@angular/compiler-cli": "~16.0.4",
|
|
97
|
+
"@angular/core": "~16.0.0",
|
|
98
|
+
"@angular/elements": "~16.0.4",
|
|
99
|
+
"@angular/forms": "~16.0.0",
|
|
100
|
+
"@angular/material": "~16.0.3",
|
|
101
|
+
"@angular/platform-browser": "~16.0.4",
|
|
102
|
+
"@angular/platform-browser-dynamic": "~16.0.4",
|
|
103
|
+
"@angular/pwa": "~16.0.5",
|
|
104
|
+
"@angular/router": "~16.0.0",
|
|
105
|
+
"@angular/service-worker": "~16.0.4",
|
|
106
|
+
"@babel/cli": "7.18.6",
|
|
107
|
+
"@compodoc/compodoc": "1.1.20",
|
|
108
|
+
"@cypress/schematic": "2.5.0",
|
|
104
109
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
105
110
|
"@iconify/icons-mdi": "1.2.1",
|
|
106
|
-
"@mdi/js": "
|
|
107
|
-
"@
|
|
108
|
-
"@
|
|
109
|
-
"@
|
|
110
|
-
"@
|
|
111
|
-
"@
|
|
112
|
-
"@ngrx/
|
|
113
|
-
"@ngrx/
|
|
114
|
-
"@ngrx/
|
|
115
|
-
"@
|
|
116
|
-
"@
|
|
117
|
-
"@
|
|
118
|
-
"@
|
|
119
|
-
"@
|
|
120
|
-
"@ngx-
|
|
121
|
-
"@ngx-
|
|
122
|
-
"@ngx-translate/core": "
|
|
123
|
-
"@ngx-translate/http-loader": "
|
|
124
|
-
"@
|
|
125
|
-
"@
|
|
111
|
+
"@mdi/js": "7.2.96",
|
|
112
|
+
"@ng-matero/extensions": "16.0.0",
|
|
113
|
+
"@ngneat/falso": "6.4.0",
|
|
114
|
+
"@ngneat/hot-toast": "5.0.1",
|
|
115
|
+
"@ngneat/overview": "5.0.0",
|
|
116
|
+
"@ngneat/spectator": "15.0.0",
|
|
117
|
+
"@ngrx/component-store": "~16.0.1",
|
|
118
|
+
"@ngrx/data": "~16.0.1",
|
|
119
|
+
"@ngrx/effects": "~16.0.1",
|
|
120
|
+
"@ngrx/entity": "~16.0.1",
|
|
121
|
+
"@ngrx/router-store": "~16.0.1",
|
|
122
|
+
"@ngrx/schematics": "~16.0.1",
|
|
123
|
+
"@ngrx/store": "~16.0.1",
|
|
124
|
+
"@ngrx/store-devtools": "~16.0.1",
|
|
125
|
+
"@ngx-formly/core": "6.1.7",
|
|
126
|
+
"@ngx-formly/material": "6.1.7",
|
|
127
|
+
"@ngx-translate/core": "15.0.0",
|
|
128
|
+
"@ngx-translate/http-loader": "8.0.0",
|
|
129
|
+
"@sweetalert2/ngx-sweetalert2": "12.1.0",
|
|
130
|
+
"@testdeck/jest": "0.3.3",
|
|
131
|
+
"@testdeck/mocha": "0.3.3",
|
|
132
|
+
"@types/chai": "4.1.2",
|
|
126
133
|
"@types/chokidar": "2.1.3",
|
|
127
|
-
"@types/dateformat": "
|
|
128
|
-
"@types/diff": "
|
|
129
|
-
"@types/express": "
|
|
130
|
-
"@types/express-fileupload": "
|
|
131
|
-
"@types/fs-extra": "
|
|
132
|
-
"@types/glob": "
|
|
133
|
-
"@types/http-proxy": "
|
|
134
|
+
"@types/dateformat": "1.0.1",
|
|
135
|
+
"@types/diff": "3.2.2",
|
|
136
|
+
"@types/express": "4.11.0",
|
|
137
|
+
"@types/express-fileupload": "1.4.1",
|
|
138
|
+
"@types/fs-extra": "7.0.0",
|
|
139
|
+
"@types/glob": "5.0.35",
|
|
140
|
+
"@types/http-proxy": "1.16.0",
|
|
134
141
|
"@types/http-proxy-middleware": "0.19.2",
|
|
135
|
-
"@types/inquirer": "
|
|
136
|
-
"@types/
|
|
137
|
-
"@types/json-stringify-safe": "
|
|
142
|
+
"@types/inquirer": "7.3.1",
|
|
143
|
+
"@types/jest": "29.5.2",
|
|
144
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
138
145
|
"@types/json5": "0.0.29",
|
|
139
|
-
"@types/lockfile": "
|
|
146
|
+
"@types/lockfile": "1.0.0",
|
|
140
147
|
"@types/lodash": "4.14.92",
|
|
141
|
-
"@types/lowdb": "
|
|
142
|
-
"@types/mocha": "
|
|
143
|
-
"@types/node": "
|
|
144
|
-
"@types/node-notifier": "
|
|
145
|
-
"@types/oauth2orize": "
|
|
146
|
-
"@types/password-hash": "
|
|
147
|
-
"@types/progress": "
|
|
148
|
+
"@types/lowdb": "1.0.6",
|
|
149
|
+
"@types/mocha": "5.2.5",
|
|
150
|
+
"@types/node": "16.18.21",
|
|
151
|
+
"@types/node-notifier": "5.4.0",
|
|
152
|
+
"@types/oauth2orize": "1.8.0",
|
|
153
|
+
"@types/password-hash": "1.2.19",
|
|
154
|
+
"@types/progress": "2.0.3",
|
|
148
155
|
"@types/q": "1.5.5",
|
|
149
|
-
"@types/rimraf": "
|
|
156
|
+
"@types/rimraf": "2.0.2",
|
|
150
157
|
"@types/semver": "6.0.1",
|
|
151
|
-
"@types/systeminformation": "
|
|
152
|
-
"@types/vinyl": "
|
|
153
|
-
"@types/watch": "
|
|
154
|
-
"accepts": "
|
|
155
|
-
"
|
|
156
|
-
"
|
|
158
|
+
"@types/systeminformation": "3.23.0",
|
|
159
|
+
"@types/vinyl": "2.0.2",
|
|
160
|
+
"@types/watch": "1.0.0",
|
|
161
|
+
"accepts": "1.3.4",
|
|
162
|
+
"angular-material-css-vars": "5.0.2",
|
|
163
|
+
"animate.css": "4.1.1 ",
|
|
164
|
+
"any-project-cli": "~16.0.31",
|
|
165
|
+
"background-worker-process": "~16.0.48",
|
|
166
|
+
"base32": "0.0.7",
|
|
157
167
|
"bcryptjs": "2.4.3",
|
|
158
168
|
"better-sqlite3": "7.6.2",
|
|
159
|
-
"body-parser": "
|
|
160
|
-
"bootstrap": "
|
|
161
|
-
"
|
|
162
|
-
"buffer-shims": "^1.0.0",
|
|
169
|
+
"body-parser": "1.18.2",
|
|
170
|
+
"bootstrap": "4.6.2",
|
|
171
|
+
"buffer-shims": "1.0.0",
|
|
163
172
|
"callsite-record": "4.1.3",
|
|
164
|
-
"chai": "
|
|
165
|
-
"chalk": "
|
|
166
|
-
"check-node-version": "
|
|
173
|
+
"chai": "4.3.7",
|
|
174
|
+
"chalk": "2.3.2",
|
|
175
|
+
"check-node-version": "3.2.0",
|
|
167
176
|
"cheerio": "1.0.0-rc.3",
|
|
168
177
|
"chokidar": "3.5.1",
|
|
169
|
-
"circular-json": "
|
|
170
|
-
"
|
|
178
|
+
"circular-json": "0.5.1",
|
|
179
|
+
"class-validator": "0.14.0",
|
|
180
|
+
"command-exists": "1.2.2",
|
|
171
181
|
"compression": "1.7.4",
|
|
172
|
-
"concurrently": "
|
|
173
|
-
"content-type": "
|
|
174
|
-
"cookie-parser": "
|
|
175
|
-
"copy-paste": "
|
|
176
|
-
"cors": "
|
|
177
|
-
"cpr": "
|
|
178
|
-
"cross-spawn": "
|
|
179
|
-
"
|
|
182
|
+
"concurrently": "3.5.1",
|
|
183
|
+
"content-type": "1.0.4",
|
|
184
|
+
"cookie-parser": "1.4.3",
|
|
185
|
+
"copy-paste": "1.5.3",
|
|
186
|
+
"cors": "2.8.4",
|
|
187
|
+
"cpr": "3.0.1",
|
|
188
|
+
"cross-spawn": "7.0.3",
|
|
189
|
+
"cypress": "latest",
|
|
190
|
+
"dateformat": "3.0.3",
|
|
180
191
|
"detect-mocha": "0.1.0",
|
|
181
|
-
"diff": "
|
|
192
|
+
"diff": "3.2.0",
|
|
182
193
|
"element-resize-detector": "1.1.15",
|
|
183
|
-
"enquirer": "
|
|
194
|
+
"enquirer": "2.3.0",
|
|
184
195
|
"enum-values": "1.2.1",
|
|
185
|
-
"errorhandler": "
|
|
196
|
+
"errorhandler": "1.5.0",
|
|
186
197
|
"eslint": "7.13.0",
|
|
187
198
|
"eslint-plugin-import": "2.22.1",
|
|
188
199
|
"eslint-plugin-jsdoc": "30.7.8",
|
|
189
200
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
190
|
-
"express": "
|
|
191
|
-
"express-fileupload": "
|
|
201
|
+
"express": "4.16.3",
|
|
202
|
+
"express-fileupload": "1.4.0",
|
|
192
203
|
"express-session": "1.17.3",
|
|
193
|
-
"
|
|
194
|
-
"file-
|
|
195
|
-
"
|
|
196
|
-
"firedev
|
|
197
|
-
"firedev-
|
|
198
|
-
"firedev-
|
|
199
|
-
"firedev-
|
|
204
|
+
"file-loader": "1.1.5",
|
|
205
|
+
"file-saver": "2.0.5",
|
|
206
|
+
"file-type": "18.5.0",
|
|
207
|
+
"firedev": "^16",
|
|
208
|
+
"firedev-crud": "~16.0.53",
|
|
209
|
+
"firedev-crud-deamon": "~16.0.43",
|
|
210
|
+
"firedev-ports": "~16.0.48",
|
|
211
|
+
"firedev-storage": "~16.0.40",
|
|
212
|
+
"firedev-type-sql": "~16.0.1",
|
|
213
|
+
"firedev-typeorm": "~16.0.37",
|
|
214
|
+
"firedev-ui": "~16.0.7",
|
|
200
215
|
"fkill": "6.1.0",
|
|
201
|
-
"font-awesome": "
|
|
216
|
+
"font-awesome": "4.7.0",
|
|
217
|
+
"form-data": "4.0.0",
|
|
202
218
|
"fs-extra": "8.1.0",
|
|
203
|
-
"fuzzy": "
|
|
204
|
-
"glob": "
|
|
205
|
-
"gulp": "
|
|
206
|
-
"
|
|
207
|
-
"
|
|
219
|
+
"fuzzy": "0.1.3",
|
|
220
|
+
"glob": "7.1.2",
|
|
221
|
+
"gulp": "3.9.1",
|
|
222
|
+
"helmet": "7.0.0",
|
|
223
|
+
"hostile": "1.3.3",
|
|
224
|
+
"howler": "2.2.3",
|
|
225
|
+
"http-proxy": "1.16.2",
|
|
208
226
|
"http-proxy-middleware": "0.19.1",
|
|
209
227
|
"http-server": "0.11.1",
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
228
|
+
"image-focus": "1.2.1",
|
|
229
|
+
"immer": "10.0.2",
|
|
230
|
+
"immutable": "4.3.0",
|
|
231
|
+
"incremental-compiler": "~16.0.30",
|
|
232
|
+
"inquirer": "7.3.3",
|
|
233
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
234
|
+
"is-elevated": "3.0.0",
|
|
235
|
+
"isomorphic-region-loader": "~16.0.41",
|
|
236
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
237
|
+
"jest": "29.5.0",
|
|
238
|
+
"jest-date-mock": "1.0.8",
|
|
239
|
+
"jest-junit": "16.0.0",
|
|
240
|
+
"jest-marbles": "latest",
|
|
241
|
+
"jest-preset-angular": "13.1.1",
|
|
242
|
+
"jimp": "0.22.8",
|
|
243
|
+
"joi": "17.9.2",
|
|
244
|
+
"jscodeshift": "0.6.3",
|
|
245
|
+
"json-stringify-safe": "5.0.1",
|
|
246
|
+
"json10": "~16.0.48",
|
|
247
|
+
"json10-writer": "~16.0.44",
|
|
248
|
+
"json5-writer": "0.2.0",
|
|
249
|
+
"jszip": "3.10.1",
|
|
250
|
+
"karma-cli": "1.0.1",
|
|
251
|
+
"lnk": "1.0.1",
|
|
252
|
+
"localforage": "1.10.0",
|
|
253
|
+
"lockfile": "1.0.4",
|
|
254
|
+
"lodash-walk-object": "~16.0.48",
|
|
255
|
+
"lowdb": "1.0.0",
|
|
256
|
+
"magic-renamer": "~16.0.46",
|
|
237
257
|
"material-design-icons": "3.0.1",
|
|
238
|
-
"method-override": "
|
|
239
|
-
"minimist": "
|
|
240
|
-
"mocha": "
|
|
241
|
-
"moment": "
|
|
242
|
-
"morphi": "~
|
|
243
|
-
"ng-
|
|
244
|
-
"ng-
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"ngx-
|
|
258
|
+
"method-override": "2.3.10",
|
|
259
|
+
"minimist": "1.2.0",
|
|
260
|
+
"mocha": "10.2.0",
|
|
261
|
+
"moment": "2.29.3",
|
|
262
|
+
"morphi": "~16.0.7",
|
|
263
|
+
"ng-for-track-by-property": "16.0.1",
|
|
264
|
+
"ng-in-viewport": "15.0.2",
|
|
265
|
+
"ng-lock": "16.0.1",
|
|
266
|
+
"ng-packagr": "16.0.1",
|
|
267
|
+
"ng-talkback": "~16.0.1",
|
|
268
|
+
"ng2-logger": "~16.0.4",
|
|
269
|
+
"ng2-rest": "~16.0.12",
|
|
270
|
+
"ngx-ace-wrapper": "14.0.0",
|
|
271
|
+
"ngx-editor": "15.3.0",
|
|
272
|
+
"ngx-highlightjs": "9.0.0",
|
|
251
273
|
"ngx-moment": "6.0.2",
|
|
252
|
-
"ngx-pipes": "3.
|
|
274
|
+
"ngx-pipes": "3.2.2",
|
|
275
|
+
"ngx-progressbar": "11.0.0",
|
|
276
|
+
"ngx-scrollbar": "12.0.0",
|
|
277
|
+
"ngx-scrolltop": "6.0.0",
|
|
253
278
|
"ngx-store": "3.1.1",
|
|
254
|
-
"ngx-
|
|
255
|
-
"
|
|
256
|
-
"node-cli-tester": "~13.1.18",
|
|
279
|
+
"ngx-typed-js": "2.1.1",
|
|
280
|
+
"node-cli-tester": "~16.0.2",
|
|
257
281
|
"node-localstorage": "2.1.6",
|
|
258
|
-
"node-notifier": "
|
|
259
|
-
"nodemon": "
|
|
260
|
-
"npm-get-dependents": "
|
|
261
|
-
"npm-run": "
|
|
262
|
-
"omelette": "
|
|
282
|
+
"node-notifier": "6.0.0",
|
|
283
|
+
"nodemon": "1.14.11",
|
|
284
|
+
"npm-get-dependents": "1.0.1",
|
|
285
|
+
"npm-run": "4.1.2",
|
|
286
|
+
"omelette": "0.4.5",
|
|
263
287
|
"open": "7.2.1",
|
|
264
288
|
"ora": "3.4.0",
|
|
265
|
-
"passport": "
|
|
266
|
-
"passport-http-bearer": "
|
|
267
|
-
"password-hash": "
|
|
289
|
+
"passport": "0.3.2",
|
|
290
|
+
"passport-http-bearer": "1.0.1",
|
|
291
|
+
"password-hash": "1.2.2",
|
|
292
|
+
"pica": "9.0.1",
|
|
268
293
|
"portfinder": "1.0.21",
|
|
269
294
|
"prettier": "2.5.1",
|
|
270
|
-
"progress": "
|
|
271
|
-
"prompts": "
|
|
295
|
+
"progress": "2.0.3",
|
|
296
|
+
"prompts": "0.1.8",
|
|
272
297
|
"ps-list": "6.1.0",
|
|
273
|
-
"ps-node": "
|
|
274
|
-
"q": "
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
298
|
+
"ps-node": "0.1.6",
|
|
299
|
+
"q": "1.5.1",
|
|
300
|
+
"rallax.js": "2.0.4",
|
|
301
|
+
"randomcolor": "0.5.3",
|
|
302
|
+
"record-replay-req-res-scenario": "~16.0.1",
|
|
303
|
+
"reflect-metadata": "0.1.10",
|
|
304
|
+
"rimraf": "2.6.2",
|
|
305
|
+
"rxjs": "~7.8.0",
|
|
280
306
|
"semver": "6.3.0",
|
|
281
|
-
"simple-git": "
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"tnp-
|
|
296
|
-
"tnp-
|
|
297
|
-
"tnp-
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
|
|
307
|
+
"simple-git": "1.96.0",
|
|
308
|
+
"sinon": "15.2.0",
|
|
309
|
+
"sloc": "0.2.0",
|
|
310
|
+
"socket.io": "2.4.1",
|
|
311
|
+
"sort-package-json": "1.11.0",
|
|
312
|
+
"sql.js": "1.8.0",
|
|
313
|
+
"static-columns": "~16.0.5",
|
|
314
|
+
"string-similarity": "4.0.2",
|
|
315
|
+
"sudo-block": "3.0.0",
|
|
316
|
+
"supertest": "6.3.3",
|
|
317
|
+
"sweetalert2": "11.7.12",
|
|
318
|
+
"systeminformation": "3.45.7",
|
|
319
|
+
"task.js": "0.1.5",
|
|
320
|
+
"threads": "1.7.0",
|
|
321
|
+
"tnp-cli": "~16.0.5",
|
|
322
|
+
"tnp-config": "~16.0.10",
|
|
323
|
+
"tnp-core": "~16.0.10",
|
|
324
|
+
"tnp-db": "~16.0.26",
|
|
325
|
+
"tnp-helpers": "~16.0.7",
|
|
326
|
+
"tnp-models": "~16.0.35",
|
|
327
|
+
"ts-debug": "1.3.0",
|
|
328
|
+
"ts-loader": "2.3.1",
|
|
329
|
+
"ts-node": "10.9.1",
|
|
330
|
+
"tslib": "~2.3.0",
|
|
331
|
+
"tslint": "5.9.1",
|
|
332
|
+
"turndown": "7.1.2",
|
|
333
|
+
"typeorm": "~0.3.10",
|
|
334
|
+
"typescript": "~5.0.2",
|
|
335
|
+
"typescript-class-helpers": "~16.0.16",
|
|
336
|
+
"typescript-formatter": "~7.2.2",
|
|
337
|
+
"underscore": "1.9.1",
|
|
338
|
+
"validator": "9.2.0",
|
|
339
|
+
"video.js": "8.3.0",
|
|
340
|
+
"vpn-split": "~16.0.1",
|
|
341
|
+
"watch": "1.0.2",
|
|
342
|
+
"yup": "1.1.1",
|
|
343
|
+
"zone.js": "~0.13.0"
|
|
344
|
+
},
|
|
345
|
+
"main": "index.js"
|
|
312
346
|
},
|
|
313
347
|
"build": {
|
|
314
|
-
"number":
|
|
315
|
-
"date": "
|
|
316
|
-
"hash": "
|
|
348
|
+
"number": 291,
|
|
349
|
+
"date": "2023-06-27T04:17:49.000Z",
|
|
350
|
+
"hash": "8da80f324a3499799bd938a77367576844c7cf97",
|
|
317
351
|
"options": {}
|
|
318
352
|
},
|
|
319
353
|
"currentProjectName": "ng-talkback",
|
|
320
|
-
"
|
|
354
|
+
"currentProjectGenericName": "ng-talkback",
|
|
321
355
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22ng-talkback%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
322
356
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
|
323
357
|
"currentProjectType": "isomorphic-lib",
|
|
324
|
-
"currentFrameworkVersion": "
|
|
358
|
+
"currentFrameworkVersion": "16.0.18",
|
|
325
359
|
"currentProjectIsStrictSite": false,
|
|
326
360
|
"currentProjectIsDependencySite": false,
|
|
327
361
|
"currentProjectIsStatic": false,
|
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.
|