lodash-walk-object 16.100.7 → 16.444.3

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.
@@ -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 (lodash-walk-object@16.100.7)
3
+ Assets from this folder are being shipped with this npm package (lodash-walk-object@16.444.3)
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.
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "smartContainerTarget": "",
27
27
  "type": "isomorphic-lib",
28
- "version": "v4",
28
+ "version": "v16",
29
29
  "additionalNpmNames": [
30
30
  "firedev-walk-object"
31
31
  ],
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "name": "lodash-walk-object",
49
49
  "description": "Walk all properties deep in object with lodash help",
50
- "version": "16.100.7",
50
+ "version": "16.444.3",
51
51
  "scripts": {
52
52
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
53
53
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -67,11 +67,11 @@
67
67
  },
68
68
  "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
69
69
  "dependencies": {
70
- "typescript-class-helpers": "~16.100.10"
70
+ "typescript-class-helpers": "~16.444.4"
71
71
  },
72
72
  "license": "MIT",
73
73
  "private": false,
74
- "lastBuildTagHash": "75f64b40d0061eb80da0899904083336c5d9d03a",
74
+ "lastBuildTagHash": "e47c497c11b74ebb3fbdd33e1172082477ccfe44",
75
75
  "devDependencies": {
76
76
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
77
77
  "@angular-devkit/build-angular": "~16.0.5",
@@ -98,7 +98,7 @@
98
98
  "@angular/router": "~16.0.0",
99
99
  "@angular/service-worker": "~16.0.4",
100
100
  "@babel/cli": "7.18.6",
101
- "@compodoc/compodoc": "1.1.20",
101
+ "@compodoc/compodoc": "1.1.23",
102
102
  "@iconify/icons-fa-solid": "1.2.2",
103
103
  "@iconify/icons-mdi": "1.2.1",
104
104
  "@mdi/js": "7.2.96",
@@ -158,7 +158,7 @@
158
158
  "angular-material-css-vars": "5.0.2",
159
159
  "angular-resize-event": "3.2.0",
160
160
  "animate.css": "4.1.1 ",
161
- "any-project-cli": "16.100.10",
161
+ "any-project-cli": "16.444.4",
162
162
  "app-root-path": "3.0.0",
163
163
  "axios": "1.3.5",
164
164
  "background-worker-process": "16.100.10",
@@ -168,6 +168,7 @@
168
168
  "body-parser": "1.18.2",
169
169
  "bootstrap": "4.6.2",
170
170
  "buffer-shims": "1.0.0",
171
+ "bun": "1.0.0",
171
172
  "callsite-record": "4.1.3",
172
173
  "chai": "4.3.7",
173
174
  "chalk": "2.3.2",
@@ -187,6 +188,7 @@
187
188
  "copy-paste": "1.5.3",
188
189
  "cors": "2.8.4",
189
190
  "cpr": "3.0.1",
191
+ "cross-env": "7.0.2",
190
192
  "cross-spawn": "7.0.3",
191
193
  "dateformat": "3.0.3",
192
194
  "detect-mocha": "0.1.0",
@@ -213,13 +215,13 @@
213
215
  "file-saver": "2.0.5",
214
216
  "file-type": "18.5.0",
215
217
  "firedev": "^16",
216
- "firedev-crud": "16.100.9",
217
- "firedev-crud-deamon": "16.100.9",
218
- "firedev-ports": "16.100.9",
219
- "firedev-storage": "16.100.5",
220
- "firedev-type-sql": "16.100.6",
221
- "firedev-typeorm": "16.100.5",
222
- "firedev-ui": "16.100.8",
218
+ "firedev-crud": "16.444.1",
219
+ "firedev-crud-deamon": "16.444.4",
220
+ "firedev-ports": "16.444.1",
221
+ "firedev-storage": "16.444.1",
222
+ "firedev-type-sql": "16.444.1",
223
+ "firedev-typeorm": "16.444.1",
224
+ "firedev-ui": "16.444.1",
223
225
  "fkill": "6.1.0",
224
226
  "font-awesome": "4.7.0",
225
227
  "form-data": "4.0.0",
@@ -237,11 +239,11 @@
237
239
  "image-focus": "1.2.1",
238
240
  "immer": "10.0.2",
239
241
  "immutable": "4.3.0",
240
- "incremental-compiler": "16.100.10",
242
+ "incremental-compiler": "16.444.5",
241
243
  "inquirer": "7.3.3",
242
244
  "inquirer-autocomplete-prompt": "1.3.0",
243
245
  "is-elevated": "3.0.0",
244
- "isomorphic-region-loader": "16.100.9",
246
+ "isomorphic-region-loader": "16.444.4",
245
247
  "istanbul-instrumenter-loader": "2.0.0",
246
248
  "jest": "29.5.0",
247
249
  "jest-date-mock": "1.0.8",
@@ -252,8 +254,8 @@
252
254
  "joi": "17.9.2",
253
255
  "jscodeshift": "0.6.3",
254
256
  "json-stringify-safe": "5.0.1",
255
- "json10": "16.100.6",
256
- "json10-writer": "16.100.10",
257
+ "json10": "16.444.1",
258
+ "json10-writer": "16.444.4",
257
259
  "json5": "2.2.1",
258
260
  "json5-writer": "0.2.0",
259
261
  "jszip": "3.10.1",
@@ -262,9 +264,9 @@
262
264
  "localforage": "1.10.0",
263
265
  "lockfile": "1.0.4",
264
266
  "lodash": "4.17.20",
265
- "lodash-walk-object": "16.100.6",
267
+ "lodash-walk-object": "16.444.1",
266
268
  "lowdb": "7.0.1",
267
- "magic-renamer": "16.100.9",
269
+ "magic-renamer": "16.444.3",
268
270
  "material-design-icons": "3.0.1",
269
271
  "method-override": "2.3.10",
270
272
  "minimist": "1.2.0",
@@ -275,10 +277,10 @@
275
277
  "ng-in-viewport": "15.0.2",
276
278
  "ng-lock": "16.0.1",
277
279
  "ng-packagr": "16.0.1",
278
- "ng-talkback": "16.100.5",
279
- "ng2-logger": "16.100.10",
280
+ "ng-talkback": "16.444.1",
281
+ "ng2-logger": "16.444.4",
280
282
  "ng2-pdfjs-viewer": "16.0.4",
281
- "ng2-rest": "16.100.6",
283
+ "ng2-rest": "16.444.1",
282
284
  "ngx-ace-wrapper": "14.0.0",
283
285
  "ngx-editor": "15.3.0",
284
286
  "ngx-highlightjs": "9.0.0",
@@ -291,7 +293,7 @@
291
293
  "ngx-scrolltop": "6.0.0",
292
294
  "ngx-store": "3.1.1",
293
295
  "ngx-typed-js": "2.1.1",
294
- "node-cli-tester": "16.100.5",
296
+ "node-cli-tester": "16.444.1",
295
297
  "node-localstorage": "2.1.6",
296
298
  "node-notifier": "6.0.0",
297
299
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -320,7 +322,7 @@
320
322
  "q": "1.5.1",
321
323
  "rallax.js": "2.0.4",
322
324
  "randomcolor": "0.5.3",
323
- "record-replay-req-res-scenario": "16.100.5",
325
+ "record-replay-req-res-scenario": "16.444.1",
324
326
  "reflect-metadata": "0.1.10",
325
327
  "rimraf": "2.6.2",
326
328
  "rxjs": "~7.8.0",
@@ -331,7 +333,7 @@
331
333
  "socket.io": "2.4.1",
332
334
  "sort-package-json": "1.11.0",
333
335
  "sql.js": "1.8.0",
334
- "static-columns": "16.100.5",
336
+ "static-columns": "16.444.1",
335
337
  "string-similarity": "4.0.2",
336
338
  "sudo-block": "3.0.0",
337
339
  "supertest": "6.3.3",
@@ -339,12 +341,12 @@
339
341
  "systeminformation": "3.45.7",
340
342
  "task.js": "0.1.5",
341
343
  "threads": "1.7.0",
342
- "tnp-cli": "16.100.5",
343
- "tnp-config": "16.100.10",
344
- "tnp-core": "16.100.22",
345
- "tnp-db": "16.100.9",
346
- "tnp-helpers": "16.100.18",
347
- "tnp-models": "16.100.10",
344
+ "tnp-cli": "16.444.1",
345
+ "tnp-config": "16.444.4",
346
+ "tnp-core": "16.444.5",
347
+ "tnp-db": "16.444.3",
348
+ "tnp-helpers": "16.444.5",
349
+ "tnp-models": "16.444.4",
348
350
  "ts-debug": "1.3.0",
349
351
  "ts-json-schema-generator": "2.1.1",
350
352
  "ts-loader": "2.3.1",
@@ -352,13 +354,17 @@
352
354
  "tslib": "~2.3.0",
353
355
  "tslint": "5.9.1",
354
356
  "turndown": "7.1.2",
357
+ "typedoc": "0.25.13",
358
+ "typedoc-plugin-markdown": "4.0.3",
355
359
  "typescript": "~5.0.2",
356
360
  "typescript-formatter": "~7.2.2",
357
361
  "underscore": "1.9.1",
358
362
  "uuid": "8.3.2",
359
363
  "validator": "9.2.0",
360
364
  "video.js": "8.3.0",
361
- "vpn-split": "16.100.5",
365
+ "vpn-split": "16.444.1",
366
+ "vscode": "1.1.37",
367
+ "wait-on": "7.0.1",
362
368
  "watch": "1.0.2",
363
369
  "webpack": "~5.80",
364
370
  "webpack-dev-middleware": "~6.0.2",
package/firedev.jsonc CHANGED
@@ -1,44 +1,44 @@
1
- {
2
- "resources": [],
3
-
4
- "overrided": {
5
- "includeAsDev": [],
6
- "includeOnly": ["typescript-class-helpers"],
7
- "ignoreDepsPattern": [],
8
- "dependencies": {},
9
- "linkedFolders": [],
10
- "npmFixes": [],
11
- },
12
-
13
- "smartContainerBuildTarget": "",
14
- "linkedRepos": [],
15
-
16
- "libReleaseOptions": {
17
- "nodts": false,
18
- "obscure": false,
19
- "ugly": false,
20
- "includeNodeModules": false,
21
- "cliBuildNoDts": false,
22
- "cliBuildObscure": false,
23
- "cliBuildIncludeNodeModules": false,
24
- "cliBuildUglify": false,
25
- },
26
-
27
- "smartContainerTarget": "",
28
- "type": "isomorphic-lib",
29
- "version": "v4",
30
- "additionalNpmNames": ["firedev-walk-object"],
31
- "license": "MIT",
32
- "private": false,
33
-
34
- "scripts": {
35
- "test": "mocha --require ts-node/register src/**/*.spec.ts",
36
- "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",
37
- },
38
-
39
- "description": "Walk all properties deep in object with lodash help",
40
- "author": "Dariusz Filipiak",
41
- "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
42
- "keywords": ["ng2-rest", "docs", "documentation"],
43
- "workerPlugins": {},
1
+ {
2
+ "resources": [],
3
+
4
+ "overrided": {
5
+ "includeAsDev": [],
6
+ "includeOnly": ["typescript-class-helpers"],
7
+ "ignoreDepsPattern": [],
8
+ "dependencies": {},
9
+ "linkedFolders": [],
10
+ "npmFixes": [],
11
+ },
12
+
13
+ "smartContainerBuildTarget": "",
14
+ "linkedRepos": [],
15
+
16
+ "libReleaseOptions": {
17
+ "nodts": false,
18
+ "obscure": false,
19
+ "ugly": false,
20
+ "includeNodeModules": false,
21
+ "cliBuildNoDts": false,
22
+ "cliBuildObscure": false,
23
+ "cliBuildIncludeNodeModules": false,
24
+ "cliBuildUglify": false,
25
+ },
26
+
27
+ "smartContainerTarget": "",
28
+ "type": "isomorphic-lib",
29
+ "version": "v16",
30
+ "additionalNpmNames": ["firedev-walk-object"],
31
+ "license": "MIT",
32
+ "private": false,
33
+
34
+ "scripts": {
35
+ "test": "mocha --require ts-node/register src/**/*.spec.ts",
36
+ "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",
37
+ },
38
+
39
+ "description": "Walk all properties deep in object with lodash help",
40
+ "author": "Dariusz Filipiak",
41
+ "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
42
+ "keywords": ["ng2-rest", "docs", "documentation"],
43
+ "workerPlugins": {},
44
44
  }
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "smartContainerTarget": "",
27
27
  "type": "isomorphic-lib",
28
- "version": "v4",
28
+ "version": "v16",
29
29
  "additionalNpmNames": [
30
30
  "firedev-walk-object"
31
31
  ],
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "name": "lodash-walk-object",
49
49
  "description": "Walk all properties deep in object with lodash help",
50
- "version": "16.100.7",
50
+ "version": "16.444.3",
51
51
  "scripts": {
52
52
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
53
53
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -67,11 +67,11 @@
67
67
  },
68
68
  "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
69
69
  "dependencies": {
70
- "typescript-class-helpers": "~16.100.10"
70
+ "typescript-class-helpers": "~16.444.4"
71
71
  },
72
72
  "license": "MIT",
73
73
  "private": false,
74
- "lastBuildTagHash": "75f64b40d0061eb80da0899904083336c5d9d03a",
74
+ "lastBuildTagHash": "e47c497c11b74ebb3fbdd33e1172082477ccfe44",
75
75
  "devDependencies": {},
76
76
  "main": "dist/app.electron.js"
77
77
  }
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "smartContainerTarget": "",
31
31
  "type": "isomorphic-lib",
32
- "version": "v4",
32
+ "version": "v16",
33
33
  "additionalNpmNames": [
34
34
  "firedev-walk-object"
35
35
  ],
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "name": "lodash-walk-object",
53
53
  "description": "Walk all properties deep in object with lodash help",
54
- "version": "16.100.7",
54
+ "version": "16.444.3",
55
55
  "scripts": {
56
56
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
57
57
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -71,11 +71,11 @@
71
71
  },
72
72
  "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
73
73
  "dependencies": {
74
- "typescript-class-helpers": "~16.100.10"
74
+ "typescript-class-helpers": "~16.444.4"
75
75
  },
76
76
  "license": "MIT",
77
77
  "private": false,
78
- "lastBuildTagHash": "75f64b40d0061eb80da0899904083336c5d9d03a",
78
+ "lastBuildTagHash": "e47c497c11b74ebb3fbdd33e1172082477ccfe44",
79
79
  "devDependencies": {
80
80
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
81
81
  "@angular-devkit/build-angular": "~16.0.5",
@@ -102,7 +102,7 @@
102
102
  "@angular/router": "~16.0.0",
103
103
  "@angular/service-worker": "~16.0.4",
104
104
  "@babel/cli": "7.18.6",
105
- "@compodoc/compodoc": "1.1.20",
105
+ "@compodoc/compodoc": "1.1.23",
106
106
  "@iconify/icons-fa-solid": "1.2.2",
107
107
  "@iconify/icons-mdi": "1.2.1",
108
108
  "@mdi/js": "7.2.96",
@@ -162,7 +162,7 @@
162
162
  "angular-material-css-vars": "5.0.2",
163
163
  "angular-resize-event": "3.2.0",
164
164
  "animate.css": "4.1.1 ",
165
- "any-project-cli": "16.100.10",
165
+ "any-project-cli": "16.444.4",
166
166
  "app-root-path": "3.0.0",
167
167
  "axios": "1.3.5",
168
168
  "background-worker-process": "16.100.10",
@@ -172,6 +172,7 @@
172
172
  "body-parser": "1.18.2",
173
173
  "bootstrap": "4.6.2",
174
174
  "buffer-shims": "1.0.0",
175
+ "bun": "1.0.0",
175
176
  "callsite-record": "4.1.3",
176
177
  "chai": "4.3.7",
177
178
  "chalk": "2.3.2",
@@ -191,6 +192,7 @@
191
192
  "copy-paste": "1.5.3",
192
193
  "cors": "2.8.4",
193
194
  "cpr": "3.0.1",
195
+ "cross-env": "7.0.2",
194
196
  "cross-spawn": "7.0.3",
195
197
  "dateformat": "3.0.3",
196
198
  "detect-mocha": "0.1.0",
@@ -217,13 +219,13 @@
217
219
  "file-saver": "2.0.5",
218
220
  "file-type": "18.5.0",
219
221
  "firedev": "^16",
220
- "firedev-crud": "16.100.9",
221
- "firedev-crud-deamon": "16.100.9",
222
- "firedev-ports": "16.100.9",
223
- "firedev-storage": "16.100.5",
224
- "firedev-type-sql": "16.100.6",
225
- "firedev-typeorm": "16.100.5",
226
- "firedev-ui": "16.100.8",
222
+ "firedev-crud": "16.444.1",
223
+ "firedev-crud-deamon": "16.444.4",
224
+ "firedev-ports": "16.444.1",
225
+ "firedev-storage": "16.444.1",
226
+ "firedev-type-sql": "16.444.1",
227
+ "firedev-typeorm": "16.444.1",
228
+ "firedev-ui": "16.444.1",
227
229
  "fkill": "6.1.0",
228
230
  "font-awesome": "4.7.0",
229
231
  "form-data": "4.0.0",
@@ -241,11 +243,11 @@
241
243
  "image-focus": "1.2.1",
242
244
  "immer": "10.0.2",
243
245
  "immutable": "4.3.0",
244
- "incremental-compiler": "16.100.10",
246
+ "incremental-compiler": "16.444.5",
245
247
  "inquirer": "7.3.3",
246
248
  "inquirer-autocomplete-prompt": "1.3.0",
247
249
  "is-elevated": "3.0.0",
248
- "isomorphic-region-loader": "16.100.9",
250
+ "isomorphic-region-loader": "16.444.4",
249
251
  "istanbul-instrumenter-loader": "2.0.0",
250
252
  "jest": "29.5.0",
251
253
  "jest-date-mock": "1.0.8",
@@ -256,8 +258,8 @@
256
258
  "joi": "17.9.2",
257
259
  "jscodeshift": "0.6.3",
258
260
  "json-stringify-safe": "5.0.1",
259
- "json10": "16.100.6",
260
- "json10-writer": "16.100.10",
261
+ "json10": "16.444.1",
262
+ "json10-writer": "16.444.4",
261
263
  "json5": "2.2.1",
262
264
  "json5-writer": "0.2.0",
263
265
  "jszip": "3.10.1",
@@ -266,9 +268,9 @@
266
268
  "localforage": "1.10.0",
267
269
  "lockfile": "1.0.4",
268
270
  "lodash": "4.17.20",
269
- "lodash-walk-object": "16.100.6",
271
+ "lodash-walk-object": "16.444.1",
270
272
  "lowdb": "7.0.1",
271
- "magic-renamer": "16.100.9",
273
+ "magic-renamer": "16.444.3",
272
274
  "material-design-icons": "3.0.1",
273
275
  "method-override": "2.3.10",
274
276
  "minimist": "1.2.0",
@@ -279,10 +281,10 @@
279
281
  "ng-in-viewport": "15.0.2",
280
282
  "ng-lock": "16.0.1",
281
283
  "ng-packagr": "16.0.1",
282
- "ng-talkback": "16.100.5",
283
- "ng2-logger": "16.100.10",
284
+ "ng-talkback": "16.444.1",
285
+ "ng2-logger": "16.444.4",
284
286
  "ng2-pdfjs-viewer": "16.0.4",
285
- "ng2-rest": "16.100.6",
287
+ "ng2-rest": "16.444.1",
286
288
  "ngx-ace-wrapper": "14.0.0",
287
289
  "ngx-editor": "15.3.0",
288
290
  "ngx-highlightjs": "9.0.0",
@@ -295,7 +297,7 @@
295
297
  "ngx-scrolltop": "6.0.0",
296
298
  "ngx-store": "3.1.1",
297
299
  "ngx-typed-js": "2.1.1",
298
- "node-cli-tester": "16.100.5",
300
+ "node-cli-tester": "16.444.1",
299
301
  "node-localstorage": "2.1.6",
300
302
  "node-notifier": "6.0.0",
301
303
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -324,7 +326,7 @@
324
326
  "q": "1.5.1",
325
327
  "rallax.js": "2.0.4",
326
328
  "randomcolor": "0.5.3",
327
- "record-replay-req-res-scenario": "16.100.5",
329
+ "record-replay-req-res-scenario": "16.444.1",
328
330
  "reflect-metadata": "0.1.10",
329
331
  "rimraf": "2.6.2",
330
332
  "rxjs": "~7.8.0",
@@ -335,7 +337,7 @@
335
337
  "socket.io": "2.4.1",
336
338
  "sort-package-json": "1.11.0",
337
339
  "sql.js": "1.8.0",
338
- "static-columns": "16.100.5",
340
+ "static-columns": "16.444.1",
339
341
  "string-similarity": "4.0.2",
340
342
  "sudo-block": "3.0.0",
341
343
  "supertest": "6.3.3",
@@ -343,12 +345,12 @@
343
345
  "systeminformation": "3.45.7",
344
346
  "task.js": "0.1.5",
345
347
  "threads": "1.7.0",
346
- "tnp-cli": "16.100.5",
347
- "tnp-config": "16.100.10",
348
- "tnp-core": "16.100.22",
349
- "tnp-db": "16.100.9",
350
- "tnp-helpers": "16.100.18",
351
- "tnp-models": "16.100.10",
348
+ "tnp-cli": "16.444.1",
349
+ "tnp-config": "16.444.4",
350
+ "tnp-core": "16.444.5",
351
+ "tnp-db": "16.444.3",
352
+ "tnp-helpers": "16.444.5",
353
+ "tnp-models": "16.444.4",
352
354
  "ts-debug": "1.3.0",
353
355
  "ts-json-schema-generator": "2.1.1",
354
356
  "ts-loader": "2.3.1",
@@ -356,13 +358,17 @@
356
358
  "tslib": "~2.3.0",
357
359
  "tslint": "5.9.1",
358
360
  "turndown": "7.1.2",
361
+ "typedoc": "0.25.13",
362
+ "typedoc-plugin-markdown": "4.0.3",
359
363
  "typescript": "~5.0.2",
360
364
  "typescript-formatter": "~7.2.2",
361
365
  "underscore": "1.9.1",
362
366
  "uuid": "8.3.2",
363
367
  "validator": "9.2.0",
364
368
  "video.js": "8.3.0",
365
- "vpn-split": "16.100.5",
369
+ "vpn-split": "16.444.1",
370
+ "vscode": "1.1.37",
371
+ "wait-on": "7.0.1",
366
372
  "watch": "1.0.2",
367
373
  "webpack": "~5.80",
368
374
  "webpack-dev-middleware": "~6.0.2",
@@ -373,14 +379,14 @@
373
379
  "main": "dist/app.electron.js"
374
380
  },
375
381
  "build": {
376
- "number": 326,
377
- "date": "2024-05-27T07:08:19.000Z",
378
- "hash": "3d90326f213aa980786c787cb1c56ac053d6ecaa"
382
+ "number": 331,
383
+ "date": "2024-06-22T08:01:29.000Z",
384
+ "hash": "1addb39e5f28b61ffd4dd5bbc4c909d50c0afc8e"
379
385
  },
380
386
  "currentProjectName": "lodash-walk-object",
381
387
  "currentProjectGenericName": "lodash-walk-object",
382
388
  "currentProjectType": "isomorphic-lib",
383
- "currentFrameworkVersion": "16.100.21",
389
+ "currentFrameworkVersion": "16.444.4",
384
390
  "isStandaloneProject": true,
385
391
  "isSmartContainer": false,
386
392
  "pathesTsconfig": "\"paths\": {\"lodash-walk-object\":[\"./src/lib\"],\"lodash-walk-object/*\":[\"./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.