tnp-helpers 16.444.7 → 16.444.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/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/client/package.json +21 -21
- package/firedev.jsonc +61 -61
- package/lib/helpers/for-browser/angular.helper.js +3 -3
- package/lib/old/base-component.js +3 -3
- package/lib/old/base-formly-component.js +3 -3
- package/lib/old/dual-component-ctrl.js +3 -3
- package/package.json +4 -4
- package/tmp-environment.json +25 -25
- package/websql/README.md +24 -24
|
@@ -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 (tnp-helpers@16.444.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (tnp-helpers@16.444.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/client/package.json
CHANGED
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"firedev-helpers"
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
|
-
"version": "16.444.
|
|
46
|
+
"version": "16.444.8",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"json10-writer": "16.444.
|
|
48
|
+
"json10-writer": "16.444.7",
|
|
49
49
|
"lowdb": "7.0.1",
|
|
50
50
|
"task.js": "0.1.5",
|
|
51
|
-
"tnp-models": "16.444.
|
|
51
|
+
"tnp-models": "16.444.7",
|
|
52
52
|
"typescript": "~5.0.2"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"angular-material-css-vars": "5.0.2",
|
|
147
147
|
"angular-resize-event": "3.2.0",
|
|
148
148
|
"animate.css": "4.1.1 ",
|
|
149
|
-
"any-project-cli": "16.444.
|
|
149
|
+
"any-project-cli": "16.444.6",
|
|
150
150
|
"app-root-path": "3.0.0",
|
|
151
151
|
"axios": "1.3.5",
|
|
152
152
|
"background-worker-process": "16.100.10",
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
"file-saver": "2.0.5",
|
|
203
203
|
"file-type": "18.5.0",
|
|
204
204
|
"firedev": "^16",
|
|
205
|
-
"firedev-crud": "16.444.
|
|
206
|
-
"firedev-crud-deamon": "16.444.
|
|
207
|
-
"firedev-ports": "16.444.
|
|
205
|
+
"firedev-crud": "16.444.6",
|
|
206
|
+
"firedev-crud-deamon": "16.444.6",
|
|
207
|
+
"firedev-ports": "16.444.6",
|
|
208
208
|
"firedev-storage": "16.444.5",
|
|
209
|
-
"firedev-type-sql": "16.444.
|
|
209
|
+
"firedev-type-sql": "16.444.6",
|
|
210
210
|
"firedev-typeorm": "16.444.5",
|
|
211
211
|
"firedev-ui": "16.444.1",
|
|
212
212
|
"fkill": "6.1.0",
|
|
@@ -226,11 +226,11 @@
|
|
|
226
226
|
"image-focus": "1.2.1",
|
|
227
227
|
"immer": "10.0.2",
|
|
228
228
|
"immutable": "4.3.0",
|
|
229
|
-
"incremental-compiler": "16.444.
|
|
229
|
+
"incremental-compiler": "16.444.7",
|
|
230
230
|
"inquirer": "7.3.3",
|
|
231
231
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
232
232
|
"is-elevated": "3.0.0",
|
|
233
|
-
"isomorphic-region-loader": "16.444.
|
|
233
|
+
"isomorphic-region-loader": "16.444.6",
|
|
234
234
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
235
235
|
"jest": "29.5.0",
|
|
236
236
|
"jest-date-mock": "1.0.8",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"joi": "17.9.2",
|
|
242
242
|
"jscodeshift": "0.6.3",
|
|
243
243
|
"json-stringify-safe": "5.0.1",
|
|
244
|
-
"json10": "16.444.
|
|
244
|
+
"json10": "16.444.6",
|
|
245
245
|
"json5": "2.2.1",
|
|
246
246
|
"json5-writer": "0.2.0",
|
|
247
247
|
"jszip": "3.10.1",
|
|
@@ -250,8 +250,8 @@
|
|
|
250
250
|
"localforage": "1.10.0",
|
|
251
251
|
"lockfile": "1.0.4",
|
|
252
252
|
"lodash": "4.17.20",
|
|
253
|
-
"lodash-walk-object": "16.444.
|
|
254
|
-
"magic-renamer": "16.444.
|
|
253
|
+
"lodash-walk-object": "16.444.5",
|
|
254
|
+
"magic-renamer": "16.444.5",
|
|
255
255
|
"material-design-icons": "3.0.1",
|
|
256
256
|
"method-override": "2.3.10",
|
|
257
257
|
"minimist": "1.2.0",
|
|
@@ -263,9 +263,9 @@
|
|
|
263
263
|
"ng-lock": "16.0.1",
|
|
264
264
|
"ng-packagr": "16.0.1",
|
|
265
265
|
"ng-talkback": "16.444.1",
|
|
266
|
-
"ng2-logger": "16.444.
|
|
266
|
+
"ng2-logger": "16.444.7",
|
|
267
267
|
"ng2-pdfjs-viewer": "16.0.4",
|
|
268
|
-
"ng2-rest": "16.444.
|
|
268
|
+
"ng2-rest": "16.444.5",
|
|
269
269
|
"ngx-ace-wrapper": "14.0.0",
|
|
270
270
|
"ngx-editor": "15.3.0",
|
|
271
271
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -327,10 +327,10 @@
|
|
|
327
327
|
"systeminformation": "3.45.7",
|
|
328
328
|
"threads": "1.7.0",
|
|
329
329
|
"tnp-cli": "16.444.1",
|
|
330
|
-
"tnp-config": "16.444.
|
|
331
|
-
"tnp-core": "16.444.
|
|
332
|
-
"tnp-db": "16.444.
|
|
333
|
-
"tnp-helpers": "16.444.
|
|
330
|
+
"tnp-config": "16.444.7",
|
|
331
|
+
"tnp-core": "16.444.8",
|
|
332
|
+
"tnp-db": "16.444.5",
|
|
333
|
+
"tnp-helpers": "16.444.7",
|
|
334
334
|
"ts-debug": "1.3.0",
|
|
335
335
|
"ts-json-schema-generator": "2.1.1",
|
|
336
336
|
"ts-loader": "2.3.1",
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
"turndown": "7.1.2",
|
|
341
341
|
"typedoc": "0.25.13",
|
|
342
342
|
"typedoc-plugin-markdown": "4.0.3",
|
|
343
|
-
"typescript-class-helpers": "~16.444.
|
|
343
|
+
"typescript-class-helpers": "~16.444.7",
|
|
344
344
|
"typescript-formatter": "~7.2.2",
|
|
345
345
|
"underscore": "1.9.1",
|
|
346
346
|
"uuid": "8.3.2",
|
|
@@ -356,6 +356,6 @@
|
|
|
356
356
|
"yup": "1.1.1",
|
|
357
357
|
"zone.js": "~0.13.0"
|
|
358
358
|
},
|
|
359
|
-
"lastBuildTagHash": "
|
|
359
|
+
"lastBuildTagHash": "f2ff2e4e664e1cb5038d87a1fbaa887f00e58762",
|
|
360
360
|
"main": "dist/app.electron.js"
|
|
361
361
|
}
|
package/firedev.jsonc
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"ignoreDepsPattern": [],
|
|
6
|
-
"includeAsDev": [],
|
|
7
|
-
|
|
8
|
-
"includeOnly": [
|
|
9
|
-
"tnp-models",
|
|
10
|
-
"task.js",
|
|
11
|
-
"json10-writer",
|
|
12
|
-
"lowdb",
|
|
13
|
-
"typescript",
|
|
14
|
-
// "enquirer",
|
|
15
|
-
// "inquirer-autocomplete-prompt",
|
|
16
|
-
// "cross-spawn",
|
|
17
|
-
// "fuzzy",
|
|
18
|
-
// "tnp-models",
|
|
19
|
-
// "dateformat",
|
|
20
|
-
// "express",
|
|
21
|
-
// "crypto",
|
|
22
|
-
// "underscore",
|
|
23
|
-
],
|
|
24
|
-
|
|
25
|
-
"dependencies": {},
|
|
26
|
-
"linkedFolders": [],
|
|
27
|
-
"npmFixes": [],
|
|
28
|
-
},
|
|
29
|
-
|
|
30
|
-
"smartContainerBuildTarget": "",
|
|
31
|
-
"linkedRepos": [],
|
|
32
|
-
|
|
33
|
-
"libReleaseOptions": {
|
|
34
|
-
"nodts": false,
|
|
35
|
-
"obscure": false,
|
|
36
|
-
"ugly": false,
|
|
37
|
-
"includeNodeModules": false,
|
|
38
|
-
"cliBuildNoDts": false,
|
|
39
|
-
"cliBuildObscure": false,
|
|
40
|
-
"cliBuildIncludeNodeModules": false,
|
|
41
|
-
"cliBuildUglify": false,
|
|
42
|
-
},
|
|
43
|
-
|
|
44
|
-
"smartContainerTarget": "",
|
|
45
|
-
"type": "isomorphic-lib",
|
|
46
|
-
"version": "v16",
|
|
47
|
-
|
|
48
|
-
"scripts": {
|
|
49
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
"description": "",
|
|
53
|
-
"license": "MIT",
|
|
54
|
-
"private": false,
|
|
55
|
-
"author": "",
|
|
56
|
-
"homepage": "https://github.com/darekf77/tnp-helpers#readme",
|
|
57
|
-
"workerPlugins": {},
|
|
58
|
-
|
|
59
|
-
"additionalNpmNames": [
|
|
60
|
-
"firedev-helpers"
|
|
61
|
-
],
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"ignoreDepsPattern": [],
|
|
6
|
+
"includeAsDev": [],
|
|
7
|
+
|
|
8
|
+
"includeOnly": [
|
|
9
|
+
"tnp-models",
|
|
10
|
+
"task.js",
|
|
11
|
+
"json10-writer",
|
|
12
|
+
"lowdb",
|
|
13
|
+
"typescript",
|
|
14
|
+
// "enquirer",
|
|
15
|
+
// "inquirer-autocomplete-prompt",
|
|
16
|
+
// "cross-spawn",
|
|
17
|
+
// "fuzzy",
|
|
18
|
+
// "tnp-models",
|
|
19
|
+
// "dateformat",
|
|
20
|
+
// "express",
|
|
21
|
+
// "crypto",
|
|
22
|
+
// "underscore",
|
|
23
|
+
],
|
|
24
|
+
|
|
25
|
+
"dependencies": {},
|
|
26
|
+
"linkedFolders": [],
|
|
27
|
+
"npmFixes": [],
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
"smartContainerBuildTarget": "",
|
|
31
|
+
"linkedRepos": [],
|
|
32
|
+
|
|
33
|
+
"libReleaseOptions": {
|
|
34
|
+
"nodts": false,
|
|
35
|
+
"obscure": false,
|
|
36
|
+
"ugly": false,
|
|
37
|
+
"includeNodeModules": false,
|
|
38
|
+
"cliBuildNoDts": false,
|
|
39
|
+
"cliBuildObscure": false,
|
|
40
|
+
"cliBuildIncludeNodeModules": false,
|
|
41
|
+
"cliBuildUglify": false,
|
|
42
|
+
},
|
|
43
|
+
|
|
44
|
+
"smartContainerTarget": "",
|
|
45
|
+
"type": "isomorphic-lib",
|
|
46
|
+
"version": "v16",
|
|
47
|
+
|
|
48
|
+
"scripts": {
|
|
49
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
50
|
+
},
|
|
51
|
+
|
|
52
|
+
"description": "",
|
|
53
|
+
"license": "MIT",
|
|
54
|
+
"private": false,
|
|
55
|
+
"author": "",
|
|
56
|
+
"homepage": "https://github.com/darekf77/tnp-helpers#readme",
|
|
57
|
+
"workerPlugins": {},
|
|
58
|
+
|
|
59
|
+
"additionalNpmNames": [
|
|
60
|
+
"firedev-helpers"
|
|
61
|
+
],
|
|
62
62
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1719691144682 = void 0;
|
|
4
|
+
function dummy1719691144682() { }
|
|
5
|
+
exports.dummy1719691144682 = dummy1719691144682;
|
|
6
6
|
//# sourceMappingURL=angular.helper.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1719691144722 = void 0;
|
|
4
|
+
function dummy1719691144722() { }
|
|
5
|
+
exports.dummy1719691144722 = dummy1719691144722;
|
|
6
6
|
//# sourceMappingURL=base-component.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1719691144723 = void 0;
|
|
4
|
+
function dummy1719691144723() { }
|
|
5
|
+
exports.dummy1719691144723 = dummy1719691144723;
|
|
6
6
|
//# sourceMappingURL=base-formly-component.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1719691144725 = void 0;
|
|
4
|
+
function dummy1719691144725() { }
|
|
5
|
+
exports.dummy1719691144725 = dummy1719691144725;
|
|
6
6
|
//# sourceMappingURL=dual-component-ctrl.js.map
|
package/package.json
CHANGED
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"firedev-helpers"
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
|
-
"version": "16.444.
|
|
46
|
+
"version": "16.444.8",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"json10-writer": "16.444.
|
|
48
|
+
"json10-writer": "16.444.7",
|
|
49
49
|
"lowdb": "7.0.1",
|
|
50
50
|
"task.js": "0.1.5",
|
|
51
|
-
"tnp-models": "16.444.
|
|
51
|
+
"tnp-models": "16.444.7",
|
|
52
52
|
"typescript": "~5.0.2"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"homepage": "https://github.com/darekf77/tnp-helpers#readme",
|
|
62
62
|
"name": "tnp-helpers",
|
|
63
63
|
"devDependencies": {},
|
|
64
|
-
"lastBuildTagHash": "
|
|
64
|
+
"lastBuildTagHash": "f2ff2e4e664e1cb5038d87a1fbaa887f00e58762",
|
|
65
65
|
"main": "dist/app.electron.js"
|
|
66
66
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"firedev-helpers"
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
|
-
"version": "16.444.
|
|
50
|
+
"version": "16.444.8",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"json10-writer": "16.444.
|
|
52
|
+
"json10-writer": "16.444.7",
|
|
53
53
|
"lowdb": "7.0.1",
|
|
54
54
|
"task.js": "0.1.5",
|
|
55
|
-
"tnp-models": "16.444.
|
|
55
|
+
"tnp-models": "16.444.7",
|
|
56
56
|
"typescript": "~5.0.2"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"angular-material-css-vars": "5.0.2",
|
|
151
151
|
"angular-resize-event": "3.2.0",
|
|
152
152
|
"animate.css": "4.1.1 ",
|
|
153
|
-
"any-project-cli": "16.444.
|
|
153
|
+
"any-project-cli": "16.444.6",
|
|
154
154
|
"app-root-path": "3.0.0",
|
|
155
155
|
"axios": "1.3.5",
|
|
156
156
|
"background-worker-process": "16.100.10",
|
|
@@ -206,11 +206,11 @@
|
|
|
206
206
|
"file-saver": "2.0.5",
|
|
207
207
|
"file-type": "18.5.0",
|
|
208
208
|
"firedev": "^16",
|
|
209
|
-
"firedev-crud": "16.444.
|
|
210
|
-
"firedev-crud-deamon": "16.444.
|
|
211
|
-
"firedev-ports": "16.444.
|
|
209
|
+
"firedev-crud": "16.444.6",
|
|
210
|
+
"firedev-crud-deamon": "16.444.6",
|
|
211
|
+
"firedev-ports": "16.444.6",
|
|
212
212
|
"firedev-storage": "16.444.5",
|
|
213
|
-
"firedev-type-sql": "16.444.
|
|
213
|
+
"firedev-type-sql": "16.444.6",
|
|
214
214
|
"firedev-typeorm": "16.444.5",
|
|
215
215
|
"firedev-ui": "16.444.1",
|
|
216
216
|
"fkill": "6.1.0",
|
|
@@ -230,11 +230,11 @@
|
|
|
230
230
|
"image-focus": "1.2.1",
|
|
231
231
|
"immer": "10.0.2",
|
|
232
232
|
"immutable": "4.3.0",
|
|
233
|
-
"incremental-compiler": "16.444.
|
|
233
|
+
"incremental-compiler": "16.444.7",
|
|
234
234
|
"inquirer": "7.3.3",
|
|
235
235
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
236
236
|
"is-elevated": "3.0.0",
|
|
237
|
-
"isomorphic-region-loader": "16.444.
|
|
237
|
+
"isomorphic-region-loader": "16.444.6",
|
|
238
238
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
239
239
|
"jest": "29.5.0",
|
|
240
240
|
"jest-date-mock": "1.0.8",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"joi": "17.9.2",
|
|
246
246
|
"jscodeshift": "0.6.3",
|
|
247
247
|
"json-stringify-safe": "5.0.1",
|
|
248
|
-
"json10": "16.444.
|
|
248
|
+
"json10": "16.444.6",
|
|
249
249
|
"json5": "2.2.1",
|
|
250
250
|
"json5-writer": "0.2.0",
|
|
251
251
|
"jszip": "3.10.1",
|
|
@@ -254,8 +254,8 @@
|
|
|
254
254
|
"localforage": "1.10.0",
|
|
255
255
|
"lockfile": "1.0.4",
|
|
256
256
|
"lodash": "4.17.20",
|
|
257
|
-
"lodash-walk-object": "16.444.
|
|
258
|
-
"magic-renamer": "16.444.
|
|
257
|
+
"lodash-walk-object": "16.444.5",
|
|
258
|
+
"magic-renamer": "16.444.5",
|
|
259
259
|
"material-design-icons": "3.0.1",
|
|
260
260
|
"method-override": "2.3.10",
|
|
261
261
|
"minimist": "1.2.0",
|
|
@@ -267,9 +267,9 @@
|
|
|
267
267
|
"ng-lock": "16.0.1",
|
|
268
268
|
"ng-packagr": "16.0.1",
|
|
269
269
|
"ng-talkback": "16.444.1",
|
|
270
|
-
"ng2-logger": "16.444.
|
|
270
|
+
"ng2-logger": "16.444.7",
|
|
271
271
|
"ng2-pdfjs-viewer": "16.0.4",
|
|
272
|
-
"ng2-rest": "16.444.
|
|
272
|
+
"ng2-rest": "16.444.5",
|
|
273
273
|
"ngx-ace-wrapper": "14.0.0",
|
|
274
274
|
"ngx-editor": "15.3.0",
|
|
275
275
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -331,10 +331,10 @@
|
|
|
331
331
|
"systeminformation": "3.45.7",
|
|
332
332
|
"threads": "1.7.0",
|
|
333
333
|
"tnp-cli": "16.444.1",
|
|
334
|
-
"tnp-config": "16.444.
|
|
335
|
-
"tnp-core": "16.444.
|
|
336
|
-
"tnp-db": "16.444.
|
|
337
|
-
"tnp-helpers": "16.444.
|
|
334
|
+
"tnp-config": "16.444.7",
|
|
335
|
+
"tnp-core": "16.444.8",
|
|
336
|
+
"tnp-db": "16.444.5",
|
|
337
|
+
"tnp-helpers": "16.444.7",
|
|
338
338
|
"ts-debug": "1.3.0",
|
|
339
339
|
"ts-json-schema-generator": "2.1.1",
|
|
340
340
|
"ts-loader": "2.3.1",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"turndown": "7.1.2",
|
|
345
345
|
"typedoc": "0.25.13",
|
|
346
346
|
"typedoc-plugin-markdown": "4.0.3",
|
|
347
|
-
"typescript-class-helpers": "~16.444.
|
|
347
|
+
"typescript-class-helpers": "~16.444.7",
|
|
348
348
|
"typescript-formatter": "~7.2.2",
|
|
349
349
|
"underscore": "1.9.1",
|
|
350
350
|
"uuid": "8.3.2",
|
|
@@ -360,18 +360,18 @@
|
|
|
360
360
|
"yup": "1.1.1",
|
|
361
361
|
"zone.js": "~0.13.0"
|
|
362
362
|
},
|
|
363
|
-
"lastBuildTagHash": "
|
|
363
|
+
"lastBuildTagHash": "f2ff2e4e664e1cb5038d87a1fbaa887f00e58762",
|
|
364
364
|
"main": "dist/app.electron.js"
|
|
365
365
|
},
|
|
366
366
|
"build": {
|
|
367
|
-
"number":
|
|
368
|
-
"date": "2024-06-
|
|
369
|
-
"hash": "
|
|
367
|
+
"number": 774,
|
|
368
|
+
"date": "2024-06-29T15:08:40.000Z",
|
|
369
|
+
"hash": "80bb0e703a94cd665537f0a2e167a1b81c3d3e82"
|
|
370
370
|
},
|
|
371
371
|
"currentProjectName": "tnp-helpers",
|
|
372
372
|
"currentProjectGenericName": "tnp-helpers",
|
|
373
373
|
"currentProjectType": "isomorphic-lib",
|
|
374
|
-
"currentFrameworkVersion": "16.444.
|
|
374
|
+
"currentFrameworkVersion": "16.444.7",
|
|
375
375
|
"isStandaloneProject": true,
|
|
376
376
|
"isSmartContainer": false,
|
|
377
377
|
"pathesTsconfig": "\"paths\": {\"tnp-helpers\":[\"./src/lib\"],\"tnp-helpers/*\":[\"./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.
|