tnp-config 16.100.7 → 16.100.9
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 +17 -17
- 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 +30 -30
- package/firedev.jsonc +39 -39
- package/package.json +3 -3
- package/tmp-environment.json +34 -34
- package/websql/README.md +24 -24
package/README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
# firedev-config ( tnp-config )
|
2
|
-
|
3
|
-
- part of [firedev.io](https://github.com/darekf77/firedev)
|
4
|
-
- purpose:
|
5
|
-
+ general config for all firedev/isomorphic lib/apps
|
6
|
-
+ common usefull phrases for backend/frontend usage
|
7
|
-
|
8
|
-
## Usage
|
9
|
-
- in firedev isomorphic libs/apps or any NodeJS apps/libs:
|
10
|
-
```ts
|
11
|
-
import { config } from 'tnp-config';
|
12
|
-
```
|
13
|
-
|
14
|
-
- in any frontend browser apps (except firedev lib/apps)
|
15
|
-
```ts
|
16
|
-
import { Helpers } from 'tnp-config/browser';
|
17
|
-
```
|
1
|
+
# firedev-config ( tnp-config )
|
2
|
+
|
3
|
+
- part of [firedev.io](https://github.com/darekf77/firedev)
|
4
|
+
- purpose:
|
5
|
+
+ general config for all firedev/isomorphic lib/apps
|
6
|
+
+ common usefull phrases for backend/frontend usage
|
7
|
+
|
8
|
+
## Usage
|
9
|
+
- in firedev isomorphic libs/apps or any NodeJS apps/libs:
|
10
|
+
```ts
|
11
|
+
import { config } from 'tnp-config';
|
12
|
+
```
|
13
|
+
|
14
|
+
- in any frontend browser apps (except firedev lib/apps)
|
15
|
+
```ts
|
16
|
+
import { Helpers } from 'tnp-config/browser';
|
17
|
+
```
|
@@ -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-config@16.100.
|
3
|
+
Assets from this folder are being shipped with this npm package (tnp-config@16.100.9)
|
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
@@ -42,7 +42,7 @@
|
|
42
42
|
"workerPlugins": {}
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"tnp-core": "16.100.
|
45
|
+
"tnp-core": "16.100.20"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"angular-material-css-vars": "5.0.2",
|
126
126
|
"angular-resize-event": "3.2.0",
|
127
127
|
"animate.css": "4.1.1 ",
|
128
|
-
"any-project-cli": "16.100.
|
128
|
+
"any-project-cli": "16.100.8",
|
129
129
|
"axios": "1.3.5",
|
130
130
|
"background-worker-process": "16.100.4",
|
131
131
|
"base32": "0.0.7",
|
@@ -175,13 +175,13 @@
|
|
175
175
|
"file-saver": "2.0.5",
|
176
176
|
"file-type": "18.5.0",
|
177
177
|
"firedev": "^16",
|
178
|
-
"firedev-crud": "16.100.
|
179
|
-
"firedev-crud-deamon": "16.100.
|
180
|
-
"firedev-ports": "16.100.
|
181
|
-
"firedev-storage": "16.100.
|
182
|
-
"firedev-type-sql": "16.100.
|
183
|
-
"firedev-typeorm": "16.100.
|
184
|
-
"firedev-ui": "16.100.
|
178
|
+
"firedev-crud": "16.100.8",
|
179
|
+
"firedev-crud-deamon": "16.100.7",
|
180
|
+
"firedev-ports": "16.100.8",
|
181
|
+
"firedev-storage": "16.100.5",
|
182
|
+
"firedev-type-sql": "16.100.5",
|
183
|
+
"firedev-typeorm": "16.100.5",
|
184
|
+
"firedev-ui": "16.100.8",
|
185
185
|
"fkill": "6.1.0",
|
186
186
|
"font-awesome": "4.7.0",
|
187
187
|
"form-data": "4.0.0",
|
@@ -199,11 +199,11 @@
|
|
199
199
|
"image-focus": "1.2.1",
|
200
200
|
"immer": "10.0.2",
|
201
201
|
"immutable": "4.3.0",
|
202
|
-
"incremental-compiler": "16.100.
|
202
|
+
"incremental-compiler": "16.100.8",
|
203
203
|
"inquirer": "7.3.3",
|
204
204
|
"inquirer-autocomplete-prompt": "1.3.0",
|
205
205
|
"is-elevated": "3.0.0",
|
206
|
-
"isomorphic-region-loader": "16.100.
|
206
|
+
"isomorphic-region-loader": "16.100.7",
|
207
207
|
"istanbul-instrumenter-loader": "2.0.0",
|
208
208
|
"jest": "29.5.0",
|
209
209
|
"jest-date-mock": "1.0.8",
|
@@ -214,8 +214,8 @@
|
|
214
214
|
"joi": "17.9.2",
|
215
215
|
"jscodeshift": "0.6.3",
|
216
216
|
"json-stringify-safe": "5.0.1",
|
217
|
-
"json10": "16.100.
|
218
|
-
"json10-writer": "16.100.
|
217
|
+
"json10": "16.100.5",
|
218
|
+
"json10-writer": "16.100.8",
|
219
219
|
"json5": "2.2.1",
|
220
220
|
"json5-writer": "0.2.0",
|
221
221
|
"jszip": "3.10.1",
|
@@ -224,9 +224,9 @@
|
|
224
224
|
"localforage": "1.10.0",
|
225
225
|
"lockfile": "1.0.4",
|
226
226
|
"lodash": "4.17.20",
|
227
|
-
"lodash-walk-object": "16.100.
|
227
|
+
"lodash-walk-object": "16.100.5",
|
228
228
|
"lowdb": "7.0.1",
|
229
|
-
"magic-renamer": "16.100.
|
229
|
+
"magic-renamer": "16.100.7",
|
230
230
|
"material-design-icons": "3.0.1",
|
231
231
|
"method-override": "2.3.10",
|
232
232
|
"minimist": "1.2.0",
|
@@ -237,10 +237,10 @@
|
|
237
237
|
"ng-in-viewport": "15.0.2",
|
238
238
|
"ng-lock": "16.0.1",
|
239
239
|
"ng-packagr": "16.0.1",
|
240
|
-
"ng-talkback": "16.100.
|
241
|
-
"ng2-logger": "16.100.
|
240
|
+
"ng-talkback": "16.100.5",
|
241
|
+
"ng2-logger": "16.100.8",
|
242
242
|
"ng2-pdfjs-viewer": "16.0.4",
|
243
|
-
"ng2-rest": "16.100.
|
243
|
+
"ng2-rest": "16.100.5",
|
244
244
|
"ngx-ace-wrapper": "14.0.0",
|
245
245
|
"ngx-editor": "15.3.0",
|
246
246
|
"ngx-highlightjs": "9.0.0",
|
@@ -253,7 +253,7 @@
|
|
253
253
|
"ngx-scrolltop": "6.0.0",
|
254
254
|
"ngx-store": "3.1.1",
|
255
255
|
"ngx-typed-js": "2.1.1",
|
256
|
-
"node-cli-tester": "16.100.
|
256
|
+
"node-cli-tester": "16.100.5",
|
257
257
|
"node-localstorage": "2.1.6",
|
258
258
|
"node-notifier": "6.0.0",
|
259
259
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -281,7 +281,7 @@
|
|
281
281
|
"q": "1.5.1",
|
282
282
|
"rallax.js": "2.0.4",
|
283
283
|
"randomcolor": "0.5.3",
|
284
|
-
"record-replay-req-res-scenario": "16.100.
|
284
|
+
"record-replay-req-res-scenario": "16.100.5",
|
285
285
|
"reflect-metadata": "0.1.10",
|
286
286
|
"rimraf": "2.6.2",
|
287
287
|
"rxjs": "~7.8.0",
|
@@ -292,7 +292,7 @@
|
|
292
292
|
"socket.io": "2.4.1",
|
293
293
|
"sort-package-json": "1.11.0",
|
294
294
|
"sql.js": "1.8.0",
|
295
|
-
"static-columns": "16.100.
|
295
|
+
"static-columns": "16.100.5",
|
296
296
|
"string-similarity": "4.0.2",
|
297
297
|
"sudo-block": "3.0.0",
|
298
298
|
"supertest": "6.3.3",
|
@@ -300,11 +300,11 @@
|
|
300
300
|
"systeminformation": "3.45.7",
|
301
301
|
"task.js": "0.1.5",
|
302
302
|
"threads": "1.7.0",
|
303
|
-
"tnp-cli": "16.100.
|
304
|
-
"tnp-config": "16.100.
|
305
|
-
"tnp-db": "16.100.
|
306
|
-
"tnp-helpers": "16.100.
|
307
|
-
"tnp-models": "16.100.
|
303
|
+
"tnp-cli": "16.100.5",
|
304
|
+
"tnp-config": "16.100.8",
|
305
|
+
"tnp-db": "16.100.7",
|
306
|
+
"tnp-helpers": "16.100.11",
|
307
|
+
"tnp-models": "16.100.8",
|
308
308
|
"ts-debug": "1.3.0",
|
309
309
|
"ts-json-schema-generator": "2.1.1",
|
310
310
|
"ts-loader": "2.3.1",
|
@@ -313,13 +313,13 @@
|
|
313
313
|
"tslint": "5.9.1",
|
314
314
|
"turndown": "7.1.2",
|
315
315
|
"typescript": "~5.0.2",
|
316
|
-
"typescript-class-helpers": "~16.100.
|
316
|
+
"typescript-class-helpers": "~16.100.8",
|
317
317
|
"typescript-formatter": "~7.2.2",
|
318
318
|
"underscore": "1.9.1",
|
319
319
|
"uuid": "8.3.2",
|
320
320
|
"validator": "9.2.0",
|
321
321
|
"video.js": "8.3.0",
|
322
|
-
"vpn-split": "16.100.
|
322
|
+
"vpn-split": "16.100.5",
|
323
323
|
"watch": "1.0.2",
|
324
324
|
"webpack": "~5.80",
|
325
325
|
"webpack-dev-middleware": "~6.0.2",
|
@@ -330,7 +330,7 @@
|
|
330
330
|
"license": "MIT",
|
331
331
|
"private": false,
|
332
332
|
"name": "tnp-config",
|
333
|
-
"version": "16.100.
|
334
|
-
"lastBuildTagHash": "
|
333
|
+
"version": "16.100.9",
|
334
|
+
"lastBuildTagHash": "128607cc06a693fea4d6faf174d07cc7067da37a",
|
335
335
|
"main": "index.js"
|
336
336
|
}
|
package/firedev.jsonc
CHANGED
@@ -1,40 +1,40 @@
|
|
1
|
-
{
|
2
|
-
"resources": ["README.md"],
|
3
|
-
|
4
|
-
"overrided": {
|
5
|
-
"ignoreDepsPattern": [],
|
6
|
-
"includeAsDev": [],
|
7
|
-
"includeOnly": ["tnp-core"],
|
8
|
-
"dependencies": {},
|
9
|
-
"linkedFolders": [],
|
10
|
-
"npmFixes": [],
|
11
|
-
},
|
12
|
-
|
13
|
-
"smartContainerBuildTarget": "",
|
14
|
-
"linkedRepos": [],
|
15
|
-
|
16
|
-
"libReleaseOptions": {
|
17
|
-
"nodts": false,
|
18
|
-
"obscure": false,
|
19
|
-
"ugly": false,
|
20
|
-
"includeNodeModules": false,
|
21
|
-
"cliBuildNoDts": false,
|
22
|
-
"cliBuildObscure": false,
|
23
|
-
"cliBuildIncludeNodeModules": false,
|
24
|
-
"cliBuildUglify": false,
|
25
|
-
},
|
26
|
-
|
27
|
-
"smartContainerTarget": "",
|
28
|
-
"type": "isomorphic-lib",
|
29
|
-
"isCoreProject": false,
|
30
|
-
"useFramework": false,
|
31
|
-
"required": [],
|
32
|
-
"version": "v4",
|
33
|
-
"additionalNpmNames": ["firedev-config"],
|
34
|
-
"isGenerated": false,
|
35
|
-
"requiredServers": [],
|
36
|
-
"license": "MIT",
|
37
|
-
"private": false,
|
38
|
-
"main": "index.js",
|
39
|
-
"workerPlugins": {},
|
1
|
+
{
|
2
|
+
"resources": ["README.md"],
|
3
|
+
|
4
|
+
"overrided": {
|
5
|
+
"ignoreDepsPattern": [],
|
6
|
+
"includeAsDev": [],
|
7
|
+
"includeOnly": ["tnp-core"],
|
8
|
+
"dependencies": {},
|
9
|
+
"linkedFolders": [],
|
10
|
+
"npmFixes": [],
|
11
|
+
},
|
12
|
+
|
13
|
+
"smartContainerBuildTarget": "",
|
14
|
+
"linkedRepos": [],
|
15
|
+
|
16
|
+
"libReleaseOptions": {
|
17
|
+
"nodts": false,
|
18
|
+
"obscure": false,
|
19
|
+
"ugly": false,
|
20
|
+
"includeNodeModules": false,
|
21
|
+
"cliBuildNoDts": false,
|
22
|
+
"cliBuildObscure": false,
|
23
|
+
"cliBuildIncludeNodeModules": false,
|
24
|
+
"cliBuildUglify": false,
|
25
|
+
},
|
26
|
+
|
27
|
+
"smartContainerTarget": "",
|
28
|
+
"type": "isomorphic-lib",
|
29
|
+
"isCoreProject": false,
|
30
|
+
"useFramework": false,
|
31
|
+
"required": [],
|
32
|
+
"version": "v4",
|
33
|
+
"additionalNpmNames": ["firedev-config"],
|
34
|
+
"isGenerated": false,
|
35
|
+
"requiredServers": [],
|
36
|
+
"license": "MIT",
|
37
|
+
"private": false,
|
38
|
+
"main": "index.js",
|
39
|
+
"workerPlugins": {},
|
40
40
|
}
|
package/package.json
CHANGED
@@ -42,13 +42,13 @@
|
|
42
42
|
"workerPlugins": {}
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"tnp-core": "16.100.
|
45
|
+
"tnp-core": "16.100.20"
|
46
46
|
},
|
47
47
|
"devDependencies": {},
|
48
48
|
"license": "MIT",
|
49
49
|
"private": false,
|
50
50
|
"name": "tnp-config",
|
51
|
-
"version": "16.100.
|
52
|
-
"lastBuildTagHash": "
|
51
|
+
"version": "16.100.9",
|
52
|
+
"lastBuildTagHash": "128607cc06a693fea4d6faf174d07cc7067da37a",
|
53
53
|
"main": "index.js"
|
54
54
|
}
|
package/tmp-environment.json
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
"workerPlugins": {}
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"tnp-core": "16.100.
|
49
|
+
"tnp-core": "16.100.20"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
52
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
@@ -129,7 +129,7 @@
|
|
129
129
|
"angular-material-css-vars": "5.0.2",
|
130
130
|
"angular-resize-event": "3.2.0",
|
131
131
|
"animate.css": "4.1.1 ",
|
132
|
-
"any-project-cli": "16.100.
|
132
|
+
"any-project-cli": "16.100.8",
|
133
133
|
"axios": "1.3.5",
|
134
134
|
"background-worker-process": "16.100.4",
|
135
135
|
"base32": "0.0.7",
|
@@ -179,13 +179,13 @@
|
|
179
179
|
"file-saver": "2.0.5",
|
180
180
|
"file-type": "18.5.0",
|
181
181
|
"firedev": "^16",
|
182
|
-
"firedev-crud": "16.100.
|
183
|
-
"firedev-crud-deamon": "16.100.
|
184
|
-
"firedev-ports": "16.100.
|
185
|
-
"firedev-storage": "16.100.
|
186
|
-
"firedev-type-sql": "16.100.
|
187
|
-
"firedev-typeorm": "16.100.
|
188
|
-
"firedev-ui": "16.100.
|
182
|
+
"firedev-crud": "16.100.8",
|
183
|
+
"firedev-crud-deamon": "16.100.7",
|
184
|
+
"firedev-ports": "16.100.8",
|
185
|
+
"firedev-storage": "16.100.5",
|
186
|
+
"firedev-type-sql": "16.100.5",
|
187
|
+
"firedev-typeorm": "16.100.5",
|
188
|
+
"firedev-ui": "16.100.8",
|
189
189
|
"fkill": "6.1.0",
|
190
190
|
"font-awesome": "4.7.0",
|
191
191
|
"form-data": "4.0.0",
|
@@ -203,11 +203,11 @@
|
|
203
203
|
"image-focus": "1.2.1",
|
204
204
|
"immer": "10.0.2",
|
205
205
|
"immutable": "4.3.0",
|
206
|
-
"incremental-compiler": "16.100.
|
206
|
+
"incremental-compiler": "16.100.8",
|
207
207
|
"inquirer": "7.3.3",
|
208
208
|
"inquirer-autocomplete-prompt": "1.3.0",
|
209
209
|
"is-elevated": "3.0.0",
|
210
|
-
"isomorphic-region-loader": "16.100.
|
210
|
+
"isomorphic-region-loader": "16.100.7",
|
211
211
|
"istanbul-instrumenter-loader": "2.0.0",
|
212
212
|
"jest": "29.5.0",
|
213
213
|
"jest-date-mock": "1.0.8",
|
@@ -218,8 +218,8 @@
|
|
218
218
|
"joi": "17.9.2",
|
219
219
|
"jscodeshift": "0.6.3",
|
220
220
|
"json-stringify-safe": "5.0.1",
|
221
|
-
"json10": "16.100.
|
222
|
-
"json10-writer": "16.100.
|
221
|
+
"json10": "16.100.5",
|
222
|
+
"json10-writer": "16.100.8",
|
223
223
|
"json5": "2.2.1",
|
224
224
|
"json5-writer": "0.2.0",
|
225
225
|
"jszip": "3.10.1",
|
@@ -228,9 +228,9 @@
|
|
228
228
|
"localforage": "1.10.0",
|
229
229
|
"lockfile": "1.0.4",
|
230
230
|
"lodash": "4.17.20",
|
231
|
-
"lodash-walk-object": "16.100.
|
231
|
+
"lodash-walk-object": "16.100.5",
|
232
232
|
"lowdb": "7.0.1",
|
233
|
-
"magic-renamer": "16.100.
|
233
|
+
"magic-renamer": "16.100.7",
|
234
234
|
"material-design-icons": "3.0.1",
|
235
235
|
"method-override": "2.3.10",
|
236
236
|
"minimist": "1.2.0",
|
@@ -241,10 +241,10 @@
|
|
241
241
|
"ng-in-viewport": "15.0.2",
|
242
242
|
"ng-lock": "16.0.1",
|
243
243
|
"ng-packagr": "16.0.1",
|
244
|
-
"ng-talkback": "16.100.
|
245
|
-
"ng2-logger": "16.100.
|
244
|
+
"ng-talkback": "16.100.5",
|
245
|
+
"ng2-logger": "16.100.8",
|
246
246
|
"ng2-pdfjs-viewer": "16.0.4",
|
247
|
-
"ng2-rest": "16.100.
|
247
|
+
"ng2-rest": "16.100.5",
|
248
248
|
"ngx-ace-wrapper": "14.0.0",
|
249
249
|
"ngx-editor": "15.3.0",
|
250
250
|
"ngx-highlightjs": "9.0.0",
|
@@ -257,7 +257,7 @@
|
|
257
257
|
"ngx-scrolltop": "6.0.0",
|
258
258
|
"ngx-store": "3.1.1",
|
259
259
|
"ngx-typed-js": "2.1.1",
|
260
|
-
"node-cli-tester": "16.100.
|
260
|
+
"node-cli-tester": "16.100.5",
|
261
261
|
"node-localstorage": "2.1.6",
|
262
262
|
"node-notifier": "6.0.0",
|
263
263
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -285,7 +285,7 @@
|
|
285
285
|
"q": "1.5.1",
|
286
286
|
"rallax.js": "2.0.4",
|
287
287
|
"randomcolor": "0.5.3",
|
288
|
-
"record-replay-req-res-scenario": "16.100.
|
288
|
+
"record-replay-req-res-scenario": "16.100.5",
|
289
289
|
"reflect-metadata": "0.1.10",
|
290
290
|
"rimraf": "2.6.2",
|
291
291
|
"rxjs": "~7.8.0",
|
@@ -296,7 +296,7 @@
|
|
296
296
|
"socket.io": "2.4.1",
|
297
297
|
"sort-package-json": "1.11.0",
|
298
298
|
"sql.js": "1.8.0",
|
299
|
-
"static-columns": "16.100.
|
299
|
+
"static-columns": "16.100.5",
|
300
300
|
"string-similarity": "4.0.2",
|
301
301
|
"sudo-block": "3.0.0",
|
302
302
|
"supertest": "6.3.3",
|
@@ -304,11 +304,11 @@
|
|
304
304
|
"systeminformation": "3.45.7",
|
305
305
|
"task.js": "0.1.5",
|
306
306
|
"threads": "1.7.0",
|
307
|
-
"tnp-cli": "16.100.
|
308
|
-
"tnp-config": "16.100.
|
309
|
-
"tnp-db": "16.100.
|
310
|
-
"tnp-helpers": "16.100.
|
311
|
-
"tnp-models": "16.100.
|
307
|
+
"tnp-cli": "16.100.5",
|
308
|
+
"tnp-config": "16.100.8",
|
309
|
+
"tnp-db": "16.100.7",
|
310
|
+
"tnp-helpers": "16.100.11",
|
311
|
+
"tnp-models": "16.100.8",
|
312
312
|
"ts-debug": "1.3.0",
|
313
313
|
"ts-json-schema-generator": "2.1.1",
|
314
314
|
"ts-loader": "2.3.1",
|
@@ -317,13 +317,13 @@
|
|
317
317
|
"tslint": "5.9.1",
|
318
318
|
"turndown": "7.1.2",
|
319
319
|
"typescript": "~5.0.2",
|
320
|
-
"typescript-class-helpers": "~16.100.
|
320
|
+
"typescript-class-helpers": "~16.100.8",
|
321
321
|
"typescript-formatter": "~7.2.2",
|
322
322
|
"underscore": "1.9.1",
|
323
323
|
"uuid": "8.3.2",
|
324
324
|
"validator": "9.2.0",
|
325
325
|
"video.js": "8.3.0",
|
326
|
-
"vpn-split": "16.100.
|
326
|
+
"vpn-split": "16.100.5",
|
327
327
|
"watch": "1.0.2",
|
328
328
|
"webpack": "~5.80",
|
329
329
|
"webpack-dev-middleware": "~6.0.2",
|
@@ -334,19 +334,19 @@
|
|
334
334
|
"license": "MIT",
|
335
335
|
"private": false,
|
336
336
|
"name": "tnp-config",
|
337
|
-
"version": "16.100.
|
338
|
-
"lastBuildTagHash": "
|
337
|
+
"version": "16.100.9",
|
338
|
+
"lastBuildTagHash": "128607cc06a693fea4d6faf174d07cc7067da37a",
|
339
339
|
"main": "index.js"
|
340
340
|
},
|
341
341
|
"build": {
|
342
|
-
"number":
|
343
|
-
"date": "2024-05-
|
344
|
-
"hash": "
|
342
|
+
"number": 630,
|
343
|
+
"date": "2024-05-22T04:23:28.000Z",
|
344
|
+
"hash": "83153369868b306f3736bda533ae65d9d89c4767"
|
345
345
|
},
|
346
346
|
"currentProjectName": "tnp-config",
|
347
347
|
"currentProjectGenericName": "tnp-config",
|
348
348
|
"currentProjectType": "isomorphic-lib",
|
349
|
-
"currentFrameworkVersion": "16.100.
|
349
|
+
"currentFrameworkVersion": "16.100.10",
|
350
350
|
"isStandaloneProject": true,
|
351
351
|
"isSmartContainer": false,
|
352
352
|
"pathesTsconfig": "\"paths\": {\"tnp-config\":[\"./src/lib\"],\"tnp-config/*\":[\"./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.
|