incremental-compiler 18.0.6 → 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 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.6)
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 === 'firedev') {
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,SAAS,EAAE,CAAC;gBAChC,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"}
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
@@ -10,7 +10,7 @@ import * as deco from './decorators.backend';
10
10
  /**
11
11
  * Template for watcher client:
12
12
  *
13
- * import { IncCompiler } from 'firedev'
13
+ * import { IncCompiler } from 'taon'
14
14
  *
15
15
  * IncCompiler.init( asyncChangeOfFile => {
16
16
  *
package/lib/index.js CHANGED
@@ -18,7 +18,7 @@ var typescript_class_helpers_1 = require("typescript-class-helpers");
18
18
  /**
19
19
  * Template for watcher client:
20
20
  *
21
- * import { IncCompiler } from 'firedev'
21
+ * import { IncCompiler } from 'taon'
22
22
  *
23
23
  * IncCompiler.init( asyncChangeOfFile => {
24
24
  *
package/package.json CHANGED
@@ -45,11 +45,11 @@
45
45
  "main": "index.js",
46
46
  "workerPlugins": {},
47
47
  "additionalNpmNames": [
48
- "firedev-incremental-watcher"
48
+ "taon-incremental-watcher"
49
49
  ]
50
50
  },
51
51
  "name": "incremental-compiler",
52
- "version": "18.0.6",
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.6",
64
- "typescript-class-helpers": "~18.0.7"
63
+ "tnp-helpers": "~18.0.9",
64
+ "typescript-class-helpers": "~18.0.10"
65
65
  },
66
66
  "private": false,
67
- "lastBuildTagHash": "2ced67577da66fb4f504d573c6097c4830002aad",
67
+ "lastBuildTagHash": "156835306ad3e6d3f9ebc89de1c506346167bfd1",
68
68
  "devDependencies": {},
69
- "main": "dist/app.electron.js"
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: firedev build:watch to see here links for your globally builded lib code files
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": ["firedev-incremental-watcher"]
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
  }
@@ -49,11 +49,11 @@
49
49
  "main": "index.js",
50
50
  "workerPlugins": {},
51
51
  "additionalNpmNames": [
52
- "firedev-incremental-watcher"
52
+ "taon-incremental-watcher"
53
53
  ]
54
54
  },
55
55
  "name": "incremental-compiler",
56
- "version": "18.0.6",
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.6",
68
- "typescript-class-helpers": "~18.0.7"
67
+ "tnp-helpers": "~18.0.9",
68
+ "typescript-class-helpers": "~18.0.10"
69
69
  },
70
70
  "private": false,
71
- "lastBuildTagHash": "2ced67577da66fb4f504d573c6097c4830002aad",
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": "18.19.45",
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.4",
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.3",
210
- "firedev-crud-deamon": "~18.0.4",
211
- "firedev-ports": "~18.0.3",
212
- "firedev-storage": "~18.0.3",
213
- "firedev-type-sql": "~18.0.4",
214
- "firedev-typeorm": "~18.0.3",
215
- "firedev-ui": "~18.0.4",
216
207
  "fkill": "6.1.0",
217
208
  "font-awesome": "4.7.0",
218
209
  "form-data": "4.0.0",
@@ -228,13 +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.4",
222
+ "incremental-compiler": "~18.0.6",
232
223
  "inquirer": "7.3.3",
233
224
  "inquirer-autocomplete-prompt": "1.4.0",
234
225
  "inquirer-autocomplete-standalone": "0.8.1",
235
226
  "inquirer-select-pro": "1.0.0-alpha.7",
236
227
  "is-elevated": "3.0.0",
237
- "isomorphic-region-loader": "~18.0.4",
228
+ "isomorphic-region-loader": "~18.0.6",
238
229
  "istanbul-instrumenter-loader": "3.0.1",
239
230
  "jest": "29.7.0",
240
231
  "jest-date-mock": "1.0.10",
@@ -245,8 +236,8 @@
245
236
  "joi": "17.13.3",
246
237
  "jscodeshift": "0.6.3",
247
238
  "json-stringify-safe": "5.0.1",
248
- "json10": "~18.0.4",
249
- "json10-writer": "~18.0.6",
239
+ "json10": "~18.0.6",
240
+ "json10-writer": "~18.0.9",
250
241
  "json5": "2.2.3",
251
242
  "json5-writer": "0.2.0",
252
243
  "jszip": "3.10.1",
@@ -255,9 +246,9 @@
255
246
  "localforage": "1.10.0",
256
247
  "lockfile": "1.0.4",
257
248
  "lodash": "4.17.21",
258
- "lodash-walk-object": "~18.0.4",
249
+ "lodash-walk-object": "~18.0.6",
259
250
  "lowdb": "7.0.1",
260
- "magic-renamer": "~18.0.4",
251
+ "magic-renamer": "~18.0.6",
261
252
  "material-design-icons": "3.0.1",
262
253
  "method-override": "2.3.10",
263
254
  "minimist": "1.2.8",
@@ -268,10 +259,11 @@
268
259
  "ng-in-viewport": "16.1.0",
269
260
  "ng-lock": "18.0.1",
270
261
  "ng-packagr": "18.1.0",
271
- "ng-talkback": "~18.0.3",
272
- "ng2-logger": "~18.0.8",
262
+ "ng-talkback": "~18.0.5",
263
+ "ng2-logger": "~18.0.11",
273
264
  "ng2-pdfjs-viewer": "18.0.0",
274
- "ng2-rest": "~18.0.4",
265
+ "ng2-rest": "~18.0.6",
266
+ "ng2-rest-swagger-generator": "18.0.5",
275
267
  "ngx-ace-wrapper": "17.0.0",
276
268
  "ngx-editor": "17.5.4",
277
269
  "ngx-highlightjs": "12.0.0",
@@ -284,7 +276,7 @@
284
276
  "ngx-scrolltop": "18.0.0",
285
277
  "ngx-store": "3.1.1",
286
278
  "ngx-typed-js": "2.1.1",
287
- "node-cli-tester": "~18.0.3",
279
+ "node-cli-tester": "~18.0.5",
288
280
  "node-localstorage": "2.1.6",
289
281
  "node-notifier": "10.0.1",
290
282
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -314,7 +306,7 @@
314
306
  "q": "1.5.1",
315
307
  "rallax.js": "2.0.4",
316
308
  "randomcolor": "0.5.3",
317
- "record-replay-req-res-scenario": "~18.0.3",
309
+ "record-replay-req-res-scenario": "~18.0.5",
318
310
  "reflect-metadata": "0.2.2",
319
311
  "rimraf": "2.6.2",
320
312
  "rxjs": "~7.8.1",
@@ -326,20 +318,22 @@
326
318
  "socket.io-client": "4.7.5",
327
319
  "sort-package-json": "1.11.0",
328
320
  "sql.js": "1.8.0",
329
- "static-columns": "~18.0.5",
321
+ "static-columns": "~18.0.7",
330
322
  "string-similarity": "4.0.4",
331
323
  "sudo-block": "3.0.0",
332
324
  "supertest": "7.0.0",
333
325
  "sweetalert2": "11.7.32",
334
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",
335
331
  "task.js": "0.1.5",
336
332
  "threads": "1.7.0",
337
- "tnp": "~18.0.4",
338
- "tnp-cli": "~18.0.3",
339
- "tnp-config": "~18.0.8",
333
+ "tnp": "~18.0.6",
334
+ "tnp-config": "~18.0.11",
340
335
  "tnp-core": "~18.0.30",
341
- "tnp-db": "~18.0.4",
342
- "tnp-models": "~18.0.7",
336
+ "tnp-models": "~18.0.10",
343
337
  "ts-debug": "1.3.0",
344
338
  "ts-json-schema-generator": "2.3.0-next.5",
345
339
  "ts-loader": "2.3.1",
@@ -347,6 +341,7 @@
347
341
  "tslib": "~2.6.3",
348
342
  "tslint": "6.1.3",
349
343
  "turndown": "7.2.0",
344
+ "type-fest": "4.25.0",
350
345
  "typedoc": "0.26.5",
351
346
  "typedoc-plugin-markdown": "4.2.3",
352
347
  "typescript": "~5.5.4",
@@ -355,7 +350,7 @@
355
350
  "uuid": "10.0.0",
356
351
  "validator": "13.5.2",
357
352
  "video.js": "8.3.0",
358
- "vpn-split": "~18.0.3",
353
+ "vpn-split": "~18.0.5",
359
354
  "vscode": "1.1.37",
360
355
  "wait-on": "7.0.1",
361
356
  "watch": "1.0.2",
@@ -368,14 +363,14 @@
368
363
  "main": "dist/app.electron.js"
369
364
  },
370
365
  "build": {
371
- "number": 474,
372
- "date": "2024-08-20T16:17:32.000Z",
373
- "hash": "156835306ad3e6d3f9ebc89de1c506346167bfd1"
366
+ "number": 477,
367
+ "date": "2024-08-28T12:51:30.000Z",
368
+ "hash": "58122bd92a56701b928e8c4cad271d4964feed5a"
374
369
  },
375
370
  "currentProjectName": "incremental-compiler",
376
371
  "currentProjectGenericName": "incremental-compiler",
377
372
  "currentProjectType": "isomorphic-lib",
378
- "currentFrameworkVersion": "18.0.5",
373
+ "currentFrameworkVersion": "18.0.8",
379
374
  "isStandaloneProject": true,
380
375
  "isSmartContainer": false,
381
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.