lodash-walk-object 18.0.18 → 18.0.20

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@18.0.18)
3
+ Assets from this folder are being shipped with this npm package (lodash-walk-object@18.0.20)
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/package.json CHANGED
@@ -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": "18.0.18",
50
+ "version": "18.0.20",
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": "~18.0.19"
70
+ "typescript-class-helpers": "~18.0.21"
71
71
  },
72
72
  "license": "MIT",
73
73
  "private": false,
74
- "lastBuildTagHash": "b6b99bf27ad21dee116a7ec6e4c95472431db3fb",
74
+ "lastBuildTagHash": "8acf126ae3695c005fcb52bae99b18508ec741d4",
75
75
  "devDependencies": {},
76
76
  "main": "dist/app.electron.js"
77
77
  }
package/taon.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": "v18",
30
- "additionalNpmNames": ["taon-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
- }
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": "v18",
30
+ "additionalNpmNames": ["taon-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
+ }
@@ -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": "18.0.18",
54
+ "version": "18.0.20",
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": "~18.0.19"
74
+ "typescript-class-helpers": "~18.0.21"
75
75
  },
76
76
  "license": "MIT",
77
77
  "private": false,
78
- "lastBuildTagHash": "b6b99bf27ad21dee116a7ec6e4c95472431db3fb",
78
+ "lastBuildTagHash": "8acf126ae3695c005fcb52bae99b18508ec741d4",
79
79
  "devDependencies": {
80
80
  "@angular-builders/custom-webpack": "~18.0.0",
81
81
  "@angular-devkit/build-angular": "~18.1.4",
@@ -240,14 +240,14 @@
240
240
  "image-focus": "1.2.1",
241
241
  "immer": "10.0.2",
242
242
  "immutable": "4.3.7",
243
- "incremental-compiler": "~18.0.19",
243
+ "incremental-compiler": "~18.0.21",
244
244
  "inquirer": "7.3.3",
245
245
  "inquirer-autocomplete-prompt": "1.4.0",
246
246
  "inquirer-autocomplete-standalone": "0.8.1",
247
247
  "inquirer-select-pro": "1.0.0-alpha.7",
248
248
  "inquirer-toggle": "1.0.1",
249
249
  "is-elevated": "3.0.0",
250
- "isomorphic-region-loader": "~18.0.18",
250
+ "isomorphic-region-loader": "~18.0.20",
251
251
  "istanbul-instrumenter-loader": "3.0.1",
252
252
  "jest": "29.7.0",
253
253
  "jest-date-mock": "1.0.10",
@@ -258,8 +258,8 @@
258
258
  "joi": "17.13.3",
259
259
  "jscodeshift": "0.6.3",
260
260
  "json-stringify-safe": "5.0.1",
261
- "json10": "~18.0.17",
262
- "json10-writer": "~18.0.17",
261
+ "json10": "~18.0.19",
262
+ "json10-writer": "~18.0.19",
263
263
  "json5": "2.2.3",
264
264
  "json5-writer": "0.2.0",
265
265
  "jszip": "3.10.1",
@@ -268,9 +268,9 @@
268
268
  "localforage": "1.10.0",
269
269
  "lockfile": "1.0.4",
270
270
  "lodash": "4.17.21",
271
- "lodash-walk-object": "~18.0.17",
271
+ "lodash-walk-object": "~18.0.19",
272
272
  "lowdb": "7.0.1",
273
- "magic-renamer": "~18.0.17",
273
+ "magic-renamer": "~18.0.19",
274
274
  "material-design-icons": "3.0.1",
275
275
  "method-override": "2.3.10",
276
276
  "minimist": "1.2.8",
@@ -281,11 +281,11 @@
281
281
  "ng-in-viewport": "16.1.0",
282
282
  "ng-lock": "18.0.1",
283
283
  "ng-packagr": "18.1.0",
284
- "ng-talkback": "~18.0.16",
285
- "ng2-logger": "~18.0.20",
284
+ "ng-talkback": "~18.0.18",
285
+ "ng2-logger": "~18.0.22",
286
286
  "ng2-pdfjs-viewer": "18.0.0",
287
- "ng2-rest": "~18.0.17",
288
- "ng2-rest-swagger-generator": "18.0.14",
287
+ "ng2-rest": "~18.0.19",
288
+ "ng2-rest-swagger-generator": "18.0.16",
289
289
  "ngx-ace-wrapper": "17.0.0",
290
290
  "ngx-editor": "17.5.4",
291
291
  "ngx-highlightjs": "12.0.0",
@@ -299,7 +299,7 @@
299
299
  "ngx-scrolltop": "18.0.0",
300
300
  "ngx-store": "3.1.1",
301
301
  "ngx-typed-js": "2.1.1",
302
- "node-cli-tester": "~18.0.16",
302
+ "node-cli-tester": "~18.0.18",
303
303
  "node-localstorage": "2.1.6",
304
304
  "node-notifier": "10.0.1",
305
305
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -330,7 +330,7 @@
330
330
  "q": "1.5.1",
331
331
  "rallax.js": "2.0.4",
332
332
  "randomcolor": "0.5.3",
333
- "record-replay-req-res-scenario": "~18.0.16",
333
+ "record-replay-req-res-scenario": "~18.0.18",
334
334
  "reflect-metadata": "0.2.2",
335
335
  "rimraf": "2.6.2",
336
336
  "rxjs": "~7.8.1",
@@ -344,23 +344,23 @@
344
344
  "sql-template-strings": "2.2.2",
345
345
  "sql-template-tag": "5.2.1",
346
346
  "sql.js": "1.8.0",
347
- "static-columns": "~18.0.18",
347
+ "static-columns": "~18.0.20",
348
348
  "string-similarity": "4.0.4",
349
349
  "sudo-block": "3.0.0",
350
350
  "supertest": "7.0.0",
351
351
  "sweetalert2": "11.7.32",
352
352
  "systeminformation": "3.45.7",
353
353
  "taon": "^18",
354
- "taon-storage": "18.0.26",
355
- "taon-type-sql": "18.0.17",
356
- "taon-typeorm": "18.0.16",
354
+ "taon-storage": "18.0.28",
355
+ "taon-type-sql": "18.0.19",
356
+ "taon-typeorm": "18.0.18",
357
357
  "task.js": "0.1.5",
358
358
  "threads": "1.7.0",
359
- "tnp": "~18.0.19",
360
- "tnp-config": "~18.0.20",
361
- "tnp-core": "~18.0.45",
362
- "tnp-helpers": "~18.0.17",
363
- "tnp-models": "~18.0.19",
359
+ "tnp": "~18.0.24",
360
+ "tnp-config": "~18.0.22",
361
+ "tnp-core": "~18.0.47",
362
+ "tnp-helpers": "~18.0.19",
363
+ "tnp-models": "~18.0.21",
364
364
  "ts-debug": "1.3.0",
365
365
  "ts-json-schema-generator": "2.3.0-next.5",
366
366
  "ts-loader": "2.3.1",
@@ -378,7 +378,7 @@
378
378
  "uuid": "10.0.0",
379
379
  "validator": "13.5.2",
380
380
  "video.js": "8.3.0",
381
- "vpn-split": "~18.0.16",
381
+ "vpn-split": "~18.0.18",
382
382
  "vscode": "1.1.37",
383
383
  "wait-on": "8.0.1",
384
384
  "watch": "1.0.2",
@@ -391,14 +391,14 @@
391
391
  "main": "dist/app.electron.js"
392
392
  },
393
393
  "build": {
394
- "number": 367,
395
- "date": "2025-01-06T22:21:51.000Z",
396
- "hash": "0c7755b4d8521cdd4a20b949afd741e90ee758b9"
394
+ "number": 369,
395
+ "date": "2025-01-21T20:54:29.000Z",
396
+ "hash": "1d24645810415eccf3f951c32b88434f06788691"
397
397
  },
398
398
  "currentProjectName": "lodash-walk-object",
399
399
  "currentProjectGenericName": "lodash-walk-object",
400
400
  "currentProjectType": "isomorphic-lib",
401
- "currentFrameworkVersion": "18.0.22",
401
+ "currentFrameworkVersion": "18.0.24",
402
402
  "isStandaloneProject": true,
403
403
  "isSmartContainer": false,
404
404
  "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.