ng-talkback 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 +3 -3
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/fesm2022/ng-talkback.mjs +1 -0
- package/browser/fesm2022/ng-talkback.mjs.map +1 -1
- package/client/README.md +24 -24
- package/client/fesm2022/ng-talkback.mjs +1 -0
- package/client/fesm2022/ng-talkback.mjs.map +1 -1
- package/firedev.jsonc +46 -61
- package/lib/features/latency.backend.js.map +1 -1
- package/lib/logger.backend.js.map +1 -1
- package/lib/options.backend.js +3 -3
- package/lib/options.backend.js.map +1 -1
- package/lib/request-handler.backend.js +1 -1
- package/lib/request-handler.backend.js.map +1 -1
- package/lib/server.backend.d.ts +0 -1
- package/lib/server.backend.js.map +1 -1
- package/lib/summary.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 +0 -1
- package/lib/utils/content-encoding.backend.d.ts +0 -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 +8 -8
- package/tmp-environment.json +198 -197
- package/websql/README.md +24 -24
- package/websql/fesm2022/ng-talkback.mjs +1 -0
- package/websql/fesm2022/ng-talkback.mjs.map +1 -1
- package/client/package.json +0 -385
package/tmp-environment.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"smartContainerTarget": "",
|
|
38
38
|
"type": "isomorphic-lib",
|
|
39
|
-
"version": "
|
|
39
|
+
"version": "v18",
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "node tools/build.js",
|
|
42
42
|
"ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"workerPlugins": {}
|
|
59
59
|
},
|
|
60
60
|
"name": "ng-talkback",
|
|
61
|
-
"version": "
|
|
61
|
+
"version": "18.0.1",
|
|
62
62
|
"license": "MIT",
|
|
63
63
|
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"axios": "1.3
|
|
66
|
-
"json5": "2.2.
|
|
67
|
-
"lodash": "4.17.
|
|
65
|
+
"axios": "1.7.3",
|
|
66
|
+
"json5": "2.2.3",
|
|
67
|
+
"lodash": "4.17.21",
|
|
68
68
|
"mkdirp": "0.5.1",
|
|
69
|
-
"uuid": "
|
|
69
|
+
"uuid": "10.0.0"
|
|
70
70
|
},
|
|
71
71
|
"repository": {
|
|
72
72
|
"type": "git",
|
|
@@ -87,315 +87,316 @@
|
|
|
87
87
|
"ts-check": "tsc --noEmit"
|
|
88
88
|
},
|
|
89
89
|
"private": false,
|
|
90
|
-
"lastBuildTagHash": "
|
|
90
|
+
"lastBuildTagHash": "ffe8adeab341d11155ca80264c88117a26e6851a",
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@angular-builders/custom-webpack": "~
|
|
93
|
-
"@angular-devkit/build-angular": "~
|
|
94
|
-
"@angular-devkit/core": "~
|
|
95
|
-
"@angular-eslint/builder": "~
|
|
96
|
-
"@angular-eslint/eslint-plugin": "~
|
|
97
|
-
"@angular-eslint/eslint-plugin-template": "~
|
|
98
|
-
"@angular-eslint/schematics": "~
|
|
99
|
-
"@angular-eslint/template-parser": "~
|
|
100
|
-
"@angular-material-extensions/password-strength": "~
|
|
101
|
-
"@angular/animations": "~
|
|
102
|
-
"@angular/cdk": "~
|
|
103
|
-
"@angular/cli": "~
|
|
104
|
-
"@angular/common": "~
|
|
105
|
-
"@angular/compiler": "~
|
|
106
|
-
"@angular/compiler-cli": "~
|
|
107
|
-
"@angular/core": "~
|
|
108
|
-
"@angular/elements": "~
|
|
109
|
-
"@angular/forms": "~
|
|
110
|
-
"@angular/material": "~
|
|
111
|
-
"@angular/platform-browser": "~
|
|
112
|
-
"@angular/platform-browser-dynamic": "~
|
|
113
|
-
"@angular/pwa": "~
|
|
114
|
-
"@angular/router": "~
|
|
115
|
-
"@angular/service-worker": "~
|
|
116
|
-
"@babel/cli": "7.
|
|
117
|
-
"@compodoc/compodoc": "1.1.
|
|
118
|
-
"@iconify/icons-fa-solid": "1.2.
|
|
119
|
-
"@iconify/icons-mdi": "1.2.
|
|
120
|
-
"@inquirer/prompts": "5.3.
|
|
121
|
-
"@mdi/js": "7.
|
|
122
|
-
"@ng-matero/extensions": "
|
|
123
|
-
"@ngneat/falso": "
|
|
124
|
-
"@ngneat/hot-toast": "
|
|
125
|
-
"@ngneat/overview": "
|
|
126
|
-
"@ngneat/spectator": "
|
|
127
|
-
"@ngrx/component-store": "~
|
|
128
|
-
"@ngrx/data": "~
|
|
129
|
-
"@ngrx/effects": "~
|
|
130
|
-
"@ngrx/entity": "~
|
|
131
|
-
"@ngrx/router-store": "~
|
|
132
|
-
"@ngrx/schematics": "~
|
|
133
|
-
"@ngrx/store": "~
|
|
134
|
-
"@ngrx/store-devtools": "~
|
|
135
|
-
"@ngx-formly/core": "6.
|
|
136
|
-
"@ngx-formly/material": "6.
|
|
92
|
+
"@angular-builders/custom-webpack": "~18.0.0",
|
|
93
|
+
"@angular-devkit/build-angular": "~18.1.4",
|
|
94
|
+
"@angular-devkit/core": "~18.1.4",
|
|
95
|
+
"@angular-eslint/builder": "~18.2.0",
|
|
96
|
+
"@angular-eslint/eslint-plugin": "~18.2.0",
|
|
97
|
+
"@angular-eslint/eslint-plugin-template": "~18.2.0",
|
|
98
|
+
"@angular-eslint/schematics": "~18.2.0",
|
|
99
|
+
"@angular-eslint/template-parser": "~18.2.0",
|
|
100
|
+
"@angular-material-extensions/password-strength": "~16.0.0",
|
|
101
|
+
"@angular/animations": "~18.1.4",
|
|
102
|
+
"@angular/cdk": "~18.1.4",
|
|
103
|
+
"@angular/cli": "~18.1.4",
|
|
104
|
+
"@angular/common": "~18.1.4",
|
|
105
|
+
"@angular/compiler": "~18.1.4",
|
|
106
|
+
"@angular/compiler-cli": "~18.1.4",
|
|
107
|
+
"@angular/core": "~18.1.4",
|
|
108
|
+
"@angular/elements": "~18.1.4",
|
|
109
|
+
"@angular/forms": "~18.1.4",
|
|
110
|
+
"@angular/material": "~18.1.4",
|
|
111
|
+
"@angular/platform-browser": "~18.1.4",
|
|
112
|
+
"@angular/platform-browser-dynamic": "~18.1.4",
|
|
113
|
+
"@angular/pwa": "~18.1.4",
|
|
114
|
+
"@angular/router": "~18.1.4",
|
|
115
|
+
"@angular/service-worker": "~18.1.4",
|
|
116
|
+
"@babel/cli": "7.24.8",
|
|
117
|
+
"@compodoc/compodoc": "1.1.25",
|
|
118
|
+
"@iconify/icons-fa-solid": "1.2.4",
|
|
119
|
+
"@iconify/icons-mdi": "1.2.48",
|
|
120
|
+
"@inquirer/prompts": "5.3.8",
|
|
121
|
+
"@mdi/js": "7.4.47",
|
|
122
|
+
"@ng-matero/extensions": "18.1.2",
|
|
123
|
+
"@ngneat/falso": "7.2.0",
|
|
124
|
+
"@ngneat/hot-toast": "7.0.0",
|
|
125
|
+
"@ngneat/overview": "6.1.1",
|
|
126
|
+
"@ngneat/spectator": "19.0.0",
|
|
127
|
+
"@ngrx/component-store": "~18.0.2",
|
|
128
|
+
"@ngrx/data": "~18.0.2",
|
|
129
|
+
"@ngrx/effects": "~18.0.2",
|
|
130
|
+
"@ngrx/entity": "~18.0.2",
|
|
131
|
+
"@ngrx/router-store": "~18.0.2",
|
|
132
|
+
"@ngrx/schematics": "~18.0.2",
|
|
133
|
+
"@ngrx/store": "~18.0.2",
|
|
134
|
+
"@ngrx/store-devtools": "~18.0.2",
|
|
135
|
+
"@ngx-formly/core": "6.3.6",
|
|
136
|
+
"@ngx-formly/material": "6.3.6",
|
|
137
137
|
"@ngx-translate/core": "15.0.0",
|
|
138
138
|
"@ngx-translate/http-loader": "8.0.0",
|
|
139
|
-
"@sqltools/formatter": "1.2.
|
|
140
|
-
"@sweetalert2/ngx-sweetalert2": "12.
|
|
139
|
+
"@sqltools/formatter": "1.2.5",
|
|
140
|
+
"@sweetalert2/ngx-sweetalert2": "12.4.0",
|
|
141
141
|
"@testdeck/jest": "0.3.3",
|
|
142
142
|
"@testdeck/mocha": "0.3.3",
|
|
143
|
-
"@types/chai": "4.
|
|
143
|
+
"@types/chai": "4.3.17",
|
|
144
144
|
"@types/chokidar": "2.1.3",
|
|
145
145
|
"@types/dateformat": "1.0.1",
|
|
146
|
-
"@types/diff": "
|
|
147
|
-
"@types/express": "4.
|
|
148
|
-
"@types/express-fileupload": "1.
|
|
149
|
-
"@types/fs-extra": "
|
|
146
|
+
"@types/diff": "5.2.1",
|
|
147
|
+
"@types/express": "4.17.21",
|
|
148
|
+
"@types/express-fileupload": "1.5.0",
|
|
149
|
+
"@types/fs-extra": "11.0.4",
|
|
150
150
|
"@types/glob": "5.0.35",
|
|
151
|
-
"@types/http-proxy": "1.
|
|
152
|
-
"@types/http-proxy-middleware": "0.
|
|
153
|
-
"@types/jest": "29.5.
|
|
154
|
-
"@types/json-stringify-safe": "5.0.
|
|
151
|
+
"@types/http-proxy": "1.17.15",
|
|
152
|
+
"@types/http-proxy-middleware": "1.0.0",
|
|
153
|
+
"@types/jest": "29.5.12",
|
|
154
|
+
"@types/json-stringify-safe": "5.0.3",
|
|
155
155
|
"@types/json5": "0.0.29",
|
|
156
|
-
"@types/lockfile": "1.0.
|
|
156
|
+
"@types/lockfile": "1.0.4",
|
|
157
157
|
"@types/lodash": "4.14.92",
|
|
158
|
-
"@types/mocha": "
|
|
159
|
-
"@types/node": "
|
|
160
|
-
"@types/node-notifier": "
|
|
161
|
-
"@types/oauth2orize": "1.
|
|
162
|
-
"@types/password-hash": "1.2.
|
|
163
|
-
"@types/progress": "2.0.
|
|
164
|
-
"@types/q": "1.5.
|
|
165
|
-
"@types/rimraf": "
|
|
166
|
-
"@types/semver": "
|
|
167
|
-
"@types/systeminformation": "3.
|
|
168
|
-
"@types/vinyl": "2.0.
|
|
169
|
-
"@types/watch": "1.0.
|
|
170
|
-
"@typescript-eslint/eslint-plugin": "
|
|
171
|
-
"@typescript-eslint/parser": "
|
|
158
|
+
"@types/mocha": "10.0.7",
|
|
159
|
+
"@types/node": "22.2.0",
|
|
160
|
+
"@types/node-notifier": "8.0.5",
|
|
161
|
+
"@types/oauth2orize": "1.11.5",
|
|
162
|
+
"@types/password-hash": "1.2.24",
|
|
163
|
+
"@types/progress": "2.0.7",
|
|
164
|
+
"@types/q": "1.5.8",
|
|
165
|
+
"@types/rimraf": "4.0.5",
|
|
166
|
+
"@types/semver": "7.5.8",
|
|
167
|
+
"@types/systeminformation": "3.54.1",
|
|
168
|
+
"@types/vinyl": "2.0.12",
|
|
169
|
+
"@types/watch": "1.0.6",
|
|
170
|
+
"@typescript-eslint/eslint-plugin": "8.0.1",
|
|
171
|
+
"@typescript-eslint/parser": "8.0.1",
|
|
172
172
|
"@vercel/ncc": "0.38.1",
|
|
173
|
-
"accepts": "1.3.
|
|
174
|
-
"ajv": "8.
|
|
175
|
-
"angular-material-css-vars": "
|
|
173
|
+
"accepts": "1.3.8",
|
|
174
|
+
"ajv": "8.17.1",
|
|
175
|
+
"angular-material-css-vars": "7.0.0",
|
|
176
176
|
"angular-resize-event": "3.2.0",
|
|
177
|
-
"animate.css": "4.1.1
|
|
178
|
-
"any-project-cli": "
|
|
179
|
-
"app-root-path": "3.
|
|
177
|
+
"animate.css": "4.1.1",
|
|
178
|
+
"any-project-cli": "~18.0.2",
|
|
179
|
+
"app-root-path": "3.1.0",
|
|
180
180
|
"background-worker-process": "~16.100.10",
|
|
181
181
|
"base32": "0.0.7",
|
|
182
182
|
"bcryptjs": "2.4.3",
|
|
183
|
-
"body-parser": "1.
|
|
184
|
-
"bootstrap": "
|
|
183
|
+
"body-parser": "1.20.2",
|
|
184
|
+
"bootstrap": "5.3.3",
|
|
185
185
|
"buffer-shims": "1.0.0",
|
|
186
|
-
"bun": "1.1.
|
|
187
|
-
"callsite-record": "4.1.
|
|
188
|
-
"chai": "4.
|
|
186
|
+
"bun": "1.1.22",
|
|
187
|
+
"callsite-record": "4.1.5",
|
|
188
|
+
"chai": "4.5.0",
|
|
189
189
|
"chalk": "2.3.2",
|
|
190
190
|
"check-node-version": "3.2.0",
|
|
191
|
-
"cheerio": "1.0.0
|
|
191
|
+
"cheerio": "1.0.0",
|
|
192
192
|
"chokidar": "3.5.3",
|
|
193
193
|
"circular-json": "0.5.1",
|
|
194
194
|
"class-transformer": "0.5.1",
|
|
195
|
-
"class-validator": "0.14.
|
|
195
|
+
"class-validator": "0.14.1",
|
|
196
196
|
"cli-highlight": "2.1.11",
|
|
197
197
|
"command-exists": "1.2.2",
|
|
198
198
|
"compression": "1.7.4",
|
|
199
|
-
"concurrently": "
|
|
200
|
-
"content-type": "1.0.
|
|
201
|
-
"conventional-changelog-cli": "
|
|
202
|
-
"cookie-parser": "1.4.
|
|
199
|
+
"concurrently": "8.2.2",
|
|
200
|
+
"content-type": "1.0.5",
|
|
201
|
+
"conventional-changelog-cli": "5.0.0",
|
|
202
|
+
"cookie-parser": "1.4.6",
|
|
203
203
|
"copy-paste": "1.5.3",
|
|
204
|
-
"cors": "2.8.
|
|
204
|
+
"cors": "2.8.5",
|
|
205
205
|
"cpr": "3.0.1",
|
|
206
206
|
"cross-env": "7.0.2",
|
|
207
207
|
"cross-spawn": "7.0.3",
|
|
208
208
|
"dateformat": "3.0.3",
|
|
209
209
|
"detect-mocha": "0.1.0",
|
|
210
|
-
"diff": "
|
|
211
|
-
"electron": "
|
|
212
|
-
"electron-builder": "24.
|
|
213
|
-
"electron-debug": "
|
|
210
|
+
"diff": "4.0.2",
|
|
211
|
+
"electron": "31.3.1",
|
|
212
|
+
"electron-builder": "24.13.3",
|
|
213
|
+
"electron-debug": "4.0.0",
|
|
214
214
|
"electron-reloader": "1.2.3",
|
|
215
|
-
"element-resize-detector": "1.
|
|
216
|
-
"enquirer": "2.
|
|
215
|
+
"element-resize-detector": "1.2.4",
|
|
216
|
+
"enquirer": "2.4.1",
|
|
217
217
|
"enum-values": "1.2.1",
|
|
218
|
-
"errorhandler": "1.5.
|
|
219
|
-
"eslint": "
|
|
218
|
+
"errorhandler": "1.5.1",
|
|
219
|
+
"eslint": "9.9.0",
|
|
220
220
|
"eslint-config-prettier": "9.1.0",
|
|
221
221
|
"eslint-plugin-import": "latest",
|
|
222
222
|
"eslint-plugin-jsdoc": "latest",
|
|
223
223
|
"eslint-plugin-prefer-arrow": "latest",
|
|
224
|
-
"eslint-plugin-prettier": "5.1
|
|
224
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
225
225
|
"eslint-plugin-react": "latest",
|
|
226
|
-
"express": "4.
|
|
226
|
+
"express": "4.19.2",
|
|
227
227
|
"express-fileupload": "1.4.0",
|
|
228
|
-
"express-session": "1.
|
|
229
|
-
"file-loader": "1.1.
|
|
228
|
+
"express-session": "1.18.0",
|
|
229
|
+
"file-loader": "1.1.11",
|
|
230
230
|
"file-saver": "2.0.5",
|
|
231
|
-
"file-type": "
|
|
232
|
-
"firedev": "^
|
|
233
|
-
"firedev-crud": "~
|
|
234
|
-
"firedev-crud-deamon": "~
|
|
235
|
-
"firedev-ports": "~
|
|
236
|
-
"firedev-storage": "~
|
|
237
|
-
"firedev-type-sql": "~
|
|
238
|
-
"firedev-typeorm": "~
|
|
239
|
-
"firedev-ui": "16.444.1",
|
|
231
|
+
"file-type": "19.1.1",
|
|
232
|
+
"firedev": "^18",
|
|
233
|
+
"firedev-crud": "~18.0.1",
|
|
234
|
+
"firedev-crud-deamon": "~18.0.2",
|
|
235
|
+
"firedev-ports": "~18.0.1",
|
|
236
|
+
"firedev-storage": "~18.0.1",
|
|
237
|
+
"firedev-type-sql": "~18.0.2",
|
|
238
|
+
"firedev-typeorm": "~18.0.1",
|
|
239
|
+
"firedev-ui": "~16.444.1",
|
|
240
240
|
"fkill": "6.1.0",
|
|
241
241
|
"font-awesome": "4.7.0",
|
|
242
242
|
"form-data": "4.0.0",
|
|
243
|
-
"fs-extra": "
|
|
243
|
+
"fs-extra": "11.1.1",
|
|
244
244
|
"fuzzy": "0.1.3",
|
|
245
245
|
"glob": "7.1.2",
|
|
246
|
-
"google-libphonenumber": "3.2.
|
|
246
|
+
"google-libphonenumber": "3.2.38",
|
|
247
247
|
"gulp": "3.9.1",
|
|
248
|
-
"helmet": "7.
|
|
248
|
+
"helmet": "7.1.0",
|
|
249
249
|
"hostile": "1.3.3",
|
|
250
|
-
"howler": "2.2.
|
|
250
|
+
"howler": "2.2.4",
|
|
251
251
|
"http-proxy": "1.18.1",
|
|
252
|
-
"http-proxy-middleware": "0.
|
|
253
|
-
"http-server": "0.
|
|
252
|
+
"http-proxy-middleware": "0.22.0-alpha",
|
|
253
|
+
"http-server": "0.13.0",
|
|
254
254
|
"image-focus": "1.2.1",
|
|
255
255
|
"immer": "10.0.2",
|
|
256
|
-
"immutable": "4.3.
|
|
257
|
-
"incremental-compiler": "~
|
|
256
|
+
"immutable": "4.3.7",
|
|
257
|
+
"incremental-compiler": "~18.0.2",
|
|
258
258
|
"inquirer": "7.3.3",
|
|
259
259
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
260
260
|
"is-elevated": "3.0.0",
|
|
261
|
-
"isomorphic-region-loader": "~
|
|
262
|
-
"istanbul-instrumenter-loader": "
|
|
263
|
-
"jest": "29.
|
|
264
|
-
"jest-date-mock": "1.0.
|
|
261
|
+
"isomorphic-region-loader": "~18.0.2",
|
|
262
|
+
"istanbul-instrumenter-loader": "3.0.1",
|
|
263
|
+
"jest": "29.7.0",
|
|
264
|
+
"jest-date-mock": "1.0.10",
|
|
265
265
|
"jest-junit": "16.0.0",
|
|
266
266
|
"jest-marbles": "latest",
|
|
267
|
-
"jest-preset-angular": "
|
|
268
|
-
"jimp": "0.22.
|
|
269
|
-
"joi": "17.
|
|
267
|
+
"jest-preset-angular": "14.2.2",
|
|
268
|
+
"jimp": "0.22.12",
|
|
269
|
+
"joi": "17.13.3",
|
|
270
270
|
"jscodeshift": "0.6.3",
|
|
271
271
|
"json-stringify-safe": "5.0.1",
|
|
272
|
-
"json10": "~
|
|
273
|
-
"json10-writer": "~
|
|
272
|
+
"json10": "~18.0.2",
|
|
273
|
+
"json10-writer": "~18.0.2",
|
|
274
274
|
"json5-writer": "0.2.0",
|
|
275
275
|
"jszip": "3.10.1",
|
|
276
276
|
"karma-cli": "1.0.1",
|
|
277
277
|
"lnk": "1.0.1",
|
|
278
278
|
"localforage": "1.10.0",
|
|
279
279
|
"lockfile": "1.0.4",
|
|
280
|
-
"lodash-walk-object": "~
|
|
280
|
+
"lodash-walk-object": "~18.0.2",
|
|
281
281
|
"lowdb": "7.0.1",
|
|
282
|
-
"magic-renamer": "~
|
|
282
|
+
"magic-renamer": "~18.0.2",
|
|
283
283
|
"material-design-icons": "3.0.1",
|
|
284
284
|
"method-override": "2.3.10",
|
|
285
|
-
"minimist": "1.2.
|
|
286
|
-
"mocha": "10.
|
|
287
|
-
"moment": "2.
|
|
288
|
-
"ng-for-track-by-property": "
|
|
289
|
-
"ng-in-viewport": "
|
|
290
|
-
"ng-lock": "
|
|
291
|
-
"ng-packagr": "
|
|
292
|
-
"ng-talkback": "~16.444.
|
|
293
|
-
"ng2-logger": "~
|
|
294
|
-
"ng2-pdfjs-viewer": "
|
|
295
|
-
"ng2-rest": "~
|
|
296
|
-
"ngx-ace-wrapper": "
|
|
297
|
-
"ngx-editor": "
|
|
298
|
-
"ngx-highlightjs": "
|
|
285
|
+
"minimist": "1.2.8",
|
|
286
|
+
"mocha": "10.7.3",
|
|
287
|
+
"moment": "2.30.1",
|
|
288
|
+
"ng-for-track-by-property": "18.0.1",
|
|
289
|
+
"ng-in-viewport": "16.1.0",
|
|
290
|
+
"ng-lock": "18.0.1",
|
|
291
|
+
"ng-packagr": "18.1.0",
|
|
292
|
+
"ng-talkback": "~16.444.7",
|
|
293
|
+
"ng2-logger": "~18.0.4",
|
|
294
|
+
"ng2-pdfjs-viewer": "18.0.0",
|
|
295
|
+
"ng2-rest": "~18.0.2",
|
|
296
|
+
"ngx-ace-wrapper": "17.0.0",
|
|
297
|
+
"ngx-editor": "17.5.4",
|
|
298
|
+
"ngx-highlightjs": "12.0.0",
|
|
299
299
|
"ngx-moment": "6.0.2",
|
|
300
300
|
"ngx-monaco-editor": "12.0.0",
|
|
301
301
|
"ngx-photo-editor": "0.4.4",
|
|
302
302
|
"ngx-pipes": "3.2.2",
|
|
303
|
-
"ngx-progressbar": "11.
|
|
304
|
-
"ngx-scrollbar": "
|
|
305
|
-
"ngx-scrolltop": "
|
|
303
|
+
"ngx-progressbar": "11.1.0",
|
|
304
|
+
"ngx-scrollbar": "15.1.2",
|
|
305
|
+
"ngx-scrolltop": "18.0.0",
|
|
306
306
|
"ngx-store": "3.1.1",
|
|
307
307
|
"ngx-typed-js": "2.1.1",
|
|
308
|
-
"node-cli-tester": "~16.444.
|
|
308
|
+
"node-cli-tester": "~16.444.7",
|
|
309
309
|
"node-localstorage": "2.1.6",
|
|
310
|
-
"node-notifier": "
|
|
310
|
+
"node-notifier": "10.0.1",
|
|
311
311
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
312
|
-
"nodemon": "
|
|
312
|
+
"nodemon": "2.0.22",
|
|
313
313
|
"npm-get-dependents": "1.0.1",
|
|
314
314
|
"npm-run": "4.1.2",
|
|
315
|
-
"omelette": "0.4.
|
|
316
|
-
"open": "
|
|
317
|
-
"ora": "
|
|
318
|
-
"passport": "0.
|
|
315
|
+
"omelette": "0.4.17",
|
|
316
|
+
"open": "10.0.4",
|
|
317
|
+
"ora": "8.0.1",
|
|
318
|
+
"passport": "0.7.0",
|
|
319
319
|
"passport-http-bearer": "1.0.1",
|
|
320
320
|
"password-hash": "1.2.2",
|
|
321
321
|
"path-to-regexp": "6.2.2",
|
|
322
322
|
"pica": "9.0.1",
|
|
323
323
|
"portfinder": "1.0.21",
|
|
324
|
-
"prettier": "3.
|
|
324
|
+
"prettier": "3.3.3",
|
|
325
325
|
"prettier-eslint": "16.3.0",
|
|
326
326
|
"pretty-error": "4.0.0",
|
|
327
327
|
"primeflex": "3.3.1",
|
|
328
|
-
"primeicons": "
|
|
329
|
-
"primeng": "
|
|
328
|
+
"primeicons": "7.0.0",
|
|
329
|
+
"primeng": "17.18.8",
|
|
330
330
|
"progress": "2.0.3",
|
|
331
|
-
"prompts": "
|
|
331
|
+
"prompts": "2.4.2",
|
|
332
332
|
"ps-list": "6.1.0",
|
|
333
333
|
"ps-node": "0.1.6",
|
|
334
334
|
"q": "1.5.1",
|
|
335
335
|
"rallax.js": "2.0.4",
|
|
336
336
|
"randomcolor": "0.5.3",
|
|
337
|
-
"record-replay-req-res-scenario": "~16.444.
|
|
338
|
-
"reflect-metadata": "0.
|
|
337
|
+
"record-replay-req-res-scenario": "~16.444.7",
|
|
338
|
+
"reflect-metadata": "0.2.2",
|
|
339
339
|
"rimraf": "2.6.2",
|
|
340
|
-
"rxjs": "~7.8.
|
|
341
|
-
"semver": "6.3
|
|
340
|
+
"rxjs": "~7.8.1",
|
|
341
|
+
"semver": "7.6.3",
|
|
342
342
|
"simple-git": "3.25.0",
|
|
343
|
-
"sinon": "
|
|
343
|
+
"sinon": "18.0.0",
|
|
344
344
|
"sloc": "0.2.0",
|
|
345
345
|
"socket.io": "4.7.5",
|
|
346
346
|
"socket.io-client": "4.7.5",
|
|
347
347
|
"sort-package-json": "1.11.0",
|
|
348
348
|
"sql.js": "1.8.0",
|
|
349
|
-
"static-columns": "~
|
|
350
|
-
"string-similarity": "4.0.
|
|
349
|
+
"static-columns": "~18.0.3",
|
|
350
|
+
"string-similarity": "4.0.4",
|
|
351
351
|
"sudo-block": "3.0.0",
|
|
352
|
-
"supertest": "
|
|
353
|
-
"sweetalert2": "11.7.
|
|
352
|
+
"supertest": "7.0.0",
|
|
353
|
+
"sweetalert2": "11.7.32",
|
|
354
354
|
"systeminformation": "3.45.7",
|
|
355
355
|
"task.js": "0.1.5",
|
|
356
356
|
"threads": "1.7.0",
|
|
357
|
-
"tnp
|
|
358
|
-
"tnp-
|
|
359
|
-
"tnp-
|
|
360
|
-
"tnp-
|
|
361
|
-
"tnp-
|
|
362
|
-
"tnp-
|
|
357
|
+
"tnp": "~18.0.2",
|
|
358
|
+
"tnp-cli": "~16.444.7",
|
|
359
|
+
"tnp-config": "~18.0.4",
|
|
360
|
+
"tnp-core": "~18.0.26",
|
|
361
|
+
"tnp-db": "~18.0.2",
|
|
362
|
+
"tnp-helpers": "~18.0.2",
|
|
363
|
+
"tnp-models": "~18.0.3",
|
|
363
364
|
"ts-debug": "1.3.0",
|
|
364
|
-
"ts-json-schema-generator": "2.
|
|
365
|
+
"ts-json-schema-generator": "2.3.0-next.5",
|
|
365
366
|
"ts-loader": "2.3.1",
|
|
366
367
|
"ts-node": "10.9.1",
|
|
367
|
-
"tslib": "~2.3
|
|
368
|
-
"tslint": "
|
|
369
|
-
"turndown": "7.
|
|
370
|
-
"typedoc": "0.
|
|
371
|
-
"typedoc-plugin-markdown": "4.
|
|
372
|
-
"typescript": "~5.
|
|
373
|
-
"typescript-class-helpers": "~
|
|
368
|
+
"tslib": "~2.6.3",
|
|
369
|
+
"tslint": "6.1.3",
|
|
370
|
+
"turndown": "7.2.0",
|
|
371
|
+
"typedoc": "0.26.5",
|
|
372
|
+
"typedoc-plugin-markdown": "4.2.3",
|
|
373
|
+
"typescript": "~5.5.4",
|
|
374
|
+
"typescript-class-helpers": "~18.0.3",
|
|
374
375
|
"typescript-formatter": "~7.2.2",
|
|
375
|
-
"underscore": "1.
|
|
376
|
-
"validator": "
|
|
376
|
+
"underscore": "1.13.7",
|
|
377
|
+
"validator": "13.5.2",
|
|
377
378
|
"video.js": "8.3.0",
|
|
378
|
-
"vpn-split": "~16.444.
|
|
379
|
+
"vpn-split": "~16.444.7",
|
|
379
380
|
"vscode": "1.1.37",
|
|
380
381
|
"wait-on": "7.0.1",
|
|
381
382
|
"watch": "1.0.2",
|
|
382
383
|
"webpack": "~5.80",
|
|
383
|
-
"webpack-dev-middleware": "~6.
|
|
384
|
-
"webpack-dev-server": "~
|
|
385
|
-
"yup": "1.
|
|
384
|
+
"webpack-dev-middleware": "~6.1.3",
|
|
385
|
+
"webpack-dev-server": "~5.0.4",
|
|
386
|
+
"yup": "1.3.3",
|
|
386
387
|
"zone.js": "~0.13.0"
|
|
387
388
|
},
|
|
388
389
|
"main": "dist/app.electron.js"
|
|
389
390
|
},
|
|
390
391
|
"build": {
|
|
391
|
-
"number":
|
|
392
|
-
"date": "2024-
|
|
393
|
-
"hash": "
|
|
392
|
+
"number": 347,
|
|
393
|
+
"date": "2024-08-13T07:12:21.000Z",
|
|
394
|
+
"hash": "3b091c57a075560910685d5f2a4926fc92dcefcc"
|
|
394
395
|
},
|
|
395
396
|
"currentProjectName": "ng-talkback",
|
|
396
397
|
"currentProjectGenericName": "ng-talkback",
|
|
397
398
|
"currentProjectType": "isomorphic-lib",
|
|
398
|
-
"currentFrameworkVersion": "
|
|
399
|
+
"currentFrameworkVersion": "18.0.2",
|
|
399
400
|
"isStandaloneProject": true,
|
|
400
401
|
"isSmartContainer": false,
|
|
401
402
|
"pathesTsconfig": "\"paths\": {\"ng-talkback\":[\"./src/lib\"],\"ng-talkback/*\":[\"./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.
|
|
@@ -25,6 +25,7 @@ a++;
|
|
|
25
25
|
/* */
|
|
26
26
|
;
|
|
27
27
|
({}); // @--end-of-file-for-module=ng-talkback lib/index.ts
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItZGlzdC13ZWJzcWwvbmctdGFsa2JhY2svcHJvamVjdHMvbmctdGFsa2JhY2svc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQSxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7QUFDVixDQUFDLEVBQUUsQ0FBQztBQUNKLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBR0osQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxxREFBcUQiLCJzb3VyY2VzQ29udGVudCI6WyJcblxuZXhwb3J0IHR5cGUgRHVtbXkgPSAnYSc7XG5sZXQgYSA9IDI7XG5hKys7XG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1uZy10YWxrYmFjayBsaWIvaW5kZXgudHMiXX0=
|
|
28
29
|
|
|
29
30
|
/**
|
|
30
31
|
* Generated bundle index. Do not edit.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-talkback.mjs","sources":["../../../tmp-libs-for-dist-websql/ng-talkback/projects/ng-talkback/src/lib/index.ts","../../../tmp-libs-for-dist-websql/ng-talkback/projects/ng-talkback/src/ng-talkback.ts"],"sourcesContent":["\n\nexport type Dummy = 'a';\nlet a = 2;\na++;\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n ;({}); // @--end-of-file-for-module=ng-talkback lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAGA,IAAI,CAAC,GAAG,CAAC,CAAC;AACV,CAAC,EAAE,CAAC;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGC,CAAC;AAAA,CAAC,EAAE,EAAE
|
|
1
|
+
{"version":3,"file":"ng-talkback.mjs","sources":["../../../tmp-libs-for-dist-websql/ng-talkback/projects/ng-talkback/src/lib/index.ts","../../../tmp-libs-for-dist-websql/ng-talkback/projects/ng-talkback/src/ng-talkback.ts"],"sourcesContent":["\n\nexport type Dummy = 'a';\nlet a = 2;\na++;\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n ;({}); // @--end-of-file-for-module=ng-talkback lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAGA,IAAI,CAAC,GAAG,CAAC,CAAC;AACV,CAAC,EAAE,CAAC;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAGC,CAAC;AAAA,CAAC,EAAE,EAAE;;;AC9BP;;AAEG"}
|