ng-talkback 18.0.5 → 18.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/package.json +3 -3
- package/src.d.ts +1 -1
- package/{firedev.jsonc → taon.jsonc} +46 -46
- package/tmp-environment.json +28 -33
- package/websql/README.md +24 -24
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# ng-talkback
|
|
2
|
-
|
|
3
|
-
project based on https://github.com/ijpiantanida/talkback
|
|
1
|
+
# ng-talkback
|
|
2
|
+
|
|
3
|
+
project based on https://github.com/ijpiantanida/talkback
|
|
@@ -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 (ng-talkback@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (ng-talkback@18.0.8)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/browser/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/client/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"workerPlugins": {}
|
|
55
55
|
},
|
|
56
56
|
"name": "ng-talkback",
|
|
57
|
-
"version": "18.0.
|
|
57
|
+
"version": "18.0.8",
|
|
58
58
|
"license": "MIT",
|
|
59
59
|
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
60
60
|
"dependencies": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"ts-check": "tsc --noEmit"
|
|
84
84
|
},
|
|
85
85
|
"private": false,
|
|
86
|
-
"lastBuildTagHash": "
|
|
86
|
+
"lastBuildTagHash": "74316338e7e85d6b78b85f43df6a8070bb2fce2e",
|
|
87
87
|
"devDependencies": {},
|
|
88
|
-
"main": "
|
|
88
|
+
"main": "index.js"
|
|
89
89
|
}
|
package/src.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED
|
|
2
2
|
export * from './lib';
|
|
3
3
|
// THIS FILE IS GENERATED
|
|
4
|
-
// please use command:
|
|
4
|
+
// please use command: taon build:watch to see here links for your globally builded lib code files
|
|
5
5
|
// THIS FILE IS GENERATED
|
|
6
6
|
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": ["README.md"],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"linkedFolders": [],
|
|
6
|
-
"ignoreDepsPattern": [],
|
|
7
|
-
"includeAsDev": [],
|
|
8
|
-
"includeOnly": ["json5", "lodash", "mkdirp", "uuid", "axios"],
|
|
9
|
-
"dependencies": {},
|
|
10
|
-
"npmFixes": []
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
"linkedProjects": [],
|
|
14
|
-
"smartContainerBuildTarget": "",
|
|
15
|
-
"linkedRepos": [],
|
|
16
|
-
|
|
17
|
-
"libReleaseOptions": {
|
|
18
|
-
"nodts": false,
|
|
19
|
-
"obscure": false,
|
|
20
|
-
"ugly": false,
|
|
21
|
-
"includeNodeModules": false,
|
|
22
|
-
"cliBuildNoDts": false,
|
|
23
|
-
"cliBuildObscure": false,
|
|
24
|
-
"cliBuildIncludeNodeModules": false,
|
|
25
|
-
"cliBuildUglify": false
|
|
26
|
-
},
|
|
27
|
-
|
|
28
|
-
"smartContainerTarget": "",
|
|
29
|
-
"type": "isomorphic-lib",
|
|
30
|
-
"version": "v18",
|
|
31
|
-
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "node tools/build.js",
|
|
34
|
-
"ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
|
|
35
|
-
"start": "node examples/server/start.js",
|
|
36
|
-
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r mocha-setup.js --extensions ts,js \"test/**/*.spec.{ts,js}\"",
|
|
37
|
-
"ts-check": "tsc --noEmit"
|
|
38
|
-
},
|
|
39
|
-
|
|
40
|
-
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
41
|
-
"license": "MIT",
|
|
42
|
-
"author": "Dariusz Filipiak",
|
|
43
|
-
"main": "index.js",
|
|
44
|
-
"keywords": ["http-proxy", "record", "vcr", "playback"],
|
|
45
|
-
"private": false,
|
|
46
|
-
"workerPlugins": {}
|
|
1
|
+
{
|
|
2
|
+
"resources": ["README.md"],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"linkedFolders": [],
|
|
6
|
+
"ignoreDepsPattern": [],
|
|
7
|
+
"includeAsDev": [],
|
|
8
|
+
"includeOnly": ["json5", "lodash", "mkdirp", "uuid", "axios"],
|
|
9
|
+
"dependencies": {},
|
|
10
|
+
"npmFixes": []
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"linkedProjects": [],
|
|
14
|
+
"smartContainerBuildTarget": "",
|
|
15
|
+
"linkedRepos": [],
|
|
16
|
+
|
|
17
|
+
"libReleaseOptions": {
|
|
18
|
+
"nodts": false,
|
|
19
|
+
"obscure": false,
|
|
20
|
+
"ugly": false,
|
|
21
|
+
"includeNodeModules": false,
|
|
22
|
+
"cliBuildNoDts": false,
|
|
23
|
+
"cliBuildObscure": false,
|
|
24
|
+
"cliBuildIncludeNodeModules": false,
|
|
25
|
+
"cliBuildUglify": false
|
|
26
|
+
},
|
|
27
|
+
|
|
28
|
+
"smartContainerTarget": "",
|
|
29
|
+
"type": "isomorphic-lib",
|
|
30
|
+
"version": "v18",
|
|
31
|
+
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "node tools/build.js",
|
|
34
|
+
"ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
|
|
35
|
+
"start": "node examples/server/start.js",
|
|
36
|
+
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r mocha-setup.js --extensions ts,js \"test/**/*.spec.{ts,js}\"",
|
|
37
|
+
"ts-check": "tsc --noEmit"
|
|
38
|
+
},
|
|
39
|
+
|
|
40
|
+
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"author": "Dariusz Filipiak",
|
|
43
|
+
"main": "index.js",
|
|
44
|
+
"keywords": ["http-proxy", "record", "vcr", "playback"],
|
|
45
|
+
"private": false,
|
|
46
|
+
"workerPlugins": {}
|
|
47
47
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"workerPlugins": {}
|
|
59
59
|
},
|
|
60
60
|
"name": "ng-talkback",
|
|
61
|
-
"version": "18.0.
|
|
61
|
+
"version": "18.0.8",
|
|
62
62
|
"license": "MIT",
|
|
63
63
|
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
64
64
|
"dependencies": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"ts-check": "tsc --noEmit"
|
|
88
88
|
},
|
|
89
89
|
"private": false,
|
|
90
|
-
"lastBuildTagHash": "
|
|
90
|
+
"lastBuildTagHash": "74316338e7e85d6b78b85f43df6a8070bb2fce2e",
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
93
93
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"@types/lockfile": "1.0.4",
|
|
157
157
|
"@types/lodash": "4.14.92",
|
|
158
158
|
"@types/mocha": "10.0.7",
|
|
159
|
-
"@types/node": "18.
|
|
159
|
+
"@types/node": "16.18.21",
|
|
160
160
|
"@types/node-notifier": "8.0.5",
|
|
161
161
|
"@types/oauth2orize": "1.11.5",
|
|
162
162
|
"@types/password-hash": "1.2.24",
|
|
@@ -175,7 +175,6 @@
|
|
|
175
175
|
"angular-material-css-vars": "7.0.0",
|
|
176
176
|
"angular-resize-event": "3.2.0",
|
|
177
177
|
"animate.css": "4.1.1",
|
|
178
|
-
"any-project-cli": "~18.0.6",
|
|
179
178
|
"app-root-path": "3.1.0",
|
|
180
179
|
"background-worker-process": "~16.100.10",
|
|
181
180
|
"base32": "0.0.7",
|
|
@@ -229,14 +228,6 @@
|
|
|
229
228
|
"file-loader": "1.1.11",
|
|
230
229
|
"file-saver": "2.0.5",
|
|
231
230
|
"file-type": "19.1.1",
|
|
232
|
-
"firedev": "^18",
|
|
233
|
-
"firedev-crud": "~18.0.5",
|
|
234
|
-
"firedev-crud-deamon": "~18.0.6",
|
|
235
|
-
"firedev-ports": "~18.0.5",
|
|
236
|
-
"firedev-storage": "~18.0.5",
|
|
237
|
-
"firedev-type-sql": "~18.0.6",
|
|
238
|
-
"firedev-typeorm": "~18.0.5",
|
|
239
|
-
"firedev-ui": "~18.0.6",
|
|
240
231
|
"fkill": "6.1.0",
|
|
241
232
|
"font-awesome": "4.7.0",
|
|
242
233
|
"form-data": "4.0.0",
|
|
@@ -254,13 +245,13 @@
|
|
|
254
245
|
"image-focus": "1.2.1",
|
|
255
246
|
"immer": "10.0.2",
|
|
256
247
|
"immutable": "4.3.7",
|
|
257
|
-
"incremental-compiler": "~18.0.
|
|
248
|
+
"incremental-compiler": "~18.0.9",
|
|
258
249
|
"inquirer": "7.3.3",
|
|
259
250
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
260
251
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
261
252
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
262
253
|
"is-elevated": "3.0.0",
|
|
263
|
-
"isomorphic-region-loader": "~18.0.
|
|
254
|
+
"isomorphic-region-loader": "~18.0.9",
|
|
264
255
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
265
256
|
"jest": "29.7.0",
|
|
266
257
|
"jest-date-mock": "1.0.10",
|
|
@@ -271,17 +262,17 @@
|
|
|
271
262
|
"joi": "17.13.3",
|
|
272
263
|
"jscodeshift": "0.6.3",
|
|
273
264
|
"json-stringify-safe": "5.0.1",
|
|
274
|
-
"json10": "~18.0.
|
|
275
|
-
"json10-writer": "~18.0.
|
|
265
|
+
"json10": "~18.0.9",
|
|
266
|
+
"json10-writer": "~18.0.9",
|
|
276
267
|
"json5-writer": "0.2.0",
|
|
277
268
|
"jszip": "3.10.1",
|
|
278
269
|
"karma-cli": "1.0.1",
|
|
279
270
|
"lnk": "1.0.1",
|
|
280
271
|
"localforage": "1.10.0",
|
|
281
272
|
"lockfile": "1.0.4",
|
|
282
|
-
"lodash-walk-object": "~18.0.
|
|
273
|
+
"lodash-walk-object": "~18.0.9",
|
|
283
274
|
"lowdb": "7.0.1",
|
|
284
|
-
"magic-renamer": "~18.0.
|
|
275
|
+
"magic-renamer": "~18.0.9",
|
|
285
276
|
"material-design-icons": "3.0.1",
|
|
286
277
|
"method-override": "2.3.10",
|
|
287
278
|
"minimist": "1.2.8",
|
|
@@ -291,10 +282,11 @@
|
|
|
291
282
|
"ng-in-viewport": "16.1.0",
|
|
292
283
|
"ng-lock": "18.0.1",
|
|
293
284
|
"ng-packagr": "18.1.0",
|
|
294
|
-
"ng-talkback": "~18.0.
|
|
295
|
-
"ng2-logger": "~18.0.
|
|
285
|
+
"ng-talkback": "~18.0.5",
|
|
286
|
+
"ng2-logger": "~18.0.11",
|
|
296
287
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
297
288
|
"ng2-rest": "~18.0.6",
|
|
289
|
+
"ng2-rest-swagger-generator": "18.0.5",
|
|
298
290
|
"ngx-ace-wrapper": "17.0.0",
|
|
299
291
|
"ngx-editor": "17.5.4",
|
|
300
292
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -307,7 +299,7 @@
|
|
|
307
299
|
"ngx-scrolltop": "18.0.0",
|
|
308
300
|
"ngx-store": "3.1.1",
|
|
309
301
|
"ngx-typed-js": "2.1.1",
|
|
310
|
-
"node-cli-tester": "~18.0.
|
|
302
|
+
"node-cli-tester": "~18.0.5",
|
|
311
303
|
"node-localstorage": "2.1.6",
|
|
312
304
|
"node-notifier": "10.0.1",
|
|
313
305
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -337,7 +329,7 @@
|
|
|
337
329
|
"q": "1.5.1",
|
|
338
330
|
"rallax.js": "2.0.4",
|
|
339
331
|
"randomcolor": "0.5.3",
|
|
340
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
332
|
+
"record-replay-req-res-scenario": "~18.0.5",
|
|
341
333
|
"reflect-metadata": "0.2.2",
|
|
342
334
|
"rimraf": "2.6.2",
|
|
343
335
|
"rxjs": "~7.8.1",
|
|
@@ -355,15 +347,17 @@
|
|
|
355
347
|
"supertest": "7.0.0",
|
|
356
348
|
"sweetalert2": "11.7.32",
|
|
357
349
|
"systeminformation": "3.45.7",
|
|
350
|
+
"taon": "^18",
|
|
351
|
+
"taon-storage": "18.0.5",
|
|
352
|
+
"taon-type-sql": "18.0.6",
|
|
353
|
+
"taon-typeorm": "18.0.5",
|
|
358
354
|
"task.js": "0.1.5",
|
|
359
355
|
"threads": "1.7.0",
|
|
360
356
|
"tnp": "~18.0.6",
|
|
361
|
-
"tnp-
|
|
362
|
-
"tnp-config": "~18.0.8",
|
|
357
|
+
"tnp-config": "~18.0.11",
|
|
363
358
|
"tnp-core": "~18.0.30",
|
|
364
|
-
"tnp-
|
|
365
|
-
"tnp-
|
|
366
|
-
"tnp-models": "~18.0.7",
|
|
359
|
+
"tnp-helpers": "~18.0.9",
|
|
360
|
+
"tnp-models": "~18.0.10",
|
|
367
361
|
"ts-debug": "1.3.0",
|
|
368
362
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
369
363
|
"ts-loader": "2.3.1",
|
|
@@ -371,15 +365,16 @@
|
|
|
371
365
|
"tslib": "~2.6.3",
|
|
372
366
|
"tslint": "6.1.3",
|
|
373
367
|
"turndown": "7.2.0",
|
|
368
|
+
"type-fest": "4.25.0",
|
|
374
369
|
"typedoc": "0.26.5",
|
|
375
370
|
"typedoc-plugin-markdown": "4.2.3",
|
|
376
371
|
"typescript": "~5.5.4",
|
|
377
|
-
"typescript-class-helpers": "~18.0.
|
|
372
|
+
"typescript-class-helpers": "~18.0.10",
|
|
378
373
|
"typescript-formatter": "~7.2.2",
|
|
379
374
|
"underscore": "1.13.7",
|
|
380
375
|
"validator": "13.5.2",
|
|
381
376
|
"video.js": "8.3.0",
|
|
382
|
-
"vpn-split": "~18.0.
|
|
377
|
+
"vpn-split": "~18.0.5",
|
|
383
378
|
"vscode": "1.1.37",
|
|
384
379
|
"wait-on": "7.0.1",
|
|
385
380
|
"watch": "1.0.2",
|
|
@@ -392,14 +387,14 @@
|
|
|
392
387
|
"main": "dist/app.electron.js"
|
|
393
388
|
},
|
|
394
389
|
"build": {
|
|
395
|
-
"number":
|
|
396
|
-
"date": "2024-08-
|
|
397
|
-
"hash": "
|
|
390
|
+
"number": 355,
|
|
391
|
+
"date": "2024-08-28T12:51:43.000Z",
|
|
392
|
+
"hash": "24abf06803882f3ff77d00a0629fd407b1dc0ef5"
|
|
398
393
|
},
|
|
399
394
|
"currentProjectName": "ng-talkback",
|
|
400
395
|
"currentProjectGenericName": "ng-talkback",
|
|
401
396
|
"currentProjectType": "isomorphic-lib",
|
|
402
|
-
"currentFrameworkVersion": "18.0.
|
|
397
|
+
"currentFrameworkVersion": "18.0.8",
|
|
403
398
|
"isStandaloneProject": true,
|
|
404
399
|
"isSmartContainer": false,
|
|
405
400
|
"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.
|