taon-type-sql 18.0.14 → 18.0.16
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/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/fesm2022/taon-type-sql.mjs.map +1 -1
- package/client/README.md +24 -24
- package/client/fesm2022/taon-type-sql.mjs.map +1 -1
- package/migrations/index.d.ts +1 -0
- package/migrations/index.js +6 -0
- package/migrations/index.js.map +1 -0
- package/migrations/migrations_index._auto-generated_.d.ts +0 -0
- package/migrations/migrations_index._auto-generated_.js +4 -0
- package/migrations/migrations_index._auto-generated_.js.map +1 -0
- package/package.json +3 -3
- package/taon.jsonc +22 -22
- package/tmp-environment.json +39 -31
- package/websql/README.md +24 -24
- package/websql/fesm2022/taon-type-sql.mjs.map +1 -1
package/tmp-environment.json
CHANGED
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"name": "taon-type-sql",
|
|
33
|
-
"version": "18.0.
|
|
33
|
+
"version": "18.0.16",
|
|
34
34
|
"typings": "dist/index.d.ts",
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
37
|
"url": "https://github.com/ggmod/type-sql.git"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"tnp-core": "~18.0.
|
|
40
|
+
"tnp-core": "~18.0.42"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"@types/chokidar": "2.1.3",
|
|
97
97
|
"@types/dateformat": "1.0.1",
|
|
98
98
|
"@types/diff": "5.2.1",
|
|
99
|
+
"@types/dockerode": "3.3.32",
|
|
99
100
|
"@types/express": "4.17.21",
|
|
100
101
|
"@types/express-fileupload": "1.5.0",
|
|
101
102
|
"@types/fs-extra": "7.0.0",
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
"@types/semver": "7.5.8",
|
|
119
120
|
"@types/systeminformation": "3.54.1",
|
|
120
121
|
"@types/vinyl": "2.0.12",
|
|
122
|
+
"@types/wait-on": "5.3.4",
|
|
121
123
|
"@types/watch": "1.0.6",
|
|
122
124
|
"@typescript-eslint/eslint-plugin": "8.0.1",
|
|
123
125
|
"@typescript-eslint/parser": "8.0.1",
|
|
@@ -128,7 +130,7 @@
|
|
|
128
130
|
"angular-resize-event": "3.2.0",
|
|
129
131
|
"animate.css": "4.1.1",
|
|
130
132
|
"app-root-path": "3.1.0",
|
|
131
|
-
"axios": "1.7.
|
|
133
|
+
"axios": "1.7.7",
|
|
132
134
|
"base32": "0.0.7",
|
|
133
135
|
"bcryptjs": "2.4.3",
|
|
134
136
|
"body-parser": "1.20.2",
|
|
@@ -146,9 +148,11 @@
|
|
|
146
148
|
"class-transformer": "0.5.1",
|
|
147
149
|
"class-validator": "0.14.1",
|
|
148
150
|
"cli-highlight": "2.1.11",
|
|
151
|
+
"columnify": "1.6.0",
|
|
149
152
|
"command-exists": "1.2.2",
|
|
150
153
|
"compression": "1.7.4",
|
|
151
154
|
"concurrently": "8.2.2",
|
|
155
|
+
"console-png": "1.2.1",
|
|
152
156
|
"content-type": "1.0.5",
|
|
153
157
|
"conventional-changelog-cli": "5.0.0",
|
|
154
158
|
"cookie-parser": "1.4.6",
|
|
@@ -160,6 +164,7 @@
|
|
|
160
164
|
"dateformat": "3.0.3",
|
|
161
165
|
"detect-mocha": "0.1.0",
|
|
162
166
|
"diff": "4.0.2",
|
|
167
|
+
"dockerode": "4.0.2",
|
|
163
168
|
"electron": "25.2.0",
|
|
164
169
|
"electron-builder": "24.4.0",
|
|
165
170
|
"electron-debug": "3.2.0",
|
|
@@ -198,13 +203,13 @@
|
|
|
198
203
|
"image-focus": "1.2.1",
|
|
199
204
|
"immer": "10.0.2",
|
|
200
205
|
"immutable": "4.3.7",
|
|
201
|
-
"incremental-compiler": "~18.0.
|
|
206
|
+
"incremental-compiler": "~18.0.16",
|
|
202
207
|
"inquirer": "7.3.3",
|
|
203
208
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
204
209
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
205
210
|
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
206
211
|
"is-elevated": "3.0.0",
|
|
207
|
-
"isomorphic-region-loader": "~18.0.
|
|
212
|
+
"isomorphic-region-loader": "~18.0.16",
|
|
208
213
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
209
214
|
"jest": "29.7.0",
|
|
210
215
|
"jest-date-mock": "1.0.10",
|
|
@@ -215,8 +220,8 @@
|
|
|
215
220
|
"joi": "17.13.3",
|
|
216
221
|
"jscodeshift": "0.6.3",
|
|
217
222
|
"json-stringify-safe": "5.0.1",
|
|
218
|
-
"json10": "~18.0.
|
|
219
|
-
"json10-writer": "~18.0.
|
|
223
|
+
"json10": "~18.0.16",
|
|
224
|
+
"json10-writer": "~18.0.16",
|
|
220
225
|
"json5": "2.2.3",
|
|
221
226
|
"json5-writer": "0.2.0",
|
|
222
227
|
"jszip": "3.10.1",
|
|
@@ -225,9 +230,9 @@
|
|
|
225
230
|
"localforage": "1.10.0",
|
|
226
231
|
"lockfile": "1.0.4",
|
|
227
232
|
"lodash": "4.17.21",
|
|
228
|
-
"lodash-walk-object": "~18.0.
|
|
233
|
+
"lodash-walk-object": "~18.0.16",
|
|
229
234
|
"lowdb": "7.0.1",
|
|
230
|
-
"magic-renamer": "~18.0.
|
|
235
|
+
"magic-renamer": "~18.0.16",
|
|
231
236
|
"material-design-icons": "3.0.1",
|
|
232
237
|
"method-override": "2.3.10",
|
|
233
238
|
"minimist": "1.2.8",
|
|
@@ -238,11 +243,11 @@
|
|
|
238
243
|
"ng-in-viewport": "16.1.0",
|
|
239
244
|
"ng-lock": "18.0.1",
|
|
240
245
|
"ng-packagr": "18.1.0",
|
|
241
|
-
"ng-talkback": "~18.0.
|
|
242
|
-
"ng2-logger": "~18.0.
|
|
246
|
+
"ng-talkback": "~18.0.15",
|
|
247
|
+
"ng2-logger": "~18.0.18",
|
|
243
248
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
244
|
-
"ng2-rest": "~18.0.
|
|
245
|
-
"ng2-rest-swagger-generator": "18.0.
|
|
249
|
+
"ng2-rest": "~18.0.16",
|
|
250
|
+
"ng2-rest-swagger-generator": "18.0.13",
|
|
246
251
|
"ngx-ace-wrapper": "17.0.0",
|
|
247
252
|
"ngx-editor": "17.5.4",
|
|
248
253
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -256,7 +261,7 @@
|
|
|
256
261
|
"ngx-scrolltop": "18.0.0",
|
|
257
262
|
"ngx-store": "3.1.1",
|
|
258
263
|
"ngx-typed-js": "2.1.1",
|
|
259
|
-
"node-cli-tester": "~18.0.
|
|
264
|
+
"node-cli-tester": "~18.0.15",
|
|
260
265
|
"node-localstorage": "2.1.6",
|
|
261
266
|
"node-notifier": "10.0.1",
|
|
262
267
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -272,6 +277,7 @@
|
|
|
272
277
|
"path-to-regexp": "6.2.2",
|
|
273
278
|
"pica": "9.0.1",
|
|
274
279
|
"playwright": "1.43.1",
|
|
280
|
+
"pm2": "5.4.3",
|
|
275
281
|
"portfinder": "1.0.21",
|
|
276
282
|
"prettier": "3.3.3",
|
|
277
283
|
"prettier-eslint": "16.3.0",
|
|
@@ -286,7 +292,7 @@
|
|
|
286
292
|
"q": "1.5.1",
|
|
287
293
|
"rallax.js": "2.0.4",
|
|
288
294
|
"randomcolor": "0.5.3",
|
|
289
|
-
"record-replay-req-res-scenario": "~18.0.
|
|
295
|
+
"record-replay-req-res-scenario": "~18.0.15",
|
|
290
296
|
"reflect-metadata": "0.2.2",
|
|
291
297
|
"rimraf": "2.6.2",
|
|
292
298
|
"rxjs": "~7.8.1",
|
|
@@ -297,23 +303,25 @@
|
|
|
297
303
|
"socket.io": "4.7.5",
|
|
298
304
|
"socket.io-client": "4.7.5",
|
|
299
305
|
"sort-package-json": "1.11.0",
|
|
306
|
+
"sql-template-strings": "2.2.2",
|
|
307
|
+
"sql-template-tag": "5.2.1",
|
|
300
308
|
"sql.js": "1.8.0",
|
|
301
|
-
"static-columns": "~18.0.
|
|
309
|
+
"static-columns": "~18.0.17",
|
|
302
310
|
"string-similarity": "4.0.4",
|
|
303
311
|
"sudo-block": "3.0.0",
|
|
304
312
|
"supertest": "7.0.0",
|
|
305
313
|
"sweetalert2": "11.7.32",
|
|
306
314
|
"systeminformation": "3.45.7",
|
|
307
315
|
"taon": "^18",
|
|
308
|
-
"taon-storage": "18.0.
|
|
309
|
-
"taon-type-sql": "18.0.
|
|
310
|
-
"taon-typeorm": "18.0.
|
|
316
|
+
"taon-storage": "18.0.24",
|
|
317
|
+
"taon-type-sql": "18.0.15",
|
|
318
|
+
"taon-typeorm": "18.0.14",
|
|
311
319
|
"task.js": "0.1.5",
|
|
312
320
|
"threads": "1.7.0",
|
|
313
|
-
"tnp": "~18.0.
|
|
314
|
-
"tnp-config": "~18.0.
|
|
315
|
-
"tnp-helpers": "~18.0.
|
|
316
|
-
"tnp-models": "~18.0.
|
|
321
|
+
"tnp": "~18.0.18",
|
|
322
|
+
"tnp-config": "~18.0.18",
|
|
323
|
+
"tnp-helpers": "~18.0.16",
|
|
324
|
+
"tnp-models": "~18.0.17",
|
|
317
325
|
"ts-debug": "1.3.0",
|
|
318
326
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
319
327
|
"ts-loader": "2.3.1",
|
|
@@ -325,16 +333,16 @@
|
|
|
325
333
|
"typedoc": "0.26.5",
|
|
326
334
|
"typedoc-plugin-markdown": "4.2.3",
|
|
327
335
|
"typescript": "~5.5.4",
|
|
328
|
-
"typescript-class-helpers": "~18.0.
|
|
336
|
+
"typescript-class-helpers": "~18.0.17",
|
|
329
337
|
"typescript-formatter": "~7.2.2",
|
|
330
338
|
"typescript-string-enums": "~1.0.0",
|
|
331
339
|
"underscore": "1.13.7",
|
|
332
340
|
"uuid": "10.0.0",
|
|
333
341
|
"validator": "13.5.2",
|
|
334
342
|
"video.js": "8.3.0",
|
|
335
|
-
"vpn-split": "~18.0.
|
|
343
|
+
"vpn-split": "~18.0.14",
|
|
336
344
|
"vscode": "1.1.37",
|
|
337
|
-
"wait-on": "
|
|
345
|
+
"wait-on": "8.0.1",
|
|
338
346
|
"watch": "1.0.2",
|
|
339
347
|
"webpack": "~5.80",
|
|
340
348
|
"webpack-dev-middleware": "~6.1.3",
|
|
@@ -342,18 +350,18 @@
|
|
|
342
350
|
"yup": "1.3.3",
|
|
343
351
|
"zone.js": "~0.13.0"
|
|
344
352
|
},
|
|
345
|
-
"lastBuildTagHash": "
|
|
353
|
+
"lastBuildTagHash": "7e5fb4dfbf4d7b018d4e368b16599bbd944c10c7",
|
|
346
354
|
"main": "dist/app.electron.js"
|
|
347
355
|
},
|
|
348
356
|
"build": {
|
|
349
|
-
"number":
|
|
350
|
-
"date": "2024-11-
|
|
351
|
-
"hash": "
|
|
357
|
+
"number": 173,
|
|
358
|
+
"date": "2024-11-25T02:27:40.000Z",
|
|
359
|
+
"hash": "5e829ae0f6f31f9a4bc71e678e16e6b9ab8bd5c5"
|
|
352
360
|
},
|
|
353
361
|
"currentProjectName": "taon-type-sql",
|
|
354
362
|
"currentProjectGenericName": "taon-type-sql",
|
|
355
363
|
"currentProjectType": "isomorphic-lib",
|
|
356
|
-
"currentFrameworkVersion": "18.0.
|
|
364
|
+
"currentFrameworkVersion": "18.0.18",
|
|
357
365
|
"isStandaloneProject": true,
|
|
358
366
|
"isSmartContainer": false,
|
|
359
367
|
"pathesTsconfig": "\"paths\": {\"taon-type-sql\":[\"./src/lib\"],\"taon-type-sql/*\":[\"./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.
|