tnp-core 16.444.6 → 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/README.md +20 -20
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/cli.backend.js +3 -3
- package/client/README.md +24 -24
- package/client/package.json +25 -24
- package/firedev.jsonc +68 -68
- package/lib/build-info._auto-generated_.d.ts +1 -0
- package/lib/build-info._auto-generated_.js +5 -0
- package/lib/build-info._auto-generated_.js.map +1 -0
- package/lib/node-chalk-mock.js +3 -3
- package/lib/node-path-mock.js +3 -3
- package/package.json +2 -2
- package/tmp-environment.json +30 -29
- package/websql/README.md +24 -24
package/README.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1
|
-
# firedev-core ( tnp-core )
|
2
|
-
|
3
|
-
- Part of [firedev.io](https://github.com/darekf77/firedev)
|
4
|
-
- JavasScript/Typescript most essential helpers
|
5
|
-
- Basic firedev releated helpers
|
6
|
-
- Purpose:
|
7
|
-
+ lightweight most essential helpers library
|
8
|
-
+ crossplatform helpers for NodeJs/Browser
|
9
|
-
|
10
|
-
|
11
|
-
## Usage
|
12
|
-
- in firedev isomorphic libs/apps or any NodeJS apps/libs:
|
13
|
-
```ts
|
14
|
-
import { Helpers } from 'tnp-core';
|
15
|
-
```
|
16
|
-
|
17
|
-
- in any frontend browser apps (except firedev lib/apps)
|
18
|
-
```ts
|
19
|
-
import { Helpers } from 'tnp-core/browser';
|
20
|
-
```
|
1
|
+
# firedev-core ( tnp-core )
|
2
|
+
|
3
|
+
- Part of [firedev.io](https://github.com/darekf77/firedev)
|
4
|
+
- JavasScript/Typescript most essential helpers
|
5
|
+
- Basic firedev releated helpers
|
6
|
+
- Purpose:
|
7
|
+
+ lightweight most essential helpers library
|
8
|
+
+ crossplatform helpers for NodeJs/Browser
|
9
|
+
|
10
|
+
|
11
|
+
## Usage
|
12
|
+
- in firedev isomorphic libs/apps or any NodeJS apps/libs:
|
13
|
+
```ts
|
14
|
+
import { Helpers } from 'tnp-core';
|
15
|
+
```
|
16
|
+
|
17
|
+
- in any frontend browser apps (except firedev lib/apps)
|
18
|
+
```ts
|
19
|
+
import { Helpers } from 'tnp-core/browser';
|
20
|
+
```
|
@@ -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-core@16.444.
|
3
|
+
Assets from this folder are being shipped with this npm package (tnp-core@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/cli.backend.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
5
|
-
exports.
|
3
|
+
exports.dummy1719691044099 = void 0;
|
4
|
+
function dummy1719691044099() { }
|
5
|
+
exports.dummy1719691044099 = dummy1719691044099;
|
6
6
|
//# sourceMappingURL=cli.backend.js.map
|
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
@@ -171,7 +171,7 @@
|
|
171
171
|
"angular-material-css-vars": "5.0.2",
|
172
172
|
"angular-resize-event": "3.2.0",
|
173
173
|
"animate.css": "4.1.1 ",
|
174
|
-
"any-project-cli": "16.444.
|
174
|
+
"any-project-cli": "16.444.6",
|
175
175
|
"app-root-path": "3.0.0",
|
176
176
|
"background-worker-process": "16.100.10",
|
177
177
|
"base32": "0.0.7",
|
@@ -221,12 +221,12 @@
|
|
221
221
|
"file-saver": "2.0.5",
|
222
222
|
"file-type": "18.5.0",
|
223
223
|
"firedev": "^16",
|
224
|
-
"firedev-crud": "16.444.
|
225
|
-
"firedev-crud-deamon": "16.444.
|
226
|
-
"firedev-ports": "16.444.
|
227
|
-
"firedev-storage": "16.444.
|
228
|
-
"firedev-type-sql": "16.444.
|
229
|
-
"firedev-typeorm": "16.444.
|
224
|
+
"firedev-crud": "16.444.6",
|
225
|
+
"firedev-crud-deamon": "16.444.6",
|
226
|
+
"firedev-ports": "16.444.6",
|
227
|
+
"firedev-storage": "16.444.5",
|
228
|
+
"firedev-type-sql": "16.444.6",
|
229
|
+
"firedev-typeorm": "16.444.5",
|
230
230
|
"firedev-ui": "16.444.1",
|
231
231
|
"font-awesome": "4.7.0",
|
232
232
|
"form-data": "4.0.0",
|
@@ -242,10 +242,10 @@
|
|
242
242
|
"image-focus": "1.2.1",
|
243
243
|
"immer": "10.0.2",
|
244
244
|
"immutable": "4.3.0",
|
245
|
-
"incremental-compiler": "16.444.
|
245
|
+
"incremental-compiler": "16.444.7",
|
246
246
|
"inquirer": "7.3.3",
|
247
247
|
"inquirer-autocomplete-prompt": "1.3.0",
|
248
|
-
"isomorphic-region-loader": "16.444.
|
248
|
+
"isomorphic-region-loader": "16.444.6",
|
249
249
|
"istanbul-instrumenter-loader": "2.0.0",
|
250
250
|
"jest": "29.5.0",
|
251
251
|
"jest-date-mock": "1.0.8",
|
@@ -256,17 +256,17 @@
|
|
256
256
|
"joi": "17.9.2",
|
257
257
|
"jscodeshift": "0.6.3",
|
258
258
|
"json-stringify-safe": "5.0.1",
|
259
|
-
"json10": "16.444.
|
260
|
-
"json10-writer": "16.444.
|
259
|
+
"json10": "16.444.6",
|
260
|
+
"json10-writer": "16.444.6",
|
261
261
|
"json5-writer": "0.2.0",
|
262
262
|
"jszip": "3.10.1",
|
263
263
|
"karma-cli": "1.0.1",
|
264
264
|
"lnk": "1.0.1",
|
265
265
|
"localforage": "1.10.0",
|
266
266
|
"lockfile": "1.0.4",
|
267
|
-
"lodash-walk-object": "16.444.
|
267
|
+
"lodash-walk-object": "16.444.5",
|
268
268
|
"lowdb": "7.0.1",
|
269
|
-
"magic-renamer": "16.444.
|
269
|
+
"magic-renamer": "16.444.5",
|
270
270
|
"material-design-icons": "3.0.1",
|
271
271
|
"method-override": "2.3.10",
|
272
272
|
"minimist": "1.2.0",
|
@@ -276,9 +276,9 @@
|
|
276
276
|
"ng-lock": "16.0.1",
|
277
277
|
"ng-packagr": "16.0.1",
|
278
278
|
"ng-talkback": "16.444.1",
|
279
|
-
"ng2-logger": "16.444.
|
279
|
+
"ng2-logger": "16.444.6",
|
280
280
|
"ng2-pdfjs-viewer": "16.0.4",
|
281
|
-
"ng2-rest": "16.444.
|
281
|
+
"ng2-rest": "16.444.5",
|
282
282
|
"ngx-ace-wrapper": "14.0.0",
|
283
283
|
"ngx-editor": "15.3.0",
|
284
284
|
"ngx-highlightjs": "9.0.0",
|
@@ -323,7 +323,8 @@
|
|
323
323
|
"simple-git": "1.96.0",
|
324
324
|
"sinon": "15.2.0",
|
325
325
|
"sloc": "0.2.0",
|
326
|
-
"socket.io": "
|
326
|
+
"socket.io": "4.7.5",
|
327
|
+
"socket.io-client": "4.7.5",
|
327
328
|
"sort-package-json": "1.11.0",
|
328
329
|
"sql.js": "1.8.0",
|
329
330
|
"static-columns": "16.444.3",
|
@@ -335,11 +336,11 @@
|
|
335
336
|
"task.js": "0.1.5",
|
336
337
|
"threads": "1.7.0",
|
337
338
|
"tnp-cli": "16.444.1",
|
338
|
-
"tnp-config": "16.444.
|
339
|
-
"tnp-core": "16.444.
|
340
|
-
"tnp-db": "16.444.
|
341
|
-
"tnp-helpers": "16.444.
|
342
|
-
"tnp-models": "16.444.
|
339
|
+
"tnp-config": "16.444.6",
|
340
|
+
"tnp-core": "16.444.7",
|
341
|
+
"tnp-db": "16.444.5",
|
342
|
+
"tnp-helpers": "16.444.7",
|
343
|
+
"tnp-models": "16.444.6",
|
343
344
|
"ts-debug": "1.3.0",
|
344
345
|
"ts-json-schema-generator": "2.1.1",
|
345
346
|
"ts-loader": "2.3.1",
|
@@ -350,7 +351,7 @@
|
|
350
351
|
"typedoc": "0.25.13",
|
351
352
|
"typedoc-plugin-markdown": "4.0.3",
|
352
353
|
"typescript": "~5.0.2",
|
353
|
-
"typescript-class-helpers": "~16.444.
|
354
|
+
"typescript-class-helpers": "~16.444.6",
|
354
355
|
"typescript-formatter": "~7.2.2",
|
355
356
|
"underscore": "1.9.1",
|
356
357
|
"uuid": "8.3.2",
|
@@ -369,7 +370,7 @@
|
|
369
370
|
"license": "MIT",
|
370
371
|
"private": false,
|
371
372
|
"name": "tnp-core",
|
372
|
-
"version": "16.444.
|
373
|
-
"lastBuildTagHash": "
|
373
|
+
"version": "16.444.8",
|
374
|
+
"lastBuildTagHash": "0cc31de9a5e6cf5c0d36870b8d8d270fb552c998",
|
374
375
|
"main": "index.js"
|
375
376
|
}
|
package/firedev.jsonc
CHANGED
@@ -1,69 +1,69 @@
|
|
1
|
-
{
|
2
|
-
"resources": ["README.md"],
|
3
|
-
|
4
|
-
"overrided": {
|
5
|
-
"ignoreDepsPattern": [],
|
6
|
-
"includeAsDev": [],
|
7
|
-
|
8
|
-
"includeOnly": [
|
9
|
-
"axios",
|
10
|
-
"glob",
|
11
|
-
"moment",
|
12
|
-
"fkill",
|
13
|
-
"copy-paste",
|
14
|
-
"chokidar",
|
15
|
-
"fs-extra",
|
16
|
-
"rimraf",
|
17
|
-
"mkdirp",
|
18
|
-
"lodash",
|
19
|
-
"@types/lodash",
|
20
|
-
"ps-list",
|
21
|
-
"ps-node",
|
22
|
-
"q",
|
23
|
-
"@types/q",
|
24
|
-
"json5",
|
25
|
-
"is-elevated",
|
26
|
-
"portfinder",
|
27
|
-
"cross-spawn",
|
28
|
-
"chalk",
|
29
|
-
"copy-paste",
|
30
|
-
"is-root",
|
31
|
-
"is-admin",
|
32
|
-
"dateformat",
|
33
|
-
],
|
34
|
-
|
35
|
-
"dependencies": {},
|
36
|
-
"linkedFolders": [],
|
37
|
-
"npmFixes": [],
|
38
|
-
},
|
39
|
-
|
40
|
-
"smartContainerBuildTarget": "",
|
41
|
-
"linkedRepos": [],
|
42
|
-
|
43
|
-
"libReleaseOptions": {
|
44
|
-
"nodts": false,
|
45
|
-
"obscure": false,
|
46
|
-
"ugly": false,
|
47
|
-
"includeNodeModules": false,
|
48
|
-
"cliBuildNoDts": false,
|
49
|
-
"cliBuildObscure": false,
|
50
|
-
"cliBuildIncludeNodeModules": false,
|
51
|
-
"cliBuildUglify": false,
|
52
|
-
},
|
53
|
-
|
54
|
-
"smartContainerTarget": "",
|
55
|
-
"type": "isomorphic-lib",
|
56
|
-
"isCoreProject": false,
|
57
|
-
"useFramework": false,
|
58
|
-
"required": [],
|
59
|
-
"version": "v16",
|
60
|
-
|
61
|
-
"additionalNpmNames": ["firedev-core"],
|
62
|
-
|
63
|
-
"isGenerated": false,
|
64
|
-
"requiredServers": [],
|
65
|
-
"license": "MIT",
|
66
|
-
"private": false,
|
67
|
-
"main": "index.js",
|
68
|
-
"workerPlugins": {},
|
1
|
+
{
|
2
|
+
"resources": ["README.md"],
|
3
|
+
|
4
|
+
"overrided": {
|
5
|
+
"ignoreDepsPattern": [],
|
6
|
+
"includeAsDev": [],
|
7
|
+
|
8
|
+
"includeOnly": [
|
9
|
+
"axios",
|
10
|
+
"glob",
|
11
|
+
"moment",
|
12
|
+
"fkill",
|
13
|
+
"copy-paste",
|
14
|
+
"chokidar",
|
15
|
+
"fs-extra",
|
16
|
+
"rimraf",
|
17
|
+
"mkdirp",
|
18
|
+
"lodash",
|
19
|
+
"@types/lodash",
|
20
|
+
"ps-list",
|
21
|
+
"ps-node",
|
22
|
+
"q",
|
23
|
+
"@types/q",
|
24
|
+
"json5",
|
25
|
+
"is-elevated",
|
26
|
+
"portfinder",
|
27
|
+
"cross-spawn",
|
28
|
+
"chalk",
|
29
|
+
"copy-paste",
|
30
|
+
"is-root",
|
31
|
+
"is-admin",
|
32
|
+
"dateformat",
|
33
|
+
],
|
34
|
+
|
35
|
+
"dependencies": {},
|
36
|
+
"linkedFolders": [],
|
37
|
+
"npmFixes": [],
|
38
|
+
},
|
39
|
+
|
40
|
+
"smartContainerBuildTarget": "",
|
41
|
+
"linkedRepos": [],
|
42
|
+
|
43
|
+
"libReleaseOptions": {
|
44
|
+
"nodts": false,
|
45
|
+
"obscure": false,
|
46
|
+
"ugly": false,
|
47
|
+
"includeNodeModules": false,
|
48
|
+
"cliBuildNoDts": false,
|
49
|
+
"cliBuildObscure": false,
|
50
|
+
"cliBuildIncludeNodeModules": false,
|
51
|
+
"cliBuildUglify": false,
|
52
|
+
},
|
53
|
+
|
54
|
+
"smartContainerTarget": "",
|
55
|
+
"type": "isomorphic-lib",
|
56
|
+
"isCoreProject": false,
|
57
|
+
"useFramework": false,
|
58
|
+
"required": [],
|
59
|
+
"version": "v16",
|
60
|
+
|
61
|
+
"additionalNpmNames": ["firedev-core"],
|
62
|
+
|
63
|
+
"isGenerated": false,
|
64
|
+
"requiredServers": [],
|
65
|
+
"license": "MIT",
|
66
|
+
"private": false,
|
67
|
+
"main": "index.js",
|
68
|
+
"workerPlugins": {},
|
69
69
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AACa,QAAA,wBAAwB,GAAG,KAAK,CAAC"}
|
package/lib/node-chalk-mock.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
5
|
-
exports.
|
3
|
+
exports.dummy1719691044180 = void 0;
|
4
|
+
function dummy1719691044180() { }
|
5
|
+
exports.dummy1719691044180 = dummy1719691044180;
|
6
6
|
//# sourceMappingURL=node-chalk-mock.js.map
|
package/lib/node-path-mock.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
5
|
-
exports.
|
3
|
+
exports.dummy1719691044186 = void 0;
|
4
|
+
function dummy1719691044186() { }
|
5
|
+
exports.dummy1719691044186 = dummy1719691044186;
|
6
6
|
//# sourceMappingURL=node-path-mock.js.map
|
package/package.json
CHANGED
@@ -91,7 +91,7 @@
|
|
91
91
|
"license": "MIT",
|
92
92
|
"private": false,
|
93
93
|
"name": "tnp-core",
|
94
|
-
"version": "16.444.
|
95
|
-
"lastBuildTagHash": "
|
94
|
+
"version": "16.444.8",
|
95
|
+
"lastBuildTagHash": "0cc31de9a5e6cf5c0d36870b8d8d270fb552c998",
|
96
96
|
"main": "index.js"
|
97
97
|
}
|
package/tmp-environment.json
CHANGED
@@ -175,7 +175,7 @@
|
|
175
175
|
"angular-material-css-vars": "5.0.2",
|
176
176
|
"angular-resize-event": "3.2.0",
|
177
177
|
"animate.css": "4.1.1 ",
|
178
|
-
"any-project-cli": "16.444.
|
178
|
+
"any-project-cli": "16.444.6",
|
179
179
|
"app-root-path": "3.0.0",
|
180
180
|
"background-worker-process": "16.100.10",
|
181
181
|
"base32": "0.0.7",
|
@@ -225,12 +225,12 @@
|
|
225
225
|
"file-saver": "2.0.5",
|
226
226
|
"file-type": "18.5.0",
|
227
227
|
"firedev": "^16",
|
228
|
-
"firedev-crud": "16.444.
|
229
|
-
"firedev-crud-deamon": "16.444.
|
230
|
-
"firedev-ports": "16.444.
|
231
|
-
"firedev-storage": "16.444.
|
232
|
-
"firedev-type-sql": "16.444.
|
233
|
-
"firedev-typeorm": "16.444.
|
228
|
+
"firedev-crud": "16.444.6",
|
229
|
+
"firedev-crud-deamon": "16.444.6",
|
230
|
+
"firedev-ports": "16.444.6",
|
231
|
+
"firedev-storage": "16.444.5",
|
232
|
+
"firedev-type-sql": "16.444.6",
|
233
|
+
"firedev-typeorm": "16.444.5",
|
234
234
|
"firedev-ui": "16.444.1",
|
235
235
|
"font-awesome": "4.7.0",
|
236
236
|
"form-data": "4.0.0",
|
@@ -246,10 +246,10 @@
|
|
246
246
|
"image-focus": "1.2.1",
|
247
247
|
"immer": "10.0.2",
|
248
248
|
"immutable": "4.3.0",
|
249
|
-
"incremental-compiler": "16.444.
|
249
|
+
"incremental-compiler": "16.444.7",
|
250
250
|
"inquirer": "7.3.3",
|
251
251
|
"inquirer-autocomplete-prompt": "1.3.0",
|
252
|
-
"isomorphic-region-loader": "16.444.
|
252
|
+
"isomorphic-region-loader": "16.444.6",
|
253
253
|
"istanbul-instrumenter-loader": "2.0.0",
|
254
254
|
"jest": "29.5.0",
|
255
255
|
"jest-date-mock": "1.0.8",
|
@@ -260,17 +260,17 @@
|
|
260
260
|
"joi": "17.9.2",
|
261
261
|
"jscodeshift": "0.6.3",
|
262
262
|
"json-stringify-safe": "5.0.1",
|
263
|
-
"json10": "16.444.
|
264
|
-
"json10-writer": "16.444.
|
263
|
+
"json10": "16.444.6",
|
264
|
+
"json10-writer": "16.444.6",
|
265
265
|
"json5-writer": "0.2.0",
|
266
266
|
"jszip": "3.10.1",
|
267
267
|
"karma-cli": "1.0.1",
|
268
268
|
"lnk": "1.0.1",
|
269
269
|
"localforage": "1.10.0",
|
270
270
|
"lockfile": "1.0.4",
|
271
|
-
"lodash-walk-object": "16.444.
|
271
|
+
"lodash-walk-object": "16.444.5",
|
272
272
|
"lowdb": "7.0.1",
|
273
|
-
"magic-renamer": "16.444.
|
273
|
+
"magic-renamer": "16.444.5",
|
274
274
|
"material-design-icons": "3.0.1",
|
275
275
|
"method-override": "2.3.10",
|
276
276
|
"minimist": "1.2.0",
|
@@ -280,9 +280,9 @@
|
|
280
280
|
"ng-lock": "16.0.1",
|
281
281
|
"ng-packagr": "16.0.1",
|
282
282
|
"ng-talkback": "16.444.1",
|
283
|
-
"ng2-logger": "16.444.
|
283
|
+
"ng2-logger": "16.444.6",
|
284
284
|
"ng2-pdfjs-viewer": "16.0.4",
|
285
|
-
"ng2-rest": "16.444.
|
285
|
+
"ng2-rest": "16.444.5",
|
286
286
|
"ngx-ace-wrapper": "14.0.0",
|
287
287
|
"ngx-editor": "15.3.0",
|
288
288
|
"ngx-highlightjs": "9.0.0",
|
@@ -327,7 +327,8 @@
|
|
327
327
|
"simple-git": "1.96.0",
|
328
328
|
"sinon": "15.2.0",
|
329
329
|
"sloc": "0.2.0",
|
330
|
-
"socket.io": "
|
330
|
+
"socket.io": "4.7.5",
|
331
|
+
"socket.io-client": "4.7.5",
|
331
332
|
"sort-package-json": "1.11.0",
|
332
333
|
"sql.js": "1.8.0",
|
333
334
|
"static-columns": "16.444.3",
|
@@ -339,11 +340,11 @@
|
|
339
340
|
"task.js": "0.1.5",
|
340
341
|
"threads": "1.7.0",
|
341
342
|
"tnp-cli": "16.444.1",
|
342
|
-
"tnp-config": "16.444.
|
343
|
-
"tnp-core": "16.444.
|
344
|
-
"tnp-db": "16.444.
|
345
|
-
"tnp-helpers": "16.444.
|
346
|
-
"tnp-models": "16.444.
|
343
|
+
"tnp-config": "16.444.6",
|
344
|
+
"tnp-core": "16.444.7",
|
345
|
+
"tnp-db": "16.444.5",
|
346
|
+
"tnp-helpers": "16.444.7",
|
347
|
+
"tnp-models": "16.444.6",
|
347
348
|
"ts-debug": "1.3.0",
|
348
349
|
"ts-json-schema-generator": "2.1.1",
|
349
350
|
"ts-loader": "2.3.1",
|
@@ -354,7 +355,7 @@
|
|
354
355
|
"typedoc": "0.25.13",
|
355
356
|
"typedoc-plugin-markdown": "4.0.3",
|
356
357
|
"typescript": "~5.0.2",
|
357
|
-
"typescript-class-helpers": "~16.444.
|
358
|
+
"typescript-class-helpers": "~16.444.6",
|
358
359
|
"typescript-formatter": "~7.2.2",
|
359
360
|
"underscore": "1.9.1",
|
360
361
|
"uuid": "8.3.2",
|
@@ -373,19 +374,19 @@
|
|
373
374
|
"license": "MIT",
|
374
375
|
"private": false,
|
375
376
|
"name": "tnp-core",
|
376
|
-
"version": "16.444.
|
377
|
-
"lastBuildTagHash": "
|
378
|
-
"main": "
|
377
|
+
"version": "16.444.8",
|
378
|
+
"lastBuildTagHash": "0cc31de9a5e6cf5c0d36870b8d8d270fb552c998",
|
379
|
+
"main": "dist/app.electron.js"
|
379
380
|
},
|
380
381
|
"build": {
|
381
|
-
"number":
|
382
|
-
"date": "2024-06-
|
383
|
-
"hash": "
|
382
|
+
"number": 826,
|
383
|
+
"date": "2024-06-29T15:05:47.000Z",
|
384
|
+
"hash": "cf727d4b8234bcaba8bf99338c1dcd6d88305210"
|
384
385
|
},
|
385
386
|
"currentProjectName": "tnp-core",
|
386
387
|
"currentProjectGenericName": "tnp-core",
|
387
388
|
"currentProjectType": "isomorphic-lib",
|
388
|
-
"currentFrameworkVersion": "16.444.
|
389
|
+
"currentFrameworkVersion": "16.444.7",
|
389
390
|
"isStandaloneProject": true,
|
390
391
|
"isSmartContainer": false,
|
391
392
|
"pathesTsconfig": "\"paths\": {\"tnp-core\":[\"./src/lib\"],\"tnp-core/*\":[\"./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.
|