tnp-config 13.1.75 → 13.1.76
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/browser/esm2020/lib/config.mjs +771 -771
- package/browser/esm2020/lib/index.mjs +3 -3
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/tnp-config.mjs +4 -4
- package/browser/fesm2015/tnp-config.mjs +690 -690
- package/browser/fesm2020/tnp-config.mjs +764 -764
- package/browser/lib/config.d.ts +227 -227
- package/browser/tnp-config.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/config.mjs +771 -771
- package/client/esm2020/lib/index.mjs +3 -3
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/tnp-config.mjs +4 -4
- package/client/fesm2015/tnp-config.mjs +690 -690
- package/client/fesm2020/tnp-config.mjs +764 -764
- package/client/lib/config.d.ts +227 -227
- package/client/package.json +33 -31
- package/client/tnp-config.d.ts +4 -4
- package/index.d.ts +1 -1
- package/index.js.map +1 -1
- package/lib/config.d.ts +439 -439
- package/lib/config.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/package.json_devDependencies.json +218 -218
- package/package.json_tnp.json5 +36 -36
- package/tmp-environment.json +37 -35
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/config.mjs +771 -771
- package/websql/esm2020/lib/index.mjs +3 -3
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/tnp-config.mjs +4 -4
- package/websql/fesm2015/tnp-config.mjs +690 -690
- package/websql/fesm2020/tnp-config.mjs +764 -764
- package/websql/lib/config.d.ts +227 -227
- package/websql/tnp-config.d.ts +4 -4
package/tmp-environment.json
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
"workerPlugins": {}
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"tnp-core": "~13.2.
|
46
|
+
"tnp-core": "~13.2.20"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@angular-devkit/build-angular": "~13.3.9",
|
@@ -56,6 +56,7 @@
|
|
56
56
|
"@angular/compiler": "~13.3.0",
|
57
57
|
"@angular/compiler-cli": "~13.3.0",
|
58
58
|
"@angular/core": "~13.3.0",
|
59
|
+
"@angular/elements": "~13.3.0",
|
59
60
|
"@angular/flex-layout": "~13.0.0-beta.38",
|
60
61
|
"@angular/forms": "~13.3.0",
|
61
62
|
"@angular/material": "~13.3.9",
|
@@ -116,9 +117,9 @@
|
|
116
117
|
"@types/watch": "1.0.0",
|
117
118
|
"accepts": "1.3.4",
|
118
119
|
"angular-material-css-vars": "5.0.0",
|
119
|
-
"any-project-cli": "~13.1.
|
120
|
+
"any-project-cli": "~13.1.27",
|
120
121
|
"axios": "1.3.5",
|
121
|
-
"background-worker-process": "~13.1.
|
122
|
+
"background-worker-process": "~13.1.44",
|
122
123
|
"base32": "0.0.7",
|
123
124
|
"bcryptjs": "2.4.3",
|
124
125
|
"better-sqlite3": "7.6.2",
|
@@ -139,7 +140,7 @@
|
|
139
140
|
"concurrently": "3.5.1",
|
140
141
|
"content-type": "1.0.4",
|
141
142
|
"cookie-parser": "1.4.3",
|
142
|
-
"copy-paste": "1.3
|
143
|
+
"copy-paste": "1.5.3",
|
143
144
|
"cors": "2.8.4",
|
144
145
|
"cpr": "3.0.1",
|
145
146
|
"cross-spawn": "7.0.3",
|
@@ -160,12 +161,12 @@
|
|
160
161
|
"file-loader": "1.1.5",
|
161
162
|
"file-saver": "2.0.5",
|
162
163
|
"firedev": "^13",
|
163
|
-
"firedev-crud": "~13.1.
|
164
|
-
"firedev-crud-deamon": "~13.1.
|
165
|
-
"firedev-ports": "~13.1.
|
166
|
-
"firedev-storage": "~13.2.
|
167
|
-
"firedev-typeorm": "~13.1.
|
168
|
-
"firedev-ui": "~13.2.
|
164
|
+
"firedev-crud": "~13.1.49",
|
165
|
+
"firedev-crud-deamon": "~13.1.39",
|
166
|
+
"firedev-ports": "~13.1.44",
|
167
|
+
"firedev-storage": "~13.2.36",
|
168
|
+
"firedev-typeorm": "~13.1.31",
|
169
|
+
"firedev-ui": "~13.2.9",
|
169
170
|
"fkill": "6.1.0",
|
170
171
|
"font-awesome": "4.7.0",
|
171
172
|
"form-data": "4.0.0",
|
@@ -179,18 +180,18 @@
|
|
179
180
|
"http-proxy-middleware": "0.19.1",
|
180
181
|
"http-server": "0.11.1",
|
181
182
|
"immutable": "4.3.0",
|
182
|
-
"incremental-compiler": "~13.1.
|
183
|
+
"incremental-compiler": "~13.1.25",
|
183
184
|
"inquirer": "7.3.3",
|
184
185
|
"inquirer-autocomplete-prompt": "1.3.0",
|
185
186
|
"is-elevated": "3.0.0",
|
186
|
-
"isomorphic-region-loader": "~13.1.
|
187
|
+
"isomorphic-region-loader": "~13.1.37",
|
187
188
|
"istanbul-instrumenter-loader": "2.0.0",
|
188
189
|
"jasmine-core": "4.0.0",
|
189
190
|
"jscodeshift": "0.6.3",
|
190
191
|
"json-stringify-safe": "5.0.1",
|
191
|
-
"json10": "~13.1.
|
192
|
-
"json10-writer": "~13.1.
|
193
|
-
"json5": "2.1
|
192
|
+
"json10": "~13.1.44",
|
193
|
+
"json10-writer": "~13.1.40",
|
194
|
+
"json5": "2.2.1",
|
194
195
|
"json5-writer": "0.2.0",
|
195
196
|
"jszip": "3.10.1",
|
196
197
|
"karma": "6.3.0",
|
@@ -202,22 +203,22 @@
|
|
202
203
|
"lnk": "1.0.1",
|
203
204
|
"localforage": "1.10.0",
|
204
205
|
"lockfile": "1.0.4",
|
205
|
-
"lodash": "4.17.
|
206
|
-
"lodash-walk-object": "~13.1.
|
206
|
+
"lodash": "4.17.20",
|
207
|
+
"lodash-walk-object": "~13.1.44",
|
207
208
|
"lowdb": "1.0.0",
|
208
|
-
"magic-renamer": "~13.1.
|
209
|
+
"magic-renamer": "~13.1.41",
|
209
210
|
"material-design-icons": "3.0.1",
|
210
211
|
"method-override": "2.3.10",
|
211
212
|
"minimist": "1.2.0",
|
212
213
|
"mkdirp": "0.5.1",
|
213
214
|
"mocha": "5.2.0",
|
214
|
-
"moment": "2.
|
215
|
-
"morphi": "~13.2.
|
215
|
+
"moment": "2.29.3",
|
216
|
+
"morphi": "~13.2.11",
|
216
217
|
"ng-in-viewport": "13.0.1",
|
217
218
|
"ng-packagr": "13.0.0",
|
218
219
|
"ng-talkback": "~13.1.19",
|
219
|
-
"ng2-logger": "~13.1.
|
220
|
-
"ng2-rest": "~13.2.
|
220
|
+
"ng2-logger": "~13.1.24",
|
221
|
+
"ng2-rest": "~13.2.8",
|
221
222
|
"ngx-ace-wrapper": "12",
|
222
223
|
"ngx-editor": "12.2.1",
|
223
224
|
"ngx-highlightjs": "6.1.3",
|
@@ -258,24 +259,25 @@
|
|
258
259
|
"socket.io": "2.4.1",
|
259
260
|
"sort-package-json": "1.11.0",
|
260
261
|
"sql.js": "1.8.0",
|
261
|
-
"static-columns": "~13.3.
|
262
|
+
"static-columns": "~13.3.8",
|
262
263
|
"string-similarity": "4.0.2",
|
263
264
|
"sudo-block": "3.0.0",
|
264
265
|
"systeminformation": "3.45.7",
|
265
266
|
"task.js": "0.1.5",
|
266
267
|
"threads": "1.7.0",
|
267
|
-
"tnp-cli": "~13.1.
|
268
|
-
"tnp-config": "~13.1.
|
269
|
-
"tnp-db": "~13.1.
|
270
|
-
"tnp-helpers": "~13.1.
|
271
|
-
"tnp-models": "~13.1.
|
268
|
+
"tnp-cli": "~13.1.59",
|
269
|
+
"tnp-config": "~13.1.75",
|
270
|
+
"tnp-db": "~13.1.21",
|
271
|
+
"tnp-helpers": "~13.1.38",
|
272
|
+
"tnp-models": "~13.1.27",
|
272
273
|
"ts-debug": "1.3.0",
|
273
274
|
"ts-loader": "2.3.1",
|
274
275
|
"ts-node": "10.7.0",
|
275
276
|
"tslib": "~2.3.0",
|
277
|
+
"turndown": "7.1.2",
|
276
278
|
"typeorm": "~0.3.10",
|
277
279
|
"typescript": "~4.6.2",
|
278
|
-
"typescript-class-helpers": "~13.2.
|
280
|
+
"typescript-class-helpers": "~13.2.12",
|
279
281
|
"typescript-formatter": "~7.2.2",
|
280
282
|
"underscore": "1.9.1",
|
281
283
|
"uuid": "8.3.2",
|
@@ -290,13 +292,13 @@
|
|
290
292
|
"private": false,
|
291
293
|
"main": "index.js",
|
292
294
|
"name": "tnp-config",
|
293
|
-
"version": "13.1.
|
294
|
-
"lastBuildTagHash": "
|
295
|
+
"version": "13.1.76",
|
296
|
+
"lastBuildTagHash": "3e46448f82b81cd706a8c2d478c20e3c5f93ecf4"
|
295
297
|
},
|
296
298
|
"build": {
|
297
|
-
"number":
|
298
|
-
"date": "2023-06-
|
299
|
-
"hash": "
|
299
|
+
"number": 500,
|
300
|
+
"date": "2023-06-04T12:35:26.000Z",
|
301
|
+
"hash": "2515a67c1e27763a016fbf9208fa7c404914180e",
|
300
302
|
"options": {}
|
301
303
|
},
|
302
304
|
"currentProjectName": "tnp-config",
|
@@ -304,7 +306,7 @@
|
|
304
306
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22tnp-config%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
305
307
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
306
308
|
"currentProjectType": "isomorphic-lib",
|
307
|
-
"currentFrameworkVersion": "13.1.
|
309
|
+
"currentFrameworkVersion": "13.1.214",
|
308
310
|
"currentProjectIsStrictSite": false,
|
309
311
|
"currentProjectIsDependencySite": false,
|
310
312
|
"currentProjectIsStatic": false,
|
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.
|