incremental-compiler 16.444.12 → 16.444.13
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 +22 -22
- package/firedev.jsonc +56 -56
- package/package.json +5 -5
- package/tmp-environment.json +25 -25
- 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.444.
|
3
|
+
Assets from this folder are being shipped with this npm package (incremental-compiler@16.444.13)
|
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
@@ -49,7 +49,7 @@
|
|
49
49
|
]
|
50
50
|
},
|
51
51
|
"name": "incremental-compiler",
|
52
|
-
"version": "16.444.
|
52
|
+
"version": "16.444.13",
|
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.444.
|
64
|
-
"typescript-class-helpers": "~16.444.
|
63
|
+
"tnp-helpers": "~16.444.19",
|
64
|
+
"typescript-class-helpers": "~16.444.12"
|
65
65
|
},
|
66
66
|
"private": false,
|
67
|
-
"lastBuildTagHash": "
|
67
|
+
"lastBuildTagHash": "fe3a7f24e4cad892b13e80ef0e2cff9a172720dc",
|
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.444.
|
150
|
+
"any-project-cli": "~16.444.11",
|
151
151
|
"app-root-path": "3.0.0",
|
152
152
|
"axios": "1.3.5",
|
153
153
|
"background-worker-process": "~16.100.10",
|
@@ -201,11 +201,11 @@
|
|
201
201
|
"file-saver": "2.0.5",
|
202
202
|
"file-type": "18.5.0",
|
203
203
|
"firedev": "^16",
|
204
|
-
"firedev-crud": "~16.444.
|
205
|
-
"firedev-crud-deamon": "~16.444.
|
206
|
-
"firedev-ports": "~16.444.
|
204
|
+
"firedev-crud": "~16.444.11",
|
205
|
+
"firedev-crud-deamon": "~16.444.11",
|
206
|
+
"firedev-ports": "~16.444.11",
|
207
207
|
"firedev-storage": "~16.444.5",
|
208
|
-
"firedev-type-sql": "~16.444.
|
208
|
+
"firedev-type-sql": "~16.444.11",
|
209
209
|
"firedev-typeorm": "~16.444.5",
|
210
210
|
"firedev-ui": "~16.444.1",
|
211
211
|
"fkill": "6.1.0",
|
@@ -223,11 +223,11 @@
|
|
223
223
|
"image-focus": "1.2.1",
|
224
224
|
"immer": "10.0.2",
|
225
225
|
"immutable": "4.3.0",
|
226
|
-
"incremental-compiler": "~16.444.
|
226
|
+
"incremental-compiler": "~16.444.12",
|
227
227
|
"inquirer": "7.3.3",
|
228
228
|
"inquirer-autocomplete-prompt": "1.3.0",
|
229
229
|
"is-elevated": "3.0.0",
|
230
|
-
"isomorphic-region-loader": "~16.444.
|
230
|
+
"isomorphic-region-loader": "~16.444.11",
|
231
231
|
"istanbul-instrumenter-loader": "2.0.0",
|
232
232
|
"jest": "29.5.0",
|
233
233
|
"jest-date-mock": "1.0.8",
|
@@ -238,8 +238,8 @@
|
|
238
238
|
"joi": "17.9.2",
|
239
239
|
"jscodeshift": "0.6.3",
|
240
240
|
"json-stringify-safe": "5.0.1",
|
241
|
-
"json10": "~16.444.
|
242
|
-
"json10-writer": "~16.444.
|
241
|
+
"json10": "~16.444.11",
|
242
|
+
"json10-writer": "~16.444.12",
|
243
243
|
"json5": "2.2.1",
|
244
244
|
"json5-writer": "0.2.0",
|
245
245
|
"jszip": "3.10.1",
|
@@ -248,9 +248,9 @@
|
|
248
248
|
"localforage": "1.10.0",
|
249
249
|
"lockfile": "1.0.4",
|
250
250
|
"lodash": "4.17.20",
|
251
|
-
"lodash-walk-object": "~16.444.
|
251
|
+
"lodash-walk-object": "~16.444.10",
|
252
252
|
"lowdb": "7.0.1",
|
253
|
-
"magic-renamer": "~16.444.
|
253
|
+
"magic-renamer": "~16.444.10",
|
254
254
|
"material-design-icons": "3.0.1",
|
255
255
|
"method-override": "2.3.10",
|
256
256
|
"minimist": "1.2.0",
|
@@ -262,9 +262,9 @@
|
|
262
262
|
"ng-lock": "16.0.1",
|
263
263
|
"ng-packagr": "16.0.1",
|
264
264
|
"ng-talkback": "~16.444.1",
|
265
|
-
"ng2-logger": "~16.444.
|
265
|
+
"ng2-logger": "~16.444.12",
|
266
266
|
"ng2-pdfjs-viewer": "16.0.4",
|
267
|
-
"ng2-rest": "~16.444.
|
267
|
+
"ng2-rest": "~16.444.10",
|
268
268
|
"ngx-ace-wrapper": "14.0.0",
|
269
269
|
"ngx-editor": "15.3.0",
|
270
270
|
"ngx-highlightjs": "9.0.0",
|
@@ -327,10 +327,10 @@
|
|
327
327
|
"task.js": "0.1.5",
|
328
328
|
"threads": "1.7.0",
|
329
329
|
"tnp-cli": "~16.444.1",
|
330
|
-
"tnp-config": "~16.444.
|
331
|
-
"tnp-core": "~16.444.
|
332
|
-
"tnp-db": "~16.444.
|
333
|
-
"tnp-models": "~16.444.
|
330
|
+
"tnp-config": "~16.444.12",
|
331
|
+
"tnp-core": "~16.444.14",
|
332
|
+
"tnp-db": "~16.444.10",
|
333
|
+
"tnp-models": "~16.444.12",
|
334
334
|
"ts-debug": "1.3.0",
|
335
335
|
"ts-json-schema-generator": "2.1.1",
|
336
336
|
"ts-loader": "2.3.1",
|
@@ -356,5 +356,5 @@
|
|
356
356
|
"yup": "1.1.1",
|
357
357
|
"zone.js": "~0.13.0"
|
358
358
|
},
|
359
|
-
"main": "
|
359
|
+
"main": "dist/app.electron.js"
|
360
360
|
}
|
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": "v16",
|
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
@@ -49,7 +49,7 @@
|
|
49
49
|
]
|
50
50
|
},
|
51
51
|
"name": "incremental-compiler",
|
52
|
-
"version": "16.444.
|
52
|
+
"version": "16.444.13",
|
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.444.
|
64
|
-
"typescript-class-helpers": "~16.444.
|
63
|
+
"tnp-helpers": "~16.444.19",
|
64
|
+
"typescript-class-helpers": "~16.444.12"
|
65
65
|
},
|
66
66
|
"private": false,
|
67
|
-
"lastBuildTagHash": "
|
67
|
+
"lastBuildTagHash": "fe3a7f24e4cad892b13e80ef0e2cff9a172720dc",
|
68
68
|
"devDependencies": {},
|
69
|
-
"main": "
|
69
|
+
"main": "dist/app.electron.js"
|
70
70
|
}
|
package/tmp-environment.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
]
|
54
54
|
},
|
55
55
|
"name": "incremental-compiler",
|
56
|
-
"version": "16.444.
|
56
|
+
"version": "16.444.13",
|
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.444.
|
68
|
-
"typescript-class-helpers": "~16.444.
|
67
|
+
"tnp-helpers": "~16.444.19",
|
68
|
+
"typescript-class-helpers": "~16.444.12"
|
69
69
|
},
|
70
70
|
"private": false,
|
71
|
-
"lastBuildTagHash": "
|
71
|
+
"lastBuildTagHash": "fe3a7f24e4cad892b13e80ef0e2cff9a172720dc",
|
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.444.
|
154
|
+
"any-project-cli": "~16.444.11",
|
155
155
|
"app-root-path": "3.0.0",
|
156
156
|
"axios": "1.3.5",
|
157
157
|
"background-worker-process": "~16.100.10",
|
@@ -205,11 +205,11 @@
|
|
205
205
|
"file-saver": "2.0.5",
|
206
206
|
"file-type": "18.5.0",
|
207
207
|
"firedev": "^16",
|
208
|
-
"firedev-crud": "~16.444.
|
209
|
-
"firedev-crud-deamon": "~16.444.
|
210
|
-
"firedev-ports": "~16.444.
|
208
|
+
"firedev-crud": "~16.444.11",
|
209
|
+
"firedev-crud-deamon": "~16.444.11",
|
210
|
+
"firedev-ports": "~16.444.11",
|
211
211
|
"firedev-storage": "~16.444.5",
|
212
|
-
"firedev-type-sql": "~16.444.
|
212
|
+
"firedev-type-sql": "~16.444.11",
|
213
213
|
"firedev-typeorm": "~16.444.5",
|
214
214
|
"firedev-ui": "~16.444.1",
|
215
215
|
"fkill": "6.1.0",
|
@@ -227,11 +227,11 @@
|
|
227
227
|
"image-focus": "1.2.1",
|
228
228
|
"immer": "10.0.2",
|
229
229
|
"immutable": "4.3.0",
|
230
|
-
"incremental-compiler": "~16.444.
|
230
|
+
"incremental-compiler": "~16.444.12",
|
231
231
|
"inquirer": "7.3.3",
|
232
232
|
"inquirer-autocomplete-prompt": "1.3.0",
|
233
233
|
"is-elevated": "3.0.0",
|
234
|
-
"isomorphic-region-loader": "~16.444.
|
234
|
+
"isomorphic-region-loader": "~16.444.11",
|
235
235
|
"istanbul-instrumenter-loader": "2.0.0",
|
236
236
|
"jest": "29.5.0",
|
237
237
|
"jest-date-mock": "1.0.8",
|
@@ -242,8 +242,8 @@
|
|
242
242
|
"joi": "17.9.2",
|
243
243
|
"jscodeshift": "0.6.3",
|
244
244
|
"json-stringify-safe": "5.0.1",
|
245
|
-
"json10": "~16.444.
|
246
|
-
"json10-writer": "~16.444.
|
245
|
+
"json10": "~16.444.11",
|
246
|
+
"json10-writer": "~16.444.12",
|
247
247
|
"json5": "2.2.1",
|
248
248
|
"json5-writer": "0.2.0",
|
249
249
|
"jszip": "3.10.1",
|
@@ -252,9 +252,9 @@
|
|
252
252
|
"localforage": "1.10.0",
|
253
253
|
"lockfile": "1.0.4",
|
254
254
|
"lodash": "4.17.20",
|
255
|
-
"lodash-walk-object": "~16.444.
|
255
|
+
"lodash-walk-object": "~16.444.10",
|
256
256
|
"lowdb": "7.0.1",
|
257
|
-
"magic-renamer": "~16.444.
|
257
|
+
"magic-renamer": "~16.444.10",
|
258
258
|
"material-design-icons": "3.0.1",
|
259
259
|
"method-override": "2.3.10",
|
260
260
|
"minimist": "1.2.0",
|
@@ -266,9 +266,9 @@
|
|
266
266
|
"ng-lock": "16.0.1",
|
267
267
|
"ng-packagr": "16.0.1",
|
268
268
|
"ng-talkback": "~16.444.1",
|
269
|
-
"ng2-logger": "~16.444.
|
269
|
+
"ng2-logger": "~16.444.12",
|
270
270
|
"ng2-pdfjs-viewer": "16.0.4",
|
271
|
-
"ng2-rest": "~16.444.
|
271
|
+
"ng2-rest": "~16.444.10",
|
272
272
|
"ngx-ace-wrapper": "14.0.0",
|
273
273
|
"ngx-editor": "15.3.0",
|
274
274
|
"ngx-highlightjs": "9.0.0",
|
@@ -331,10 +331,10 @@
|
|
331
331
|
"task.js": "0.1.5",
|
332
332
|
"threads": "1.7.0",
|
333
333
|
"tnp-cli": "~16.444.1",
|
334
|
-
"tnp-config": "~16.444.
|
335
|
-
"tnp-core": "~16.444.
|
336
|
-
"tnp-db": "~16.444.
|
337
|
-
"tnp-models": "~16.444.
|
334
|
+
"tnp-config": "~16.444.12",
|
335
|
+
"tnp-core": "~16.444.14",
|
336
|
+
"tnp-db": "~16.444.10",
|
337
|
+
"tnp-models": "~16.444.12",
|
338
338
|
"ts-debug": "1.3.0",
|
339
339
|
"ts-json-schema-generator": "2.1.1",
|
340
340
|
"ts-loader": "2.3.1",
|
@@ -363,14 +363,14 @@
|
|
363
363
|
"main": "dist/app.electron.js"
|
364
364
|
},
|
365
365
|
"build": {
|
366
|
-
"number":
|
367
|
-
"date": "2024-07-
|
368
|
-
"hash": "
|
366
|
+
"number": 464,
|
367
|
+
"date": "2024-07-11T19:24:44.000Z",
|
368
|
+
"hash": "87bcdda2f20ae0ab40d6ad540180108306ff49f0"
|
369
369
|
},
|
370
370
|
"currentProjectName": "incremental-compiler",
|
371
371
|
"currentProjectGenericName": "incremental-compiler",
|
372
372
|
"currentProjectType": "isomorphic-lib",
|
373
|
-
"currentFrameworkVersion": "16.444.
|
373
|
+
"currentFrameworkVersion": "16.444.13",
|
374
374
|
"isStandaloneProject": true,
|
375
375
|
"isSmartContainer": false,
|
376
376
|
"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.
|