incremental-compiler 18.0.4 → 18.0.9
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/lib/incremental-watcher/incremental-watcher.js +1 -1
- package/lib/incremental-watcher/incremental-watcher.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +6 -6
- package/src.d.ts +1 -1
- package/{firedev.jsonc → taon.jsonc} +50 -50
- package/tmp-environment.json +37 -40
- 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@18.0.
|
3
|
+
Assets from this folder are being shipped with this npm package (incremental-compiler@18.0.9)
|
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.
|
@@ -16,7 +16,7 @@ function incrementalWatcher(filePath, watchOptions) {
|
|
16
16
|
// @ts-ignore
|
17
17
|
watchOptions.engine = '@parcel/watcher';
|
18
18
|
}
|
19
|
-
if (tnp_core_1.frameworkName === '
|
19
|
+
if (tnp_core_1.frameworkName === 'taon') {
|
20
20
|
// @ts-ignore
|
21
21
|
watchOptions.engine = 'chokidar';
|
22
22
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"incremental-watcher.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;AAQA,gDAqCC;;AA5CD,qCAAqE;AAIrE,mFAAwE;AAGxE,SAAsB,kBAAkB,CAAC,QAA2B,EAAE,YAAuC;;;;YAC3G,IAAI,CAAC,YAAY,EAAE,CAAC;gBAClB,YAAY,GAAI,EAAU,CAAC;YAC7B,CAAC;YAED,IAAI,CAAC,CAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,MAAM,CAAA,IAAI,CAAC,YAAC,CAAC,QAAQ,CAAC,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,MAAM,CAAC,IAAI,CAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,MAAM,CAAC,IAAI,EAAE,MAAK,EAAE,CAAC,EAAE,CAAC;gBACtG,uBAAuB;gBACvB,aAAa;gBACb,YAAY,CAAC,MAAM,GAAG,iBAAiB,CAAC;YAC1C,CAAC;YAGD,IAAI,wBAAa,KAAK,
|
1
|
+
{"version":3,"file":"incremental-watcher.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;AAQA,gDAqCC;;AA5CD,qCAAqE;AAIrE,mFAAwE;AAGxE,SAAsB,kBAAkB,CAAC,QAA2B,EAAE,YAAuC;;;;YAC3G,IAAI,CAAC,YAAY,EAAE,CAAC;gBAClB,YAAY,GAAI,EAAU,CAAC;YAC7B,CAAC;YAED,IAAI,CAAC,CAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,MAAM,CAAA,IAAI,CAAC,YAAC,CAAC,QAAQ,CAAC,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,MAAM,CAAC,IAAI,CAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,MAAM,CAAC,IAAI,EAAE,MAAK,EAAE,CAAC,EAAE,CAAC;gBACtG,uBAAuB;gBACvB,aAAa;gBACb,YAAY,CAAC,MAAM,GAAG,iBAAiB,CAAC;YAC1C,CAAC;YAGD,IAAI,wBAAa,KAAK,MAAM,EAAE,CAAC;gBAC7B,aAAa;gBACb,YAAY,CAAC,MAAM,GAAG,UAAU,CAAC;YACnC,CAAC;iBAAM,CAAC;gBACN,aAAa;gBACb,YAAY,CAAC,MAAM,GAAG,iBAAiB,CAAC;YAC1C,CAAC;YAGD,kDAAkD;YAClD,YAAY,CAAC,MAAM,GAAG,UAAU,CAAC;YAEjC,2DAA2D;YAE3D,aAAa;YACb,IAAI,CAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,MAAM,MAAK,iBAAiB,EAAE,CAAC;gBAEzC,QAAQ,GAAG,IAAI,qDAAoB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;gBAClE,sBAAO,QAAe,EAAC;YACzB,CAAC;iBAAM,CAAC;gBACA,GAAG,GAAG,YAAC,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;gBACtC,aAAa;gBACb,GAAG,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;gBACrC,sBAAO,mBAAQ,CAAC,KAAK,CAAC,QAAQ,EAAE,YAAY,CAAC,EAAA;YAC/C,CAAC;;;;CACF"}
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
package/package.json
CHANGED
@@ -45,11 +45,11 @@
|
|
45
45
|
"main": "index.js",
|
46
46
|
"workerPlugins": {},
|
47
47
|
"additionalNpmNames": [
|
48
|
-
"
|
48
|
+
"taon-incremental-watcher"
|
49
49
|
]
|
50
50
|
},
|
51
51
|
"name": "incremental-compiler",
|
52
|
-
"version": "18.0.
|
52
|
+
"version": "18.0.9",
|
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": "~18.0.
|
64
|
-
"typescript-class-helpers": "~18.0.
|
63
|
+
"tnp-helpers": "~18.0.9",
|
64
|
+
"typescript-class-helpers": "~18.0.10"
|
65
65
|
},
|
66
66
|
"private": false,
|
67
|
-
"lastBuildTagHash": "
|
67
|
+
"lastBuildTagHash": "156835306ad3e6d3f9ebc89de1c506346167bfd1",
|
68
68
|
"devDependencies": {},
|
69
|
-
"main": "
|
69
|
+
"main": "index.js"
|
70
70
|
}
|
package/src.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
// THIS FILE IS GENERATED
|
2
2
|
export * from './lib';
|
3
3
|
// THIS FILE IS GENERATED
|
4
|
-
// please use command:
|
4
|
+
// please use command: taon build:watch to see here links for your globally builded lib code files
|
5
5
|
// THIS FILE IS GENERATED
|
6
6
|
|
@@ -1,51 +1,51 @@
|
|
1
|
-
{
|
2
|
-
"resources": ["README.md"],
|
3
|
-
|
4
|
-
"overrided": {
|
5
|
-
"ignoreDepsPattern": [],
|
6
|
-
"includeAsDev": [],
|
7
|
-
|
8
|
-
"includeOnly": [
|
9
|
-
"@types/glob",
|
10
|
-
"glob",
|
11
|
-
"fs-extra",
|
12
|
-
"@types/fs-extra",
|
13
|
-
"chokidar",
|
14
|
-
"@types/chokidar",
|
15
|
-
"dateformat",
|
16
|
-
"@types/dateformat",
|
17
|
-
"typescript-class-helpers",
|
18
|
-
"tnp-helpers"
|
19
|
-
],
|
20
|
-
|
21
|
-
"dependencies": {},
|
22
|
-
"linkedFolders": [],
|
23
|
-
"npmFixes": []
|
24
|
-
},
|
25
|
-
|
26
|
-
"smartContainerBuildTarget": "",
|
27
|
-
"linkedRepos": [],
|
28
|
-
|
29
|
-
"libReleaseOptions": {
|
30
|
-
"nodts": false,
|
31
|
-
"obscure": false,
|
32
|
-
"ugly": false,
|
33
|
-
"includeNodeModules": false,
|
34
|
-
"cliBuildNoDts": false,
|
35
|
-
"cliBuildObscure": false,
|
36
|
-
"cliBuildIncludeNodeModules": false,
|
37
|
-
"cliBuildUglify": false
|
38
|
-
},
|
39
|
-
|
40
|
-
"smartContainerTarget": "",
|
41
|
-
"type": "isomorphic-lib",
|
42
|
-
"isCoreProject": false,
|
43
|
-
"useFramework": false,
|
44
|
-
"version": "v18",
|
45
|
-
"isGenerated": false,
|
46
|
-
"license": "MIT",
|
47
|
-
"private": false,
|
48
|
-
"main": "index.js",
|
49
|
-
"workerPlugins": {},
|
50
|
-
"additionalNpmNames": ["
|
1
|
+
{
|
2
|
+
"resources": ["README.md"],
|
3
|
+
|
4
|
+
"overrided": {
|
5
|
+
"ignoreDepsPattern": [],
|
6
|
+
"includeAsDev": [],
|
7
|
+
|
8
|
+
"includeOnly": [
|
9
|
+
"@types/glob",
|
10
|
+
"glob",
|
11
|
+
"fs-extra",
|
12
|
+
"@types/fs-extra",
|
13
|
+
"chokidar",
|
14
|
+
"@types/chokidar",
|
15
|
+
"dateformat",
|
16
|
+
"@types/dateformat",
|
17
|
+
"typescript-class-helpers",
|
18
|
+
"tnp-helpers"
|
19
|
+
],
|
20
|
+
|
21
|
+
"dependencies": {},
|
22
|
+
"linkedFolders": [],
|
23
|
+
"npmFixes": []
|
24
|
+
},
|
25
|
+
|
26
|
+
"smartContainerBuildTarget": "",
|
27
|
+
"linkedRepos": [],
|
28
|
+
|
29
|
+
"libReleaseOptions": {
|
30
|
+
"nodts": false,
|
31
|
+
"obscure": false,
|
32
|
+
"ugly": false,
|
33
|
+
"includeNodeModules": false,
|
34
|
+
"cliBuildNoDts": false,
|
35
|
+
"cliBuildObscure": false,
|
36
|
+
"cliBuildIncludeNodeModules": false,
|
37
|
+
"cliBuildUglify": false
|
38
|
+
},
|
39
|
+
|
40
|
+
"smartContainerTarget": "",
|
41
|
+
"type": "isomorphic-lib",
|
42
|
+
"isCoreProject": false,
|
43
|
+
"useFramework": false,
|
44
|
+
"version": "v18",
|
45
|
+
"isGenerated": false,
|
46
|
+
"license": "MIT",
|
47
|
+
"private": false,
|
48
|
+
"main": "index.js",
|
49
|
+
"workerPlugins": {},
|
50
|
+
"additionalNpmNames": ["taon-incremental-watcher"]
|
51
51
|
}
|
package/tmp-environment.json
CHANGED
@@ -49,11 +49,11 @@
|
|
49
49
|
"main": "index.js",
|
50
50
|
"workerPlugins": {},
|
51
51
|
"additionalNpmNames": [
|
52
|
-
"
|
52
|
+
"taon-incremental-watcher"
|
53
53
|
]
|
54
54
|
},
|
55
55
|
"name": "incremental-compiler",
|
56
|
-
"version": "18.0.
|
56
|
+
"version": "18.0.9",
|
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": "~18.0.
|
68
|
-
"typescript-class-helpers": "~18.0.
|
67
|
+
"tnp-helpers": "~18.0.9",
|
68
|
+
"typescript-class-helpers": "~18.0.10"
|
69
69
|
},
|
70
70
|
"private": false,
|
71
|
-
"lastBuildTagHash": "
|
71
|
+
"lastBuildTagHash": "156835306ad3e6d3f9ebc89de1c506346167bfd1",
|
72
72
|
"devDependencies": {
|
73
73
|
"@angular-builders/custom-webpack": "~18.0.0",
|
74
74
|
"@angular-devkit/build-angular": "~18.1.4",
|
@@ -133,7 +133,7 @@
|
|
133
133
|
"@types/lockfile": "1.0.4",
|
134
134
|
"@types/lodash": "4.14.92",
|
135
135
|
"@types/mocha": "10.0.7",
|
136
|
-
"@types/node": "
|
136
|
+
"@types/node": "16.18.21",
|
137
137
|
"@types/node-notifier": "8.0.5",
|
138
138
|
"@types/oauth2orize": "1.11.5",
|
139
139
|
"@types/password-hash": "1.2.24",
|
@@ -152,7 +152,6 @@
|
|
152
152
|
"angular-material-css-vars": "7.0.0",
|
153
153
|
"angular-resize-event": "3.2.0",
|
154
154
|
"animate.css": "4.1.1",
|
155
|
-
"any-project-cli": "~18.0.3",
|
156
155
|
"app-root-path": "3.1.0",
|
157
156
|
"axios": "1.7.3",
|
158
157
|
"background-worker-process": "~16.100.10",
|
@@ -205,14 +204,6 @@
|
|
205
204
|
"file-loader": "1.1.11",
|
206
205
|
"file-saver": "2.0.5",
|
207
206
|
"file-type": "19.1.1",
|
208
|
-
"firedev": "^18",
|
209
|
-
"firedev-crud": "~18.0.2",
|
210
|
-
"firedev-crud-deamon": "~18.0.3",
|
211
|
-
"firedev-ports": "~18.0.2",
|
212
|
-
"firedev-storage": "~18.0.2",
|
213
|
-
"firedev-type-sql": "~18.0.3",
|
214
|
-
"firedev-typeorm": "~18.0.2",
|
215
|
-
"firedev-ui": "~18.0.3",
|
216
207
|
"fkill": "6.1.0",
|
217
208
|
"font-awesome": "4.7.0",
|
218
209
|
"form-data": "4.0.0",
|
@@ -228,11 +219,13 @@
|
|
228
219
|
"image-focus": "1.2.1",
|
229
220
|
"immer": "10.0.2",
|
230
221
|
"immutable": "4.3.7",
|
231
|
-
"incremental-compiler": "~18.0.
|
222
|
+
"incremental-compiler": "~18.0.6",
|
232
223
|
"inquirer": "7.3.3",
|
233
|
-
"inquirer-autocomplete-prompt": "1.
|
224
|
+
"inquirer-autocomplete-prompt": "1.4.0",
|
225
|
+
"inquirer-autocomplete-standalone": "0.8.1",
|
226
|
+
"inquirer-select-pro": "1.0.0-alpha.7",
|
234
227
|
"is-elevated": "3.0.0",
|
235
|
-
"isomorphic-region-loader": "~18.0.
|
228
|
+
"isomorphic-region-loader": "~18.0.6",
|
236
229
|
"istanbul-instrumenter-loader": "3.0.1",
|
237
230
|
"jest": "29.7.0",
|
238
231
|
"jest-date-mock": "1.0.10",
|
@@ -243,8 +236,8 @@
|
|
243
236
|
"joi": "17.13.3",
|
244
237
|
"jscodeshift": "0.6.3",
|
245
238
|
"json-stringify-safe": "5.0.1",
|
246
|
-
"json10": "~18.0.
|
247
|
-
"json10-writer": "~18.0.
|
239
|
+
"json10": "~18.0.6",
|
240
|
+
"json10-writer": "~18.0.9",
|
248
241
|
"json5": "2.2.3",
|
249
242
|
"json5-writer": "0.2.0",
|
250
243
|
"jszip": "3.10.1",
|
@@ -253,9 +246,9 @@
|
|
253
246
|
"localforage": "1.10.0",
|
254
247
|
"lockfile": "1.0.4",
|
255
248
|
"lodash": "4.17.21",
|
256
|
-
"lodash-walk-object": "~18.0.
|
249
|
+
"lodash-walk-object": "~18.0.6",
|
257
250
|
"lowdb": "7.0.1",
|
258
|
-
"magic-renamer": "~18.0.
|
251
|
+
"magic-renamer": "~18.0.6",
|
259
252
|
"material-design-icons": "3.0.1",
|
260
253
|
"method-override": "2.3.10",
|
261
254
|
"minimist": "1.2.8",
|
@@ -266,10 +259,11 @@
|
|
266
259
|
"ng-in-viewport": "16.1.0",
|
267
260
|
"ng-lock": "18.0.1",
|
268
261
|
"ng-packagr": "18.1.0",
|
269
|
-
"ng-talkback": "~18.0.
|
270
|
-
"ng2-logger": "~18.0.
|
262
|
+
"ng-talkback": "~18.0.5",
|
263
|
+
"ng2-logger": "~18.0.11",
|
271
264
|
"ng2-pdfjs-viewer": "18.0.0",
|
272
|
-
"ng2-rest": "~18.0.
|
265
|
+
"ng2-rest": "~18.0.6",
|
266
|
+
"ng2-rest-swagger-generator": "18.0.5",
|
273
267
|
"ngx-ace-wrapper": "17.0.0",
|
274
268
|
"ngx-editor": "17.5.4",
|
275
269
|
"ngx-highlightjs": "12.0.0",
|
@@ -282,7 +276,7 @@
|
|
282
276
|
"ngx-scrolltop": "18.0.0",
|
283
277
|
"ngx-store": "3.1.1",
|
284
278
|
"ngx-typed-js": "2.1.1",
|
285
|
-
"node-cli-tester": "~18.0.
|
279
|
+
"node-cli-tester": "~18.0.5",
|
286
280
|
"node-localstorage": "2.1.6",
|
287
281
|
"node-notifier": "10.0.1",
|
288
282
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -290,7 +284,7 @@
|
|
290
284
|
"npm-get-dependents": "1.0.1",
|
291
285
|
"npm-run": "4.1.2",
|
292
286
|
"omelette": "0.4.17",
|
293
|
-
"open": "
|
287
|
+
"open": "7.2.1",
|
294
288
|
"ora": "3.4.0",
|
295
289
|
"passport": "0.7.0",
|
296
290
|
"passport-http-bearer": "1.0.1",
|
@@ -312,7 +306,7 @@
|
|
312
306
|
"q": "1.5.1",
|
313
307
|
"rallax.js": "2.0.4",
|
314
308
|
"randomcolor": "0.5.3",
|
315
|
-
"record-replay-req-res-scenario": "~18.0.
|
309
|
+
"record-replay-req-res-scenario": "~18.0.5",
|
316
310
|
"reflect-metadata": "0.2.2",
|
317
311
|
"rimraf": "2.6.2",
|
318
312
|
"rxjs": "~7.8.1",
|
@@ -324,20 +318,22 @@
|
|
324
318
|
"socket.io-client": "4.7.5",
|
325
319
|
"sort-package-json": "1.11.0",
|
326
320
|
"sql.js": "1.8.0",
|
327
|
-
"static-columns": "~18.0.
|
321
|
+
"static-columns": "~18.0.7",
|
328
322
|
"string-similarity": "4.0.4",
|
329
323
|
"sudo-block": "3.0.0",
|
330
324
|
"supertest": "7.0.0",
|
331
325
|
"sweetalert2": "11.7.32",
|
332
326
|
"systeminformation": "3.45.7",
|
327
|
+
"taon": "^18",
|
328
|
+
"taon-storage": "18.0.5",
|
329
|
+
"taon-type-sql": "18.0.6",
|
330
|
+
"taon-typeorm": "18.0.5",
|
333
331
|
"task.js": "0.1.5",
|
334
332
|
"threads": "1.7.0",
|
335
|
-
"tnp": "~18.0.
|
336
|
-
"tnp-
|
337
|
-
"tnp-
|
338
|
-
"tnp-
|
339
|
-
"tnp-db": "~18.0.3",
|
340
|
-
"tnp-models": "~18.0.5",
|
333
|
+
"tnp": "~18.0.6",
|
334
|
+
"tnp-config": "~18.0.11",
|
335
|
+
"tnp-core": "~18.0.30",
|
336
|
+
"tnp-models": "~18.0.10",
|
341
337
|
"ts-debug": "1.3.0",
|
342
338
|
"ts-json-schema-generator": "2.3.0-next.5",
|
343
339
|
"ts-loader": "2.3.1",
|
@@ -345,6 +341,7 @@
|
|
345
341
|
"tslib": "~2.6.3",
|
346
342
|
"tslint": "6.1.3",
|
347
343
|
"turndown": "7.2.0",
|
344
|
+
"type-fest": "4.25.0",
|
348
345
|
"typedoc": "0.26.5",
|
349
346
|
"typedoc-plugin-markdown": "4.2.3",
|
350
347
|
"typescript": "~5.5.4",
|
@@ -353,7 +350,7 @@
|
|
353
350
|
"uuid": "10.0.0",
|
354
351
|
"validator": "13.5.2",
|
355
352
|
"video.js": "8.3.0",
|
356
|
-
"vpn-split": "~18.0.
|
353
|
+
"vpn-split": "~18.0.5",
|
357
354
|
"vscode": "1.1.37",
|
358
355
|
"wait-on": "7.0.1",
|
359
356
|
"watch": "1.0.2",
|
@@ -366,14 +363,14 @@
|
|
366
363
|
"main": "dist/app.electron.js"
|
367
364
|
},
|
368
365
|
"build": {
|
369
|
-
"number":
|
370
|
-
"date": "2024-08-
|
371
|
-
"hash": "
|
366
|
+
"number": 477,
|
367
|
+
"date": "2024-08-28T12:51:30.000Z",
|
368
|
+
"hash": "58122bd92a56701b928e8c4cad271d4964feed5a"
|
372
369
|
},
|
373
370
|
"currentProjectName": "incremental-compiler",
|
374
371
|
"currentProjectGenericName": "incremental-compiler",
|
375
372
|
"currentProjectType": "isomorphic-lib",
|
376
|
-
"currentFrameworkVersion": "18.0.
|
373
|
+
"currentFrameworkVersion": "18.0.8",
|
377
374
|
"isStandaloneProject": true,
|
378
375
|
"isSmartContainer": false,
|
379
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.
|