tnp-core 18.0.26 → 18.0.27
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 +2 -2
- package/client/README.md +24 -24
- package/firedev.jsonc +64 -64
- package/lib/node-chalk-mock.js +2 -2
- package/lib/node-path-mock.js +2 -2
- package/package.json +2 -2
- package/tmp-environment.json +35 -35
- 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@18.0.
|
3
|
+
Assets from this folder are being shipped with this npm package (tnp-core@18.0.27)
|
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,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
3
|
+
exports.dummy1723574210100 = dummy1723574210100;
|
4
|
+
function dummy1723574210100() { }
|
5
5
|
//# 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/firedev.jsonc
CHANGED
@@ -1,65 +1,65 @@
|
|
1
|
-
{
|
2
|
-
"resources": [
|
3
|
-
"README.md"
|
4
|
-
],
|
5
|
-
"overrided": {
|
6
|
-
"ignoreDepsPattern": [],
|
7
|
-
"includeAsDev": [],
|
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
|
-
"dependencies": {},
|
35
|
-
"linkedFolders": [],
|
36
|
-
"npmFixes": []
|
37
|
-
},
|
38
|
-
"smartContainerBuildTarget": "",
|
39
|
-
"linkedRepos": [],
|
40
|
-
"libReleaseOptions": {
|
41
|
-
"nodts": false,
|
42
|
-
"obscure": false,
|
43
|
-
"ugly": false,
|
44
|
-
"includeNodeModules": false,
|
45
|
-
"cliBuildNoDts": false,
|
46
|
-
"cliBuildObscure": false,
|
47
|
-
"cliBuildIncludeNodeModules": false,
|
48
|
-
"cliBuildUglify": false
|
49
|
-
},
|
50
|
-
"smartContainerTarget": "",
|
51
|
-
"type": "isomorphic-lib",
|
52
|
-
"isCoreProject": false,
|
53
|
-
"useFramework": false,
|
54
|
-
"required": [],
|
55
|
-
"version": "v18",
|
56
|
-
"additionalNpmNames": [
|
57
|
-
"firedev-core"
|
58
|
-
],
|
59
|
-
"isGenerated": false,
|
60
|
-
"requiredServers": [],
|
61
|
-
"license": "MIT",
|
62
|
-
"private": false,
|
63
|
-
"main": "index.js",
|
64
|
-
"workerPlugins": {}
|
1
|
+
{
|
2
|
+
"resources": [
|
3
|
+
"README.md"
|
4
|
+
],
|
5
|
+
"overrided": {
|
6
|
+
"ignoreDepsPattern": [],
|
7
|
+
"includeAsDev": [],
|
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
|
+
"dependencies": {},
|
35
|
+
"linkedFolders": [],
|
36
|
+
"npmFixes": []
|
37
|
+
},
|
38
|
+
"smartContainerBuildTarget": "",
|
39
|
+
"linkedRepos": [],
|
40
|
+
"libReleaseOptions": {
|
41
|
+
"nodts": false,
|
42
|
+
"obscure": false,
|
43
|
+
"ugly": false,
|
44
|
+
"includeNodeModules": false,
|
45
|
+
"cliBuildNoDts": false,
|
46
|
+
"cliBuildObscure": false,
|
47
|
+
"cliBuildIncludeNodeModules": false,
|
48
|
+
"cliBuildUglify": false
|
49
|
+
},
|
50
|
+
"smartContainerTarget": "",
|
51
|
+
"type": "isomorphic-lib",
|
52
|
+
"isCoreProject": false,
|
53
|
+
"useFramework": false,
|
54
|
+
"required": [],
|
55
|
+
"version": "v18",
|
56
|
+
"additionalNpmNames": [
|
57
|
+
"firedev-core"
|
58
|
+
],
|
59
|
+
"isGenerated": false,
|
60
|
+
"requiredServers": [],
|
61
|
+
"license": "MIT",
|
62
|
+
"private": false,
|
63
|
+
"main": "index.js",
|
64
|
+
"workerPlugins": {}
|
65
65
|
}
|
package/lib/node-chalk-mock.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
3
|
+
exports.dummy1723574210271 = dummy1723574210271;
|
4
|
+
function dummy1723574210271() { }
|
5
5
|
//# sourceMappingURL=node-chalk-mock.js.map
|
package/lib/node-path-mock.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
3
|
+
exports.dummy1723574210284 = dummy1723574210284;
|
4
|
+
function dummy1723574210284() { }
|
5
5
|
//# 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": "18.0.
|
95
|
-
"lastBuildTagHash": "
|
94
|
+
"version": "18.0.27",
|
95
|
+
"lastBuildTagHash": "bd69082dbad9546a207088de5aadd2af48fc5920",
|
96
96
|
"main": "dist/app.electron.js"
|
97
97
|
}
|
package/tmp-environment.json
CHANGED
@@ -176,7 +176,7 @@
|
|
176
176
|
"angular-material-css-vars": "7.0.0",
|
177
177
|
"angular-resize-event": "3.2.0",
|
178
178
|
"animate.css": "4.1.1",
|
179
|
-
"any-project-cli": "~18.0.
|
179
|
+
"any-project-cli": "~18.0.2",
|
180
180
|
"app-root-path": "3.1.0",
|
181
181
|
"background-worker-process": "~16.100.10",
|
182
182
|
"base32": "0.0.7",
|
@@ -226,12 +226,12 @@
|
|
226
226
|
"file-saver": "2.0.5",
|
227
227
|
"file-type": "19.1.1",
|
228
228
|
"firedev": "^18",
|
229
|
-
"firedev-crud": "~
|
230
|
-
"firedev-crud-deamon": "~18.0.
|
231
|
-
"firedev-ports": "~
|
232
|
-
"firedev-storage": "~
|
233
|
-
"firedev-type-sql": "~18.0.
|
234
|
-
"firedev-typeorm": "~
|
229
|
+
"firedev-crud": "~18.0.1",
|
230
|
+
"firedev-crud-deamon": "~18.0.2",
|
231
|
+
"firedev-ports": "~18.0.1",
|
232
|
+
"firedev-storage": "~18.0.1",
|
233
|
+
"firedev-type-sql": "~18.0.2",
|
234
|
+
"firedev-typeorm": "~18.0.1",
|
235
235
|
"firedev-ui": "~16.444.1",
|
236
236
|
"font-awesome": "4.7.0",
|
237
237
|
"form-data": "4.0.0",
|
@@ -247,10 +247,10 @@
|
|
247
247
|
"image-focus": "1.2.1",
|
248
248
|
"immer": "10.0.2",
|
249
249
|
"immutable": "4.3.7",
|
250
|
-
"incremental-compiler": "~18.0.
|
250
|
+
"incremental-compiler": "~18.0.2",
|
251
251
|
"inquirer": "7.3.3",
|
252
252
|
"inquirer-autocomplete-prompt": "1.3.0",
|
253
|
-
"isomorphic-region-loader": "~18.0.
|
253
|
+
"isomorphic-region-loader": "~18.0.2",
|
254
254
|
"istanbul-instrumenter-loader": "3.0.1",
|
255
255
|
"jest": "29.7.0",
|
256
256
|
"jest-date-mock": "1.0.10",
|
@@ -261,17 +261,17 @@
|
|
261
261
|
"joi": "17.13.3",
|
262
262
|
"jscodeshift": "0.6.3",
|
263
263
|
"json-stringify-safe": "5.0.1",
|
264
|
-
"json10": "~18.0.
|
265
|
-
"json10-writer": "~18.0.
|
264
|
+
"json10": "~18.0.2",
|
265
|
+
"json10-writer": "~18.0.2",
|
266
266
|
"json5-writer": "0.2.0",
|
267
267
|
"jszip": "3.10.1",
|
268
268
|
"karma-cli": "1.0.1",
|
269
269
|
"lnk": "1.0.1",
|
270
270
|
"localforage": "1.10.0",
|
271
271
|
"lockfile": "1.0.4",
|
272
|
-
"lodash-walk-object": "~18.0.
|
272
|
+
"lodash-walk-object": "~18.0.2",
|
273
273
|
"lowdb": "7.0.1",
|
274
|
-
"magic-renamer": "~18.0.
|
274
|
+
"magic-renamer": "~18.0.2",
|
275
275
|
"material-design-icons": "3.0.1",
|
276
276
|
"method-override": "2.3.10",
|
277
277
|
"minimist": "1.2.8",
|
@@ -280,10 +280,10 @@
|
|
280
280
|
"ng-in-viewport": "16.1.0",
|
281
281
|
"ng-lock": "18.0.1",
|
282
282
|
"ng-packagr": "18.1.0",
|
283
|
-
"ng-talkback": "~
|
284
|
-
"ng2-logger": "~18.0.
|
283
|
+
"ng-talkback": "~18.0.1",
|
284
|
+
"ng2-logger": "~18.0.4",
|
285
285
|
"ng2-pdfjs-viewer": "18.0.0",
|
286
|
-
"ng2-rest": "~18.0.
|
286
|
+
"ng2-rest": "~18.0.2",
|
287
287
|
"ngx-ace-wrapper": "17.0.0",
|
288
288
|
"ngx-editor": "17.5.4",
|
289
289
|
"ngx-highlightjs": "12.0.0",
|
@@ -296,7 +296,7 @@
|
|
296
296
|
"ngx-scrolltop": "18.0.0",
|
297
297
|
"ngx-store": "3.1.1",
|
298
298
|
"ngx-typed-js": "2.1.1",
|
299
|
-
"node-cli-tester": "~
|
299
|
+
"node-cli-tester": "~18.0.1",
|
300
300
|
"node-localstorage": "2.1.6",
|
301
301
|
"node-notifier": "10.0.1",
|
302
302
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -305,7 +305,7 @@
|
|
305
305
|
"npm-run": "4.1.2",
|
306
306
|
"omelette": "0.4.17",
|
307
307
|
"open": "10.0.4",
|
308
|
-
"ora": "
|
308
|
+
"ora": "3.4.0",
|
309
309
|
"passport": "0.7.0",
|
310
310
|
"passport-http-bearer": "1.0.1",
|
311
311
|
"password-hash": "1.2.2",
|
@@ -321,7 +321,7 @@
|
|
321
321
|
"prompts": "2.4.2",
|
322
322
|
"rallax.js": "2.0.4",
|
323
323
|
"randomcolor": "0.5.3",
|
324
|
-
"record-replay-req-res-scenario": "~
|
324
|
+
"record-replay-req-res-scenario": "~18.0.1",
|
325
325
|
"reflect-metadata": "0.2.2",
|
326
326
|
"rxjs": "~7.8.1",
|
327
327
|
"semver": "7.6.3",
|
@@ -332,7 +332,7 @@
|
|
332
332
|
"socket.io-client": "4.7.5",
|
333
333
|
"sort-package-json": "1.11.0",
|
334
334
|
"sql.js": "1.8.0",
|
335
|
-
"static-columns": "~
|
335
|
+
"static-columns": "~18.0.3",
|
336
336
|
"string-similarity": "4.0.4",
|
337
337
|
"sudo-block": "3.0.0",
|
338
338
|
"supertest": "7.0.0",
|
@@ -340,13 +340,13 @@
|
|
340
340
|
"systeminformation": "3.45.7",
|
341
341
|
"task.js": "0.1.5",
|
342
342
|
"threads": "1.7.0",
|
343
|
-
"tnp": "~18.0.
|
344
|
-
"tnp-cli": "~
|
345
|
-
"tnp-config": "~18.0.
|
346
|
-
"tnp-core": "~18.0.
|
347
|
-
"tnp-db": "~18.0.
|
348
|
-
"tnp-helpers": "~18.0.
|
349
|
-
"tnp-models": "~18.0.
|
343
|
+
"tnp": "~18.0.2",
|
344
|
+
"tnp-cli": "~18.0.1",
|
345
|
+
"tnp-config": "~18.0.4",
|
346
|
+
"tnp-core": "~18.0.26",
|
347
|
+
"tnp-db": "~18.0.2",
|
348
|
+
"tnp-helpers": "~18.0.2",
|
349
|
+
"tnp-models": "~18.0.3",
|
350
350
|
"ts-debug": "1.3.0",
|
351
351
|
"ts-json-schema-generator": "2.3.0-next.5",
|
352
352
|
"ts-loader": "2.3.1",
|
@@ -357,13 +357,13 @@
|
|
357
357
|
"typedoc": "0.26.5",
|
358
358
|
"typedoc-plugin-markdown": "4.2.3",
|
359
359
|
"typescript": "~5.5.4",
|
360
|
-
"typescript-class-helpers": "~18.0.
|
360
|
+
"typescript-class-helpers": "~18.0.3",
|
361
361
|
"typescript-formatter": "~7.2.2",
|
362
362
|
"underscore": "1.13.7",
|
363
363
|
"uuid": "10.0.0",
|
364
364
|
"validator": "13.5.2",
|
365
365
|
"video.js": "8.3.0",
|
366
|
-
"vpn-split": "~
|
366
|
+
"vpn-split": "~18.0.1",
|
367
367
|
"vscode": "1.1.37",
|
368
368
|
"wait-on": "7.0.1",
|
369
369
|
"watch": "1.0.2",
|
@@ -376,19 +376,19 @@
|
|
376
376
|
"license": "MIT",
|
377
377
|
"private": false,
|
378
378
|
"name": "tnp-core",
|
379
|
-
"version": "18.0.
|
380
|
-
"lastBuildTagHash": "
|
379
|
+
"version": "18.0.27",
|
380
|
+
"lastBuildTagHash": "bd69082dbad9546a207088de5aadd2af48fc5920",
|
381
381
|
"main": "dist/app.electron.js"
|
382
382
|
},
|
383
383
|
"build": {
|
384
|
-
"number":
|
385
|
-
"date": "2024-08-13T12:
|
386
|
-
"hash": "
|
384
|
+
"number": 859,
|
385
|
+
"date": "2024-08-13T12:41:54.000Z",
|
386
|
+
"hash": "7d830285b6eed67ba1f8ce4b6aaab268d396cb89"
|
387
387
|
},
|
388
388
|
"currentProjectName": "tnp-core",
|
389
389
|
"currentProjectGenericName": "tnp-core",
|
390
390
|
"currentProjectType": "isomorphic-lib",
|
391
|
-
"currentFrameworkVersion": "18.0.
|
391
|
+
"currentFrameworkVersion": "18.0.2",
|
392
392
|
"isStandaloneProject": true,
|
393
393
|
"isSmartContainer": false,
|
394
394
|
"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.
|