incremental-compiler 16.100.10 → 16.444.2
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 +13 -13
- 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 +29 -26
- package/firedev.jsonc +56 -56
- package/package.json +5 -5
- package/tmp-environment.json +33 -30
- package/websql/README.md +24 -24
package/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
# INCREMENTAL COMPILER
|
2
|
-
|
3
|
-
- lib for any kind incremental compilers, files watchers..
|
4
|
-
- based on excellent https://github.com/paulmillr/chokidar
|
5
|
-
|
6
|
-
## Example use case
|
7
|
-
|
8
|
-
- You want to call some function for each file in you folder "src" in you project.
|
9
|
-
- After you call this function for each file... you are watching this files and
|
10
|
-
for each file change in "src", you are calling again function for this particular file
|
11
|
-
|
12
|
-
|
13
|
-
### If you have many "files watchers" with "increamntal-compiler" you can create scenario ( IncCompiler.init(...) ) and prevent any kind of "race coditions"
|
1
|
+
# INCREMENTAL COMPILER
|
2
|
+
|
3
|
+
- lib for any kind incremental compilers, files watchers..
|
4
|
+
- based on excellent https://github.com/paulmillr/chokidar
|
5
|
+
|
6
|
+
## Example use case
|
7
|
+
|
8
|
+
- You want to call some function for each file in you folder "src" in you project.
|
9
|
+
- After you call this function for each file... you are watching this files and
|
10
|
+
for each file change in "src", you are calling again function for this particular file
|
11
|
+
|
12
|
+
|
13
|
+
### If you have many "files watchers" with "increamntal-compiler" you can create scenario ( IncCompiler.init(...) ) and prevent any kind of "race coditions"
|
@@ -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 (incremental-compiler@16.
|
3
|
+
Assets from this folder are being shipped with this npm package (incremental-compiler@16.444.2)
|
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
@@ -38,7 +38,7 @@
|
|
38
38
|
"type": "isomorphic-lib",
|
39
39
|
"isCoreProject": false,
|
40
40
|
"useFramework": false,
|
41
|
-
"version": "
|
41
|
+
"version": "v16",
|
42
42
|
"isGenerated": false,
|
43
43
|
"license": "MIT",
|
44
44
|
"private": false,
|
@@ -49,7 +49,7 @@
|
|
49
49
|
]
|
50
50
|
},
|
51
51
|
"name": "incremental-compiler",
|
52
|
-
"version": "16.
|
52
|
+
"version": "16.444.2",
|
53
53
|
"license": "MIT",
|
54
54
|
"dependencies": {
|
55
55
|
"@types/chokidar": "2.1.3",
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"dateformat": "3.0.3",
|
61
61
|
"fs-extra": "8.1.0",
|
62
62
|
"glob": "7.1.2",
|
63
|
-
"tnp-helpers": "16.
|
64
|
-
"typescript-class-helpers": "~16.
|
63
|
+
"tnp-helpers": "16.444.2",
|
64
|
+
"typescript-class-helpers": "~16.444.2"
|
65
65
|
},
|
66
66
|
"private": false,
|
67
|
-
"lastBuildTagHash": "
|
67
|
+
"lastBuildTagHash": "264855ec14de8a993e1d1bd3d56e0ecc3c1c47a7",
|
68
68
|
"devDependencies": {
|
69
69
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
70
70
|
"@angular-devkit/build-angular": "~16.0.5",
|
@@ -147,7 +147,7 @@
|
|
147
147
|
"angular-material-css-vars": "5.0.2",
|
148
148
|
"angular-resize-event": "3.2.0",
|
149
149
|
"animate.css": "4.1.1 ",
|
150
|
-
"any-project-cli": "16.100.
|
150
|
+
"any-project-cli": "16.100.10",
|
151
151
|
"app-root-path": "3.0.0",
|
152
152
|
"axios": "1.3.5",
|
153
153
|
"background-worker-process": "16.100.10",
|
@@ -175,6 +175,7 @@
|
|
175
175
|
"copy-paste": "1.5.3",
|
176
176
|
"cors": "2.8.4",
|
177
177
|
"cpr": "3.0.1",
|
178
|
+
"cross-env": "7.0.2",
|
178
179
|
"cross-spawn": "7.0.3",
|
179
180
|
"detect-mocha": "0.1.0",
|
180
181
|
"diff": "3.2.0",
|
@@ -200,13 +201,13 @@
|
|
200
201
|
"file-saver": "2.0.5",
|
201
202
|
"file-type": "18.5.0",
|
202
203
|
"firedev": "^16",
|
203
|
-
"firedev-crud": "16.100.
|
204
|
-
"firedev-crud-deamon": "16.100.
|
205
|
-
"firedev-ports": "16.100.
|
206
|
-
"firedev-storage": "16.100.
|
207
|
-
"firedev-type-sql": "16.100.
|
208
|
-
"firedev-typeorm": "16.100.
|
209
|
-
"firedev-ui": "16.100.
|
204
|
+
"firedev-crud": "16.100.10",
|
205
|
+
"firedev-crud-deamon": "16.100.9",
|
206
|
+
"firedev-ports": "16.100.10",
|
207
|
+
"firedev-storage": "16.100.6",
|
208
|
+
"firedev-type-sql": "16.100.7",
|
209
|
+
"firedev-typeorm": "16.100.7",
|
210
|
+
"firedev-ui": "16.100.10",
|
210
211
|
"fkill": "6.1.0",
|
211
212
|
"font-awesome": "4.7.0",
|
212
213
|
"form-data": "4.0.0",
|
@@ -222,11 +223,11 @@
|
|
222
223
|
"image-focus": "1.2.1",
|
223
224
|
"immer": "10.0.2",
|
224
225
|
"immutable": "4.3.0",
|
225
|
-
"incremental-compiler": "16.100.
|
226
|
+
"incremental-compiler": "16.100.10",
|
226
227
|
"inquirer": "7.3.3",
|
227
228
|
"inquirer-autocomplete-prompt": "1.3.0",
|
228
229
|
"is-elevated": "3.0.0",
|
229
|
-
"isomorphic-region-loader": "16.100.
|
230
|
+
"isomorphic-region-loader": "16.100.9",
|
230
231
|
"istanbul-instrumenter-loader": "2.0.0",
|
231
232
|
"jest": "29.5.0",
|
232
233
|
"jest-date-mock": "1.0.8",
|
@@ -237,8 +238,8 @@
|
|
237
238
|
"joi": "17.9.2",
|
238
239
|
"jscodeshift": "0.6.3",
|
239
240
|
"json-stringify-safe": "5.0.1",
|
240
|
-
"json10": "16.100.
|
241
|
-
"json10-writer": "16.
|
241
|
+
"json10": "16.100.7",
|
242
|
+
"json10-writer": "16.444.2",
|
242
243
|
"json5": "2.2.1",
|
243
244
|
"json5-writer": "0.2.0",
|
244
245
|
"jszip": "3.10.1",
|
@@ -247,9 +248,9 @@
|
|
247
248
|
"localforage": "1.10.0",
|
248
249
|
"lockfile": "1.0.4",
|
249
250
|
"lodash": "4.17.20",
|
250
|
-
"lodash-walk-object": "16.100.
|
251
|
+
"lodash-walk-object": "16.100.7",
|
251
252
|
"lowdb": "7.0.1",
|
252
|
-
"magic-renamer": "16.100.
|
253
|
+
"magic-renamer": "16.100.9",
|
253
254
|
"material-design-icons": "3.0.1",
|
254
255
|
"method-override": "2.3.10",
|
255
256
|
"minimist": "1.2.0",
|
@@ -261,9 +262,9 @@
|
|
261
262
|
"ng-lock": "16.0.1",
|
262
263
|
"ng-packagr": "16.0.1",
|
263
264
|
"ng-talkback": "16.100.5",
|
264
|
-
"ng2-logger": "16.
|
265
|
+
"ng2-logger": "16.444.2",
|
265
266
|
"ng2-pdfjs-viewer": "16.0.4",
|
266
|
-
"ng2-rest": "16.100.
|
267
|
+
"ng2-rest": "16.100.7",
|
267
268
|
"ngx-ace-wrapper": "14.0.0",
|
268
269
|
"ngx-editor": "15.3.0",
|
269
270
|
"ngx-highlightjs": "9.0.0",
|
@@ -316,7 +317,7 @@
|
|
316
317
|
"socket.io": "2.4.1",
|
317
318
|
"sort-package-json": "1.11.0",
|
318
319
|
"sql.js": "1.8.0",
|
319
|
-
"static-columns": "16.100.
|
320
|
+
"static-columns": "16.100.6",
|
320
321
|
"string-similarity": "4.0.2",
|
321
322
|
"sudo-block": "3.0.0",
|
322
323
|
"supertest": "6.3.3",
|
@@ -325,10 +326,10 @@
|
|
325
326
|
"task.js": "0.1.5",
|
326
327
|
"threads": "1.7.0",
|
327
328
|
"tnp-cli": "16.100.5",
|
328
|
-
"tnp-config": "16.
|
329
|
-
"tnp-core": "16.
|
330
|
-
"tnp-db": "16.100.
|
331
|
-
"tnp-models": "16.
|
329
|
+
"tnp-config": "16.444.2",
|
330
|
+
"tnp-core": "16.444.2",
|
331
|
+
"tnp-db": "16.100.9",
|
332
|
+
"tnp-models": "16.444.2",
|
332
333
|
"ts-debug": "1.3.0",
|
333
334
|
"ts-json-schema-generator": "2.1.1",
|
334
335
|
"ts-loader": "2.3.1",
|
@@ -343,6 +344,8 @@
|
|
343
344
|
"validator": "9.2.0",
|
344
345
|
"video.js": "8.3.0",
|
345
346
|
"vpn-split": "16.100.5",
|
347
|
+
"vscode": "1.1.37",
|
348
|
+
"wait-on": "7.0.1",
|
346
349
|
"watch": "1.0.2",
|
347
350
|
"webpack": "~5.80",
|
348
351
|
"webpack-dev-middleware": "~6.0.2",
|
package/firedev.jsonc
CHANGED
@@ -1,57 +1,57 @@
|
|
1
|
-
{
|
2
|
-
"resources": [
|
3
|
-
"README.md"
|
4
|
-
],
|
5
|
-
|
6
|
-
"overrided": {
|
7
|
-
"ignoreDepsPattern": [],
|
8
|
-
"includeAsDev": [],
|
9
|
-
|
10
|
-
"includeOnly": [
|
11
|
-
"@types/glob",
|
12
|
-
"glob",
|
13
|
-
"fs-extra",
|
14
|
-
"@types/fs-extra",
|
15
|
-
"chokidar",
|
16
|
-
"@types/chokidar",
|
17
|
-
"dateformat",
|
18
|
-
"@types/dateformat",
|
19
|
-
"typescript-class-helpers",
|
20
|
-
"tnp-helpers",
|
21
|
-
// "@parcel/watcher",
|
22
|
-
],
|
23
|
-
|
24
|
-
"dependencies": {},
|
25
|
-
"linkedFolders": [],
|
26
|
-
"npmFixes": [],
|
27
|
-
},
|
28
|
-
|
29
|
-
"smartContainerBuildTarget": "",
|
30
|
-
"linkedRepos": [],
|
31
|
-
|
32
|
-
"libReleaseOptions": {
|
33
|
-
"nodts": false,
|
34
|
-
"obscure": false,
|
35
|
-
"ugly": false,
|
36
|
-
"includeNodeModules": false,
|
37
|
-
"cliBuildNoDts": false,
|
38
|
-
"cliBuildObscure": false,
|
39
|
-
"cliBuildIncludeNodeModules": false,
|
40
|
-
"cliBuildUglify": false,
|
41
|
-
},
|
42
|
-
|
43
|
-
"smartContainerTarget": "",
|
44
|
-
"type": "isomorphic-lib",
|
45
|
-
"isCoreProject": false,
|
46
|
-
"useFramework": false,
|
47
|
-
"version": "
|
48
|
-
"isGenerated": false,
|
49
|
-
"license": "MIT",
|
50
|
-
"private": false,
|
51
|
-
"main": "index.js",
|
52
|
-
"workerPlugins": {},
|
53
|
-
|
54
|
-
"additionalNpmNames": [
|
55
|
-
"firedev-incremental-watcher"
|
56
|
-
],
|
1
|
+
{
|
2
|
+
"resources": [
|
3
|
+
"README.md"
|
4
|
+
],
|
5
|
+
|
6
|
+
"overrided": {
|
7
|
+
"ignoreDepsPattern": [],
|
8
|
+
"includeAsDev": [],
|
9
|
+
|
10
|
+
"includeOnly": [
|
11
|
+
"@types/glob",
|
12
|
+
"glob",
|
13
|
+
"fs-extra",
|
14
|
+
"@types/fs-extra",
|
15
|
+
"chokidar",
|
16
|
+
"@types/chokidar",
|
17
|
+
"dateformat",
|
18
|
+
"@types/dateformat",
|
19
|
+
"typescript-class-helpers",
|
20
|
+
"tnp-helpers",
|
21
|
+
// "@parcel/watcher",
|
22
|
+
],
|
23
|
+
|
24
|
+
"dependencies": {},
|
25
|
+
"linkedFolders": [],
|
26
|
+
"npmFixes": [],
|
27
|
+
},
|
28
|
+
|
29
|
+
"smartContainerBuildTarget": "",
|
30
|
+
"linkedRepos": [],
|
31
|
+
|
32
|
+
"libReleaseOptions": {
|
33
|
+
"nodts": false,
|
34
|
+
"obscure": false,
|
35
|
+
"ugly": false,
|
36
|
+
"includeNodeModules": false,
|
37
|
+
"cliBuildNoDts": false,
|
38
|
+
"cliBuildObscure": false,
|
39
|
+
"cliBuildIncludeNodeModules": false,
|
40
|
+
"cliBuildUglify": false,
|
41
|
+
},
|
42
|
+
|
43
|
+
"smartContainerTarget": "",
|
44
|
+
"type": "isomorphic-lib",
|
45
|
+
"isCoreProject": false,
|
46
|
+
"useFramework": false,
|
47
|
+
"version": "v16",
|
48
|
+
"isGenerated": false,
|
49
|
+
"license": "MIT",
|
50
|
+
"private": false,
|
51
|
+
"main": "index.js",
|
52
|
+
"workerPlugins": {},
|
53
|
+
|
54
|
+
"additionalNpmNames": [
|
55
|
+
"firedev-incremental-watcher"
|
56
|
+
],
|
57
57
|
}
|
package/package.json
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
"type": "isomorphic-lib",
|
39
39
|
"isCoreProject": false,
|
40
40
|
"useFramework": false,
|
41
|
-
"version": "
|
41
|
+
"version": "v16",
|
42
42
|
"isGenerated": false,
|
43
43
|
"license": "MIT",
|
44
44
|
"private": false,
|
@@ -49,7 +49,7 @@
|
|
49
49
|
]
|
50
50
|
},
|
51
51
|
"name": "incremental-compiler",
|
52
|
-
"version": "16.
|
52
|
+
"version": "16.444.2",
|
53
53
|
"license": "MIT",
|
54
54
|
"dependencies": {
|
55
55
|
"@types/chokidar": "2.1.3",
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"dateformat": "3.0.3",
|
61
61
|
"fs-extra": "8.1.0",
|
62
62
|
"glob": "7.1.2",
|
63
|
-
"tnp-helpers": "16.
|
64
|
-
"typescript-class-helpers": "~16.
|
63
|
+
"tnp-helpers": "16.444.2",
|
64
|
+
"typescript-class-helpers": "~16.444.2"
|
65
65
|
},
|
66
66
|
"private": false,
|
67
|
-
"lastBuildTagHash": "
|
67
|
+
"lastBuildTagHash": "264855ec14de8a993e1d1bd3d56e0ecc3c1c47a7",
|
68
68
|
"devDependencies": {},
|
69
69
|
"main": "index.js"
|
70
70
|
}
|
package/tmp-environment.json
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
"type": "isomorphic-lib",
|
43
43
|
"isCoreProject": false,
|
44
44
|
"useFramework": false,
|
45
|
-
"version": "
|
45
|
+
"version": "v16",
|
46
46
|
"isGenerated": false,
|
47
47
|
"license": "MIT",
|
48
48
|
"private": false,
|
@@ -53,7 +53,7 @@
|
|
53
53
|
]
|
54
54
|
},
|
55
55
|
"name": "incremental-compiler",
|
56
|
-
"version": "16.
|
56
|
+
"version": "16.444.2",
|
57
57
|
"license": "MIT",
|
58
58
|
"dependencies": {
|
59
59
|
"@types/chokidar": "2.1.3",
|
@@ -64,11 +64,11 @@
|
|
64
64
|
"dateformat": "3.0.3",
|
65
65
|
"fs-extra": "8.1.0",
|
66
66
|
"glob": "7.1.2",
|
67
|
-
"tnp-helpers": "16.
|
68
|
-
"typescript-class-helpers": "~16.
|
67
|
+
"tnp-helpers": "16.444.2",
|
68
|
+
"typescript-class-helpers": "~16.444.2"
|
69
69
|
},
|
70
70
|
"private": false,
|
71
|
-
"lastBuildTagHash": "
|
71
|
+
"lastBuildTagHash": "264855ec14de8a993e1d1bd3d56e0ecc3c1c47a7",
|
72
72
|
"devDependencies": {
|
73
73
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
74
74
|
"@angular-devkit/build-angular": "~16.0.5",
|
@@ -151,7 +151,7 @@
|
|
151
151
|
"angular-material-css-vars": "5.0.2",
|
152
152
|
"angular-resize-event": "3.2.0",
|
153
153
|
"animate.css": "4.1.1 ",
|
154
|
-
"any-project-cli": "16.100.
|
154
|
+
"any-project-cli": "16.100.10",
|
155
155
|
"app-root-path": "3.0.0",
|
156
156
|
"axios": "1.3.5",
|
157
157
|
"background-worker-process": "16.100.10",
|
@@ -179,6 +179,7 @@
|
|
179
179
|
"copy-paste": "1.5.3",
|
180
180
|
"cors": "2.8.4",
|
181
181
|
"cpr": "3.0.1",
|
182
|
+
"cross-env": "7.0.2",
|
182
183
|
"cross-spawn": "7.0.3",
|
183
184
|
"detect-mocha": "0.1.0",
|
184
185
|
"diff": "3.2.0",
|
@@ -204,13 +205,13 @@
|
|
204
205
|
"file-saver": "2.0.5",
|
205
206
|
"file-type": "18.5.0",
|
206
207
|
"firedev": "^16",
|
207
|
-
"firedev-crud": "16.100.
|
208
|
-
"firedev-crud-deamon": "16.100.
|
209
|
-
"firedev-ports": "16.100.
|
210
|
-
"firedev-storage": "16.100.
|
211
|
-
"firedev-type-sql": "16.100.
|
212
|
-
"firedev-typeorm": "16.100.
|
213
|
-
"firedev-ui": "16.100.
|
208
|
+
"firedev-crud": "16.100.10",
|
209
|
+
"firedev-crud-deamon": "16.100.9",
|
210
|
+
"firedev-ports": "16.100.10",
|
211
|
+
"firedev-storage": "16.100.6",
|
212
|
+
"firedev-type-sql": "16.100.7",
|
213
|
+
"firedev-typeorm": "16.100.7",
|
214
|
+
"firedev-ui": "16.100.10",
|
214
215
|
"fkill": "6.1.0",
|
215
216
|
"font-awesome": "4.7.0",
|
216
217
|
"form-data": "4.0.0",
|
@@ -226,11 +227,11 @@
|
|
226
227
|
"image-focus": "1.2.1",
|
227
228
|
"immer": "10.0.2",
|
228
229
|
"immutable": "4.3.0",
|
229
|
-
"incremental-compiler": "16.100.
|
230
|
+
"incremental-compiler": "16.100.10",
|
230
231
|
"inquirer": "7.3.3",
|
231
232
|
"inquirer-autocomplete-prompt": "1.3.0",
|
232
233
|
"is-elevated": "3.0.0",
|
233
|
-
"isomorphic-region-loader": "16.100.
|
234
|
+
"isomorphic-region-loader": "16.100.9",
|
234
235
|
"istanbul-instrumenter-loader": "2.0.0",
|
235
236
|
"jest": "29.5.0",
|
236
237
|
"jest-date-mock": "1.0.8",
|
@@ -241,8 +242,8 @@
|
|
241
242
|
"joi": "17.9.2",
|
242
243
|
"jscodeshift": "0.6.3",
|
243
244
|
"json-stringify-safe": "5.0.1",
|
244
|
-
"json10": "16.100.
|
245
|
-
"json10-writer": "16.
|
245
|
+
"json10": "16.100.7",
|
246
|
+
"json10-writer": "16.444.2",
|
246
247
|
"json5": "2.2.1",
|
247
248
|
"json5-writer": "0.2.0",
|
248
249
|
"jszip": "3.10.1",
|
@@ -251,9 +252,9 @@
|
|
251
252
|
"localforage": "1.10.0",
|
252
253
|
"lockfile": "1.0.4",
|
253
254
|
"lodash": "4.17.20",
|
254
|
-
"lodash-walk-object": "16.100.
|
255
|
+
"lodash-walk-object": "16.100.7",
|
255
256
|
"lowdb": "7.0.1",
|
256
|
-
"magic-renamer": "16.100.
|
257
|
+
"magic-renamer": "16.100.9",
|
257
258
|
"material-design-icons": "3.0.1",
|
258
259
|
"method-override": "2.3.10",
|
259
260
|
"minimist": "1.2.0",
|
@@ -265,9 +266,9 @@
|
|
265
266
|
"ng-lock": "16.0.1",
|
266
267
|
"ng-packagr": "16.0.1",
|
267
268
|
"ng-talkback": "16.100.5",
|
268
|
-
"ng2-logger": "16.
|
269
|
+
"ng2-logger": "16.444.2",
|
269
270
|
"ng2-pdfjs-viewer": "16.0.4",
|
270
|
-
"ng2-rest": "16.100.
|
271
|
+
"ng2-rest": "16.100.7",
|
271
272
|
"ngx-ace-wrapper": "14.0.0",
|
272
273
|
"ngx-editor": "15.3.0",
|
273
274
|
"ngx-highlightjs": "9.0.0",
|
@@ -320,7 +321,7 @@
|
|
320
321
|
"socket.io": "2.4.1",
|
321
322
|
"sort-package-json": "1.11.0",
|
322
323
|
"sql.js": "1.8.0",
|
323
|
-
"static-columns": "16.100.
|
324
|
+
"static-columns": "16.100.6",
|
324
325
|
"string-similarity": "4.0.2",
|
325
326
|
"sudo-block": "3.0.0",
|
326
327
|
"supertest": "6.3.3",
|
@@ -329,10 +330,10 @@
|
|
329
330
|
"task.js": "0.1.5",
|
330
331
|
"threads": "1.7.0",
|
331
332
|
"tnp-cli": "16.100.5",
|
332
|
-
"tnp-config": "16.
|
333
|
-
"tnp-core": "16.
|
334
|
-
"tnp-db": "16.100.
|
335
|
-
"tnp-models": "16.
|
333
|
+
"tnp-config": "16.444.2",
|
334
|
+
"tnp-core": "16.444.2",
|
335
|
+
"tnp-db": "16.100.9",
|
336
|
+
"tnp-models": "16.444.2",
|
336
337
|
"ts-debug": "1.3.0",
|
337
338
|
"ts-json-schema-generator": "2.1.1",
|
338
339
|
"ts-loader": "2.3.1",
|
@@ -347,6 +348,8 @@
|
|
347
348
|
"validator": "9.2.0",
|
348
349
|
"video.js": "8.3.0",
|
349
350
|
"vpn-split": "16.100.5",
|
351
|
+
"vscode": "1.1.37",
|
352
|
+
"wait-on": "7.0.1",
|
350
353
|
"watch": "1.0.2",
|
351
354
|
"webpack": "~5.80",
|
352
355
|
"webpack-dev-middleware": "~6.0.2",
|
@@ -357,14 +360,14 @@
|
|
357
360
|
"main": "index.js"
|
358
361
|
},
|
359
362
|
"build": {
|
360
|
-
"number":
|
361
|
-
"date": "2024-
|
362
|
-
"hash": "
|
363
|
+
"number": 450,
|
364
|
+
"date": "2024-06-05T11:34:45.000Z",
|
365
|
+
"hash": "4f237f7e3ff9e0913951cb66a6fa84d6f50a9aea"
|
363
366
|
},
|
364
367
|
"currentProjectName": "incremental-compiler",
|
365
368
|
"currentProjectGenericName": "incremental-compiler",
|
366
369
|
"currentProjectType": "isomorphic-lib",
|
367
|
-
"currentFrameworkVersion": "16.
|
370
|
+
"currentFrameworkVersion": "16.444.0",
|
368
371
|
"isStandaloneProject": true,
|
369
372
|
"isSmartContainer": false,
|
370
373
|
"pathesTsconfig": "\"paths\": {\"incremental-compiler\":[\"./src/lib\"],\"incremental-compiler/*\":[\"./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.
|