isomorphic-region-loader 16.444.5 → 16.444.7
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/client/README.md +24 -24
- package/client/package.json +25 -24
- package/firedev.jsonc +32 -32
- package/lib/build-info._auto-generated_.d.ts +1 -0
- package/lib/build-info._auto-generated_.js +5 -0
- package/lib/build-info._auto-generated_.js.map +1 -0
- package/package.json +3 -3
- package/tmp-environment.json +29 -28
- package/websql/README.md +24 -24
|
@@ -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 (isomorphic-region-loader@16.444.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (isomorphic-region-loader@16.444.7)
|
|
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
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"private": false
|
|
34
34
|
},
|
|
35
35
|
"name": "isomorphic-region-loader",
|
|
36
|
-
"version": "16.444.
|
|
36
|
+
"version": "16.444.7",
|
|
37
37
|
"author": "Dariusz Filipiak @darekf77",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"devDependencies": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"angular-material-css-vars": "5.0.2",
|
|
123
123
|
"angular-resize-event": "3.2.0",
|
|
124
124
|
"animate.css": "4.1.1 ",
|
|
125
|
-
"any-project-cli": "16.444.
|
|
125
|
+
"any-project-cli": "16.444.7",
|
|
126
126
|
"app-root-path": "3.0.0",
|
|
127
127
|
"axios": "1.3.5",
|
|
128
128
|
"background-worker-process": "16.100.10",
|
|
@@ -178,12 +178,12 @@
|
|
|
178
178
|
"file-saver": "2.0.5",
|
|
179
179
|
"file-type": "18.5.0",
|
|
180
180
|
"firedev": "^16",
|
|
181
|
-
"firedev-crud": "16.444.
|
|
182
|
-
"firedev-crud-deamon": "16.444.
|
|
183
|
-
"firedev-ports": "16.444.
|
|
184
|
-
"firedev-storage": "16.444.
|
|
185
|
-
"firedev-type-sql": "16.444.
|
|
186
|
-
"firedev-typeorm": "16.444.
|
|
181
|
+
"firedev-crud": "16.444.6",
|
|
182
|
+
"firedev-crud-deamon": "16.444.7",
|
|
183
|
+
"firedev-ports": "16.444.6",
|
|
184
|
+
"firedev-storage": "16.444.5",
|
|
185
|
+
"firedev-type-sql": "16.444.6",
|
|
186
|
+
"firedev-typeorm": "16.444.5",
|
|
187
187
|
"firedev-ui": "16.444.1",
|
|
188
188
|
"fkill": "6.1.0",
|
|
189
189
|
"font-awesome": "4.7.0",
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
"image-focus": "1.2.1",
|
|
203
203
|
"immer": "10.0.2",
|
|
204
204
|
"immutable": "4.3.0",
|
|
205
|
-
"incremental-compiler": "16.444.
|
|
205
|
+
"incremental-compiler": "16.444.8",
|
|
206
206
|
"inquirer": "7.3.3",
|
|
207
207
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
208
208
|
"is-elevated": "3.0.0",
|
|
209
|
-
"isomorphic-region-loader": "16.444.
|
|
209
|
+
"isomorphic-region-loader": "16.444.6",
|
|
210
210
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
211
211
|
"jest": "29.5.0",
|
|
212
212
|
"jest-date-mock": "1.0.8",
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
"joi": "17.9.2",
|
|
218
218
|
"jscodeshift": "0.6.3",
|
|
219
219
|
"json-stringify-safe": "5.0.1",
|
|
220
|
-
"json10": "16.444.
|
|
221
|
-
"json10-writer": "16.444.
|
|
220
|
+
"json10": "16.444.6",
|
|
221
|
+
"json10-writer": "16.444.7",
|
|
222
222
|
"json5": "2.2.1",
|
|
223
223
|
"json5-writer": "0.2.0",
|
|
224
224
|
"jszip": "3.10.1",
|
|
@@ -227,9 +227,9 @@
|
|
|
227
227
|
"localforage": "1.10.0",
|
|
228
228
|
"lockfile": "1.0.4",
|
|
229
229
|
"lodash": "4.17.20",
|
|
230
|
-
"lodash-walk-object": "16.444.
|
|
230
|
+
"lodash-walk-object": "16.444.5",
|
|
231
231
|
"lowdb": "7.0.1",
|
|
232
|
-
"magic-renamer": "16.444.
|
|
232
|
+
"magic-renamer": "16.444.6",
|
|
233
233
|
"material-design-icons": "3.0.1",
|
|
234
234
|
"method-override": "2.3.10",
|
|
235
235
|
"minimist": "1.2.0",
|
|
@@ -241,9 +241,9 @@
|
|
|
241
241
|
"ng-lock": "16.0.1",
|
|
242
242
|
"ng-packagr": "16.0.1",
|
|
243
243
|
"ng-talkback": "16.444.1",
|
|
244
|
-
"ng2-logger": "16.444.
|
|
244
|
+
"ng2-logger": "16.444.7",
|
|
245
245
|
"ng2-pdfjs-viewer": "16.0.4",
|
|
246
|
-
"ng2-rest": "16.444.
|
|
246
|
+
"ng2-rest": "16.444.5",
|
|
247
247
|
"ngx-ace-wrapper": "14.0.0",
|
|
248
248
|
"ngx-editor": "15.3.0",
|
|
249
249
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -293,7 +293,8 @@
|
|
|
293
293
|
"simple-git": "1.96.0",
|
|
294
294
|
"sinon": "15.2.0",
|
|
295
295
|
"sloc": "0.2.0",
|
|
296
|
-
"socket.io": "
|
|
296
|
+
"socket.io": "4.7.5",
|
|
297
|
+
"socket.io-client": "4.7.5",
|
|
297
298
|
"sort-package-json": "1.11.0",
|
|
298
299
|
"sql.js": "1.8.0",
|
|
299
300
|
"static-columns": "16.444.3",
|
|
@@ -305,10 +306,10 @@
|
|
|
305
306
|
"task.js": "0.1.5",
|
|
306
307
|
"threads": "1.7.0",
|
|
307
308
|
"tnp-cli": "16.444.1",
|
|
308
|
-
"tnp-config": "16.444.
|
|
309
|
-
"tnp-core": "16.444.
|
|
310
|
-
"tnp-db": "16.444.
|
|
311
|
-
"tnp-helpers": "16.444.
|
|
309
|
+
"tnp-config": "16.444.7",
|
|
310
|
+
"tnp-core": "16.444.8",
|
|
311
|
+
"tnp-db": "16.444.6",
|
|
312
|
+
"tnp-helpers": "16.444.8",
|
|
312
313
|
"ts-debug": "1.3.0",
|
|
313
314
|
"ts-json-schema-generator": "2.1.1",
|
|
314
315
|
"ts-loader": "2.3.1",
|
|
@@ -319,7 +320,7 @@
|
|
|
319
320
|
"typedoc": "0.25.13",
|
|
320
321
|
"typedoc-plugin-markdown": "4.0.3",
|
|
321
322
|
"typescript": "~5.0.2",
|
|
322
|
-
"typescript-class-helpers": "~16.444.
|
|
323
|
+
"typescript-class-helpers": "~16.444.7",
|
|
323
324
|
"typescript-formatter": "~7.2.2",
|
|
324
325
|
"underscore": "1.9.1",
|
|
325
326
|
"uuid": "8.3.2",
|
|
@@ -336,9 +337,9 @@
|
|
|
336
337
|
"zone.js": "~0.13.0"
|
|
337
338
|
},
|
|
338
339
|
"dependencies": {
|
|
339
|
-
"tnp-models": "16.444.
|
|
340
|
+
"tnp-models": "16.444.7"
|
|
340
341
|
},
|
|
341
342
|
"private": false,
|
|
342
|
-
"lastBuildTagHash": "
|
|
343
|
+
"lastBuildTagHash": "46db0efbda6f353608f10763eddccbfe5a79b307",
|
|
343
344
|
"main": "dist/app.electron.js"
|
|
344
345
|
}
|
package/firedev.jsonc
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
"overrided": {
|
|
4
|
-
"linkedFolders": [],
|
|
5
|
-
"ignoreDepsPattern": [
|
|
6
|
-
"*"
|
|
7
|
-
],
|
|
8
|
-
"includeAsDev": [],
|
|
9
|
-
"includeOnly": [
|
|
10
|
-
"tnp-models"
|
|
11
|
-
],
|
|
12
|
-
"dependencies": {},
|
|
13
|
-
"npmFixes": [],
|
|
14
|
-
},
|
|
15
|
-
"smartContainerBuildTarget": "",
|
|
16
|
-
"linkedRepos": [],
|
|
17
|
-
"libReleaseOptions": {
|
|
18
|
-
"nodts": false,
|
|
19
|
-
"obscure": false,
|
|
20
|
-
"ugly": false,
|
|
21
|
-
"includeNodeModules": false,
|
|
22
|
-
"cliBuildNoDts": false,
|
|
23
|
-
"cliBuildObscure": false,
|
|
24
|
-
"cliBuildIncludeNodeModules": false,
|
|
25
|
-
"cliBuildUglify": false,
|
|
26
|
-
},
|
|
27
|
-
"smartContainerTarget": "",
|
|
28
|
-
"license": "MIT",
|
|
29
|
-
"author": "Dariusz Filipiak @darekf77",
|
|
30
|
-
"type": "isomorphic-lib",
|
|
31
|
-
"version": "v16",
|
|
32
|
-
"private": false,
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
"overrided": {
|
|
4
|
+
"linkedFolders": [],
|
|
5
|
+
"ignoreDepsPattern": [
|
|
6
|
+
"*"
|
|
7
|
+
],
|
|
8
|
+
"includeAsDev": [],
|
|
9
|
+
"includeOnly": [
|
|
10
|
+
"tnp-models"
|
|
11
|
+
],
|
|
12
|
+
"dependencies": {},
|
|
13
|
+
"npmFixes": [],
|
|
14
|
+
},
|
|
15
|
+
"smartContainerBuildTarget": "",
|
|
16
|
+
"linkedRepos": [],
|
|
17
|
+
"libReleaseOptions": {
|
|
18
|
+
"nodts": false,
|
|
19
|
+
"obscure": false,
|
|
20
|
+
"ugly": false,
|
|
21
|
+
"includeNodeModules": false,
|
|
22
|
+
"cliBuildNoDts": false,
|
|
23
|
+
"cliBuildObscure": false,
|
|
24
|
+
"cliBuildIncludeNodeModules": false,
|
|
25
|
+
"cliBuildUglify": false,
|
|
26
|
+
},
|
|
27
|
+
"smartContainerTarget": "",
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"author": "Dariusz Filipiak @darekf77",
|
|
30
|
+
"type": "isomorphic-lib",
|
|
31
|
+
"version": "v16",
|
|
32
|
+
"private": false,
|
|
33
33
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AACa,QAAA,wBAAwB,GAAG,KAAK,CAAC"}
|
package/package.json
CHANGED
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"private": false
|
|
34
34
|
},
|
|
35
35
|
"name": "isomorphic-region-loader",
|
|
36
|
-
"version": "16.444.
|
|
36
|
+
"version": "16.444.7",
|
|
37
37
|
"author": "Dariusz Filipiak @darekf77",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"tnp-models": "16.444.
|
|
41
|
+
"tnp-models": "16.444.7"
|
|
42
42
|
},
|
|
43
43
|
"private": false,
|
|
44
|
-
"lastBuildTagHash": "
|
|
44
|
+
"lastBuildTagHash": "46db0efbda6f353608f10763eddccbfe5a79b307",
|
|
45
45
|
"main": "dist/app.electron.js"
|
|
46
46
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"private": false
|
|
38
38
|
},
|
|
39
39
|
"name": "isomorphic-region-loader",
|
|
40
|
-
"version": "16.444.
|
|
40
|
+
"version": "16.444.7",
|
|
41
41
|
"author": "Dariusz Filipiak @darekf77",
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"devDependencies": {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"angular-material-css-vars": "5.0.2",
|
|
127
127
|
"angular-resize-event": "3.2.0",
|
|
128
128
|
"animate.css": "4.1.1 ",
|
|
129
|
-
"any-project-cli": "16.444.
|
|
129
|
+
"any-project-cli": "16.444.7",
|
|
130
130
|
"app-root-path": "3.0.0",
|
|
131
131
|
"axios": "1.3.5",
|
|
132
132
|
"background-worker-process": "16.100.10",
|
|
@@ -182,12 +182,12 @@
|
|
|
182
182
|
"file-saver": "2.0.5",
|
|
183
183
|
"file-type": "18.5.0",
|
|
184
184
|
"firedev": "^16",
|
|
185
|
-
"firedev-crud": "16.444.
|
|
186
|
-
"firedev-crud-deamon": "16.444.
|
|
187
|
-
"firedev-ports": "16.444.
|
|
188
|
-
"firedev-storage": "16.444.
|
|
189
|
-
"firedev-type-sql": "16.444.
|
|
190
|
-
"firedev-typeorm": "16.444.
|
|
185
|
+
"firedev-crud": "16.444.6",
|
|
186
|
+
"firedev-crud-deamon": "16.444.7",
|
|
187
|
+
"firedev-ports": "16.444.6",
|
|
188
|
+
"firedev-storage": "16.444.5",
|
|
189
|
+
"firedev-type-sql": "16.444.6",
|
|
190
|
+
"firedev-typeorm": "16.444.5",
|
|
191
191
|
"firedev-ui": "16.444.1",
|
|
192
192
|
"fkill": "6.1.0",
|
|
193
193
|
"font-awesome": "4.7.0",
|
|
@@ -206,11 +206,11 @@
|
|
|
206
206
|
"image-focus": "1.2.1",
|
|
207
207
|
"immer": "10.0.2",
|
|
208
208
|
"immutable": "4.3.0",
|
|
209
|
-
"incremental-compiler": "16.444.
|
|
209
|
+
"incremental-compiler": "16.444.8",
|
|
210
210
|
"inquirer": "7.3.3",
|
|
211
211
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
212
212
|
"is-elevated": "3.0.0",
|
|
213
|
-
"isomorphic-region-loader": "16.444.
|
|
213
|
+
"isomorphic-region-loader": "16.444.6",
|
|
214
214
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
215
215
|
"jest": "29.5.0",
|
|
216
216
|
"jest-date-mock": "1.0.8",
|
|
@@ -221,8 +221,8 @@
|
|
|
221
221
|
"joi": "17.9.2",
|
|
222
222
|
"jscodeshift": "0.6.3",
|
|
223
223
|
"json-stringify-safe": "5.0.1",
|
|
224
|
-
"json10": "16.444.
|
|
225
|
-
"json10-writer": "16.444.
|
|
224
|
+
"json10": "16.444.6",
|
|
225
|
+
"json10-writer": "16.444.7",
|
|
226
226
|
"json5": "2.2.1",
|
|
227
227
|
"json5-writer": "0.2.0",
|
|
228
228
|
"jszip": "3.10.1",
|
|
@@ -231,9 +231,9 @@
|
|
|
231
231
|
"localforage": "1.10.0",
|
|
232
232
|
"lockfile": "1.0.4",
|
|
233
233
|
"lodash": "4.17.20",
|
|
234
|
-
"lodash-walk-object": "16.444.
|
|
234
|
+
"lodash-walk-object": "16.444.5",
|
|
235
235
|
"lowdb": "7.0.1",
|
|
236
|
-
"magic-renamer": "16.444.
|
|
236
|
+
"magic-renamer": "16.444.6",
|
|
237
237
|
"material-design-icons": "3.0.1",
|
|
238
238
|
"method-override": "2.3.10",
|
|
239
239
|
"minimist": "1.2.0",
|
|
@@ -245,9 +245,9 @@
|
|
|
245
245
|
"ng-lock": "16.0.1",
|
|
246
246
|
"ng-packagr": "16.0.1",
|
|
247
247
|
"ng-talkback": "16.444.1",
|
|
248
|
-
"ng2-logger": "16.444.
|
|
248
|
+
"ng2-logger": "16.444.7",
|
|
249
249
|
"ng2-pdfjs-viewer": "16.0.4",
|
|
250
|
-
"ng2-rest": "16.444.
|
|
250
|
+
"ng2-rest": "16.444.5",
|
|
251
251
|
"ngx-ace-wrapper": "14.0.0",
|
|
252
252
|
"ngx-editor": "15.3.0",
|
|
253
253
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -297,7 +297,8 @@
|
|
|
297
297
|
"simple-git": "1.96.0",
|
|
298
298
|
"sinon": "15.2.0",
|
|
299
299
|
"sloc": "0.2.0",
|
|
300
|
-
"socket.io": "
|
|
300
|
+
"socket.io": "4.7.5",
|
|
301
|
+
"socket.io-client": "4.7.5",
|
|
301
302
|
"sort-package-json": "1.11.0",
|
|
302
303
|
"sql.js": "1.8.0",
|
|
303
304
|
"static-columns": "16.444.3",
|
|
@@ -309,10 +310,10 @@
|
|
|
309
310
|
"task.js": "0.1.5",
|
|
310
311
|
"threads": "1.7.0",
|
|
311
312
|
"tnp-cli": "16.444.1",
|
|
312
|
-
"tnp-config": "16.444.
|
|
313
|
-
"tnp-core": "16.444.
|
|
314
|
-
"tnp-db": "16.444.
|
|
315
|
-
"tnp-helpers": "16.444.
|
|
313
|
+
"tnp-config": "16.444.7",
|
|
314
|
+
"tnp-core": "16.444.8",
|
|
315
|
+
"tnp-db": "16.444.6",
|
|
316
|
+
"tnp-helpers": "16.444.8",
|
|
316
317
|
"ts-debug": "1.3.0",
|
|
317
318
|
"ts-json-schema-generator": "2.1.1",
|
|
318
319
|
"ts-loader": "2.3.1",
|
|
@@ -323,7 +324,7 @@
|
|
|
323
324
|
"typedoc": "0.25.13",
|
|
324
325
|
"typedoc-plugin-markdown": "4.0.3",
|
|
325
326
|
"typescript": "~5.0.2",
|
|
326
|
-
"typescript-class-helpers": "~16.444.
|
|
327
|
+
"typescript-class-helpers": "~16.444.7",
|
|
327
328
|
"typescript-formatter": "~7.2.2",
|
|
328
329
|
"underscore": "1.9.1",
|
|
329
330
|
"uuid": "8.3.2",
|
|
@@ -340,21 +341,21 @@
|
|
|
340
341
|
"zone.js": "~0.13.0"
|
|
341
342
|
},
|
|
342
343
|
"dependencies": {
|
|
343
|
-
"tnp-models": "16.444.
|
|
344
|
+
"tnp-models": "16.444.7"
|
|
344
345
|
},
|
|
345
346
|
"private": false,
|
|
346
|
-
"lastBuildTagHash": "
|
|
347
|
+
"lastBuildTagHash": "46db0efbda6f353608f10763eddccbfe5a79b307",
|
|
347
348
|
"main": "dist/app.electron.js"
|
|
348
349
|
},
|
|
349
350
|
"build": {
|
|
350
|
-
"number":
|
|
351
|
-
"date": "2024-06-
|
|
352
|
-
"hash": "
|
|
351
|
+
"number": 210,
|
|
352
|
+
"date": "2024-06-29T15:11:01.000Z",
|
|
353
|
+
"hash": "973c001e3ab29dea32edae93fc9ae3816c0ddf41"
|
|
353
354
|
},
|
|
354
355
|
"currentProjectName": "isomorphic-region-loader",
|
|
355
356
|
"currentProjectGenericName": "isomorphic-region-loader",
|
|
356
357
|
"currentProjectType": "isomorphic-lib",
|
|
357
|
-
"currentFrameworkVersion": "16.444.
|
|
358
|
+
"currentFrameworkVersion": "16.444.7",
|
|
358
359
|
"isStandaloneProject": true,
|
|
359
360
|
"isSmartContainer": false,
|
|
360
361
|
"pathesTsconfig": "\"paths\": {\"isomorphic-region-loader\":[\"./src/lib\"],\"isomorphic-region-loader/*\":[\"./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.
|