tnp-core 18.0.42 → 18.0.43
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/browser/fesm2022/tnp-core.mjs.map +1 -1
- package/cli.backend.js +2 -2
- package/client/README.md +24 -24
- package/client/fesm2022/tnp-core.mjs.map +1 -1
- package/lib/node-chalk-mock.js +2 -2
- package/lib/node-path-mock.js +2 -2
- package/package.json +2 -2
- package/taon.jsonc +65 -65
- package/tmp-environment.json +29 -29
- package/websql/README.md +24 -24
- package/websql/fesm2022/tnp-core.mjs.map +1 -1
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.dummy1735931137383 = dummy1735931137383;
|
4
|
+
function dummy1735931137383() { }
|
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.dummy1735931137416 = dummy1735931137416;
|
4
|
+
function dummy1735931137416() { }
|
5
5
|
//# sourceMappingURL=node-path-mock.js.map
|
package/package.json
CHANGED
@@ -91,8 +91,8 @@
|
|
91
91
|
"license": "MIT",
|
92
92
|
"private": false,
|
93
93
|
"name": "tnp-core",
|
94
|
-
"version": "18.0.
|
95
|
-
"lastBuildTagHash": "
|
94
|
+
"version": "18.0.43",
|
95
|
+
"lastBuildTagHash": "fb6b8d0a3059d829e104bda8f6c7aaca7152dbdd",
|
96
96
|
"main": "dist/app.electron.js",
|
97
97
|
"scripts": {
|
98
98
|
"mkdocs": "python3 -m mkdocs"
|
package/taon.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
|
-
"taon-core"
|
58
|
-
],
|
59
|
-
"isGenerated": false,
|
60
|
-
"requiredServers": [],
|
61
|
-
"license": "MIT",
|
62
|
-
"private": false,
|
63
|
-
"main": "index.js",
|
64
|
-
"workerPlugins": {}
|
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
|
+
"taon-core"
|
58
|
+
],
|
59
|
+
"isGenerated": false,
|
60
|
+
"requiredServers": [],
|
61
|
+
"license": "MIT",
|
62
|
+
"private": false,
|
63
|
+
"main": "index.js",
|
64
|
+
"workerPlugins": {}
|
65
|
+
}
|
package/tmp-environment.json
CHANGED
@@ -244,12 +244,12 @@
|
|
244
244
|
"image-focus": "1.2.1",
|
245
245
|
"immer": "10.0.2",
|
246
246
|
"immutable": "4.3.7",
|
247
|
-
"incremental-compiler": "~18.0.
|
247
|
+
"incremental-compiler": "~18.0.16",
|
248
248
|
"inquirer": "7.3.3",
|
249
249
|
"inquirer-autocomplete-prompt": "1.4.0",
|
250
250
|
"inquirer-autocomplete-standalone": "0.8.1",
|
251
251
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
252
|
-
"isomorphic-region-loader": "~18.0.
|
252
|
+
"isomorphic-region-loader": "~18.0.16",
|
253
253
|
"istanbul-instrumenter-loader": "3.0.1",
|
254
254
|
"jest": "29.7.0",
|
255
255
|
"jest-date-mock": "1.0.10",
|
@@ -260,17 +260,17 @@
|
|
260
260
|
"joi": "17.13.3",
|
261
261
|
"jscodeshift": "0.6.3",
|
262
262
|
"json-stringify-safe": "5.0.1",
|
263
|
-
"json10": "~18.0.
|
264
|
-
"json10-writer": "~18.0.
|
263
|
+
"json10": "~18.0.16",
|
264
|
+
"json10-writer": "~18.0.16",
|
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": "~18.0.
|
271
|
+
"lodash-walk-object": "~18.0.16",
|
272
272
|
"lowdb": "7.0.1",
|
273
|
-
"magic-renamer": "~18.0.
|
273
|
+
"magic-renamer": "~18.0.16",
|
274
274
|
"material-design-icons": "3.0.1",
|
275
275
|
"method-override": "2.3.10",
|
276
276
|
"minimist": "1.2.8",
|
@@ -279,11 +279,11 @@
|
|
279
279
|
"ng-in-viewport": "16.1.0",
|
280
280
|
"ng-lock": "18.0.1",
|
281
281
|
"ng-packagr": "18.1.0",
|
282
|
-
"ng-talkback": "~18.0.
|
283
|
-
"ng2-logger": "~18.0.
|
282
|
+
"ng-talkback": "~18.0.15",
|
283
|
+
"ng2-logger": "~18.0.18",
|
284
284
|
"ng2-pdfjs-viewer": "18.0.0",
|
285
|
-
"ng2-rest": "~18.0.
|
286
|
-
"ng2-rest-swagger-generator": "18.0.
|
285
|
+
"ng2-rest": "~18.0.16",
|
286
|
+
"ng2-rest-swagger-generator": "18.0.13",
|
287
287
|
"ngx-ace-wrapper": "17.0.0",
|
288
288
|
"ngx-editor": "17.5.4",
|
289
289
|
"ngx-highlightjs": "12.0.0",
|
@@ -297,7 +297,7 @@
|
|
297
297
|
"ngx-scrolltop": "18.0.0",
|
298
298
|
"ngx-store": "3.1.1",
|
299
299
|
"ngx-typed-js": "2.1.1",
|
300
|
-
"node-cli-tester": "~18.0.
|
300
|
+
"node-cli-tester": "~18.0.15",
|
301
301
|
"node-localstorage": "2.1.6",
|
302
302
|
"node-notifier": "10.0.1",
|
303
303
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -324,7 +324,7 @@
|
|
324
324
|
"prompts": "2.4.2",
|
325
325
|
"rallax.js": "2.0.4",
|
326
326
|
"randomcolor": "0.5.3",
|
327
|
-
"record-replay-req-res-scenario": "~18.0.
|
327
|
+
"record-replay-req-res-scenario": "~18.0.15",
|
328
328
|
"reflect-metadata": "0.2.2",
|
329
329
|
"rxjs": "~7.8.1",
|
330
330
|
"semver": "7.6.3",
|
@@ -337,23 +337,23 @@
|
|
337
337
|
"sql-template-strings": "2.2.2",
|
338
338
|
"sql-template-tag": "5.2.1",
|
339
339
|
"sql.js": "1.8.0",
|
340
|
-
"static-columns": "~18.0.
|
340
|
+
"static-columns": "~18.0.17",
|
341
341
|
"string-similarity": "4.0.4",
|
342
342
|
"sudo-block": "3.0.0",
|
343
343
|
"supertest": "7.0.0",
|
344
344
|
"sweetalert2": "11.7.32",
|
345
345
|
"systeminformation": "3.45.7",
|
346
346
|
"taon": "^18",
|
347
|
-
"taon-storage": "18.0.
|
348
|
-
"taon-type-sql": "18.0.
|
349
|
-
"taon-typeorm": "18.0.
|
347
|
+
"taon-storage": "18.0.25",
|
348
|
+
"taon-type-sql": "18.0.16",
|
349
|
+
"taon-typeorm": "18.0.15",
|
350
350
|
"task.js": "0.1.5",
|
351
351
|
"threads": "1.7.0",
|
352
|
-
"tnp": "~18.0.
|
353
|
-
"tnp-config": "~18.0.
|
354
|
-
"tnp-core": "~18.0.
|
355
|
-
"tnp-helpers": "~18.0.
|
356
|
-
"tnp-models": "~18.0.
|
352
|
+
"tnp": "~18.0.18",
|
353
|
+
"tnp-config": "~18.0.18",
|
354
|
+
"tnp-core": "~18.0.42",
|
355
|
+
"tnp-helpers": "~18.0.16",
|
356
|
+
"tnp-models": "~18.0.17",
|
357
357
|
"ts-debug": "1.3.0",
|
358
358
|
"ts-json-schema-generator": "2.3.0-next.5",
|
359
359
|
"ts-loader": "2.3.1",
|
@@ -365,14 +365,14 @@
|
|
365
365
|
"typedoc": "0.26.5",
|
366
366
|
"typedoc-plugin-markdown": "4.2.3",
|
367
367
|
"typescript": "~5.5.4",
|
368
|
-
"typescript-class-helpers": "~18.0.
|
368
|
+
"typescript-class-helpers": "~18.0.17",
|
369
369
|
"typescript-formatter": "~7.2.2",
|
370
370
|
"typescript-string-enums": "~1.0.0",
|
371
371
|
"underscore": "1.13.7",
|
372
372
|
"uuid": "10.0.0",
|
373
373
|
"validator": "13.5.2",
|
374
374
|
"video.js": "8.3.0",
|
375
|
-
"vpn-split": "~18.0.
|
375
|
+
"vpn-split": "~18.0.15",
|
376
376
|
"vscode": "1.1.37",
|
377
377
|
"wait-on": "8.0.1",
|
378
378
|
"watch": "1.0.2",
|
@@ -385,22 +385,22 @@
|
|
385
385
|
"license": "MIT",
|
386
386
|
"private": false,
|
387
387
|
"name": "tnp-core",
|
388
|
-
"version": "18.0.
|
389
|
-
"lastBuildTagHash": "
|
388
|
+
"version": "18.0.43",
|
389
|
+
"lastBuildTagHash": "fb6b8d0a3059d829e104bda8f6c7aaca7152dbdd",
|
390
390
|
"main": "dist/app.electron.js",
|
391
391
|
"scripts": {
|
392
392
|
"mkdocs": "python3 -m mkdocs"
|
393
393
|
}
|
394
394
|
},
|
395
395
|
"build": {
|
396
|
-
"number":
|
397
|
-
"date": "
|
398
|
-
"hash": "
|
396
|
+
"number": 897,
|
397
|
+
"date": "2025-01-03T13:50:25.000Z",
|
398
|
+
"hash": "056085d3dbf264e9cea3fa909a7698e2ae74904e"
|
399
399
|
},
|
400
400
|
"currentProjectName": "tnp-core",
|
401
401
|
"currentProjectGenericName": "tnp-core",
|
402
402
|
"currentProjectType": "isomorphic-lib",
|
403
|
-
"currentFrameworkVersion": "18.0.
|
403
|
+
"currentFrameworkVersion": "18.0.18",
|
404
404
|
"isStandaloneProject": true,
|
405
405
|
"isSmartContainer": false,
|
406
406
|
"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.
|