lodash-walk-object 13.1.44 → 13.1.45

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.
Files changed (42) hide show
  1. package/assets/shared/shared_folder_info.txt +1 -1
  2. package/browser/README.md +24 -24
  3. package/browser/esm2020/lib/index.mjs +337 -337
  4. package/browser/esm2020/lib/models.mjs +3 -3
  5. package/browser/esm2020/lodash-walk-object.mjs +4 -4
  6. package/browser/esm2020/public-api.mjs +1 -1
  7. package/browser/fesm2015/lodash-walk-object.mjs +336 -336
  8. package/browser/fesm2020/lodash-walk-object.mjs +336 -336
  9. package/browser/lib/index.d.ts +26 -26
  10. package/browser/lib/models.d.ts +43 -43
  11. package/browser/lodash-walk-object.d.ts +4 -4
  12. package/client/README.md +24 -24
  13. package/client/esm2020/lib/index.mjs +337 -337
  14. package/client/esm2020/lib/models.mjs +3 -3
  15. package/client/esm2020/lodash-walk-object.mjs +4 -4
  16. package/client/esm2020/public-api.mjs +1 -1
  17. package/client/fesm2015/lodash-walk-object.mjs +336 -336
  18. package/client/fesm2020/lodash-walk-object.mjs +336 -336
  19. package/client/lib/index.d.ts +26 -26
  20. package/client/lib/models.d.ts +43 -43
  21. package/client/lodash-walk-object.d.ts +4 -4
  22. package/client/package.json +33 -31
  23. package/index.d.ts +1 -1
  24. package/index.js.map +1 -1
  25. package/lib/index.d.ts +27 -27
  26. package/lib/index.js.map +1 -1
  27. package/lib/models.d.ts +44 -44
  28. package/lib/models.js.map +1 -1
  29. package/package.json +3 -3
  30. package/package.json_devDependencies.json +224 -224
  31. package/package.json_tnp.json5 +40 -40
  32. package/tmp-environment.json +37 -35
  33. package/websql/README.md +24 -24
  34. package/websql/esm2020/lib/index.mjs +337 -337
  35. package/websql/esm2020/lib/models.mjs +3 -3
  36. package/websql/esm2020/lodash-walk-object.mjs +4 -4
  37. package/websql/esm2020/public-api.mjs +1 -1
  38. package/websql/fesm2015/lodash-walk-object.mjs +336 -336
  39. package/websql/fesm2020/lodash-walk-object.mjs +336 -336
  40. package/websql/lib/index.d.ts +26 -26
  41. package/websql/lib/models.d.ts +43 -43
  42. package/websql/lodash-walk-object.d.ts +4 -4
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "name": "lodash-walk-object",
50
50
  "description": "Walk all properties deep in object with lodash help",
51
- "version": "13.1.44",
51
+ "version": "13.1.45",
52
52
  "scripts": {
53
53
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
54
54
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -68,11 +68,11 @@
68
68
  },
69
69
  "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
70
70
  "dependencies": {
71
- "typescript-class-helpers": "~13.2.12"
71
+ "typescript-class-helpers": "~13.2.13"
72
72
  },
73
73
  "license": "MIT",
74
74
  "private": false,
75
- "lastBuildTagHash": "9b2cda71ebdb3b03647ce14898479d652bcdb529",
75
+ "lastBuildTagHash": "b9138d5854a2a4689f0d1e9e53ce3be7cbb4ea3f",
76
76
  "devDependencies": {
77
77
  "@angular-devkit/build-angular": "~13.3.9",
78
78
  "@angular-devkit/core": "~13.3.9",
@@ -84,6 +84,7 @@
84
84
  "@angular/compiler": "~13.3.0",
85
85
  "@angular/compiler-cli": "~13.3.0",
86
86
  "@angular/core": "~13.3.0",
87
+ "@angular/elements": "~13.3.0",
87
88
  "@angular/flex-layout": "~13.0.0-beta.38",
88
89
  "@angular/forms": "~13.3.0",
89
90
  "@angular/material": "~13.3.9",
@@ -144,9 +145,9 @@
144
145
  "@types/watch": "1.0.0",
145
146
  "accepts": "1.3.4",
146
147
  "angular-material-css-vars": "5.0.0",
147
- "any-project-cli": "~13.1.26",
148
+ "any-project-cli": "~13.1.27",
148
149
  "axios": "1.3.5",
149
- "background-worker-process": "~13.1.43",
150
+ "background-worker-process": "~13.1.44",
150
151
  "base32": "0.0.7",
151
152
  "bcryptjs": "2.4.3",
152
153
  "better-sqlite3": "7.6.2",
@@ -167,7 +168,7 @@
167
168
  "concurrently": "3.5.1",
168
169
  "content-type": "1.0.4",
169
170
  "cookie-parser": "1.4.3",
170
- "copy-paste": "1.3.0",
171
+ "copy-paste": "1.5.3",
171
172
  "cors": "2.8.4",
172
173
  "cpr": "3.0.1",
173
174
  "cross-spawn": "7.0.3",
@@ -188,12 +189,12 @@
188
189
  "file-loader": "1.1.5",
189
190
  "file-saver": "2.0.5",
190
191
  "firedev": "^13",
191
- "firedev-crud": "~13.1.48",
192
- "firedev-crud-deamon": "~13.1.38",
193
- "firedev-ports": "~13.1.42",
194
- "firedev-storage": "~13.2.35",
195
- "firedev-typeorm": "~13.1.30",
196
- "firedev-ui": "~13.2.7",
192
+ "firedev-crud": "~13.1.49",
193
+ "firedev-crud-deamon": "~13.1.39",
194
+ "firedev-ports": "~13.1.44",
195
+ "firedev-storage": "~13.2.36",
196
+ "firedev-typeorm": "~13.1.31",
197
+ "firedev-ui": "~13.2.9",
197
198
  "fkill": "6.1.0",
198
199
  "font-awesome": "4.7.0",
199
200
  "form-data": "4.0.0",
@@ -207,18 +208,18 @@
207
208
  "http-proxy-middleware": "0.19.1",
208
209
  "http-server": "0.11.1",
209
210
  "immutable": "4.3.0",
210
- "incremental-compiler": "~13.1.24",
211
+ "incremental-compiler": "~13.1.25",
211
212
  "inquirer": "7.3.3",
212
213
  "inquirer-autocomplete-prompt": "1.3.0",
213
214
  "is-elevated": "3.0.0",
214
- "isomorphic-region-loader": "~13.1.36",
215
+ "isomorphic-region-loader": "~13.1.37",
215
216
  "istanbul-instrumenter-loader": "2.0.0",
216
217
  "jasmine-core": "4.0.0",
217
218
  "jscodeshift": "0.6.3",
218
219
  "json-stringify-safe": "5.0.1",
219
- "json10": "~13.1.43",
220
- "json10-writer": "~13.1.39",
221
- "json5": "2.1.3",
220
+ "json10": "~13.1.44",
221
+ "json10-writer": "~13.1.40",
222
+ "json5": "2.2.1",
222
223
  "json5-writer": "0.2.0",
223
224
  "jszip": "3.10.1",
224
225
  "karma": "6.3.0",
@@ -230,22 +231,22 @@
230
231
  "lnk": "1.0.1",
231
232
  "localforage": "1.10.0",
232
233
  "lockfile": "1.0.4",
233
- "lodash": "4.17.4",
234
- "lodash-walk-object": "~13.1.43",
234
+ "lodash": "4.17.20",
235
+ "lodash-walk-object": "~13.1.44",
235
236
  "lowdb": "1.0.0",
236
- "magic-renamer": "~13.1.40",
237
+ "magic-renamer": "~13.1.41",
237
238
  "material-design-icons": "3.0.1",
238
239
  "method-override": "2.3.10",
239
240
  "minimist": "1.2.0",
240
241
  "mkdirp": "0.5.1",
241
242
  "mocha": "5.2.0",
242
- "moment": "2.22.2",
243
- "morphi": "~13.2.10",
243
+ "moment": "2.29.3",
244
+ "morphi": "~13.2.11",
244
245
  "ng-in-viewport": "13.0.1",
245
246
  "ng-packagr": "13.0.0",
246
247
  "ng-talkback": "~13.1.19",
247
- "ng2-logger": "~13.1.24",
248
- "ng2-rest": "~13.2.7",
248
+ "ng2-logger": "~13.1.25",
249
+ "ng2-rest": "~13.2.8",
249
250
  "ngx-ace-wrapper": "12",
250
251
  "ngx-editor": "12.2.1",
251
252
  "ngx-highlightjs": "6.1.3",
@@ -286,22 +287,23 @@
286
287
  "socket.io": "2.4.1",
287
288
  "sort-package-json": "1.11.0",
288
289
  "sql.js": "1.8.0",
289
- "static-columns": "~13.3.6",
290
+ "static-columns": "~13.3.8",
290
291
  "string-similarity": "4.0.2",
291
292
  "sudo-block": "3.0.0",
292
293
  "systeminformation": "3.45.7",
293
294
  "task.js": "0.1.5",
294
295
  "threads": "1.7.0",
295
- "tnp-cli": "~13.1.59",
296
- "tnp-config": "~13.1.75",
297
- "tnp-core": "~13.2.19",
298
- "tnp-db": "~13.1.20",
299
- "tnp-helpers": "~13.1.37",
300
- "tnp-models": "~13.1.26",
296
+ "tnp-cli": "~13.1.60",
297
+ "tnp-config": "~13.1.76",
298
+ "tnp-core": "~13.2.20",
299
+ "tnp-db": "~13.1.21",
300
+ "tnp-helpers": "~13.1.38",
301
+ "tnp-models": "~13.1.27",
301
302
  "ts-debug": "1.3.0",
302
303
  "ts-loader": "2.3.1",
303
304
  "ts-node": "10.7.0",
304
305
  "tslib": "~2.3.0",
306
+ "turndown": "7.1.2",
305
307
  "typeorm": "~0.3.10",
306
308
  "typescript": "~4.6.2",
307
309
  "typescript-formatter": "~7.2.2",
@@ -316,9 +318,9 @@
316
318
  }
317
319
  },
318
320
  "build": {
319
- "number": 265,
320
- "date": "2023-06-01T12:44:05.000Z",
321
- "hash": "b9138d5854a2a4689f0d1e9e53ce3be7cbb4ea3f",
321
+ "number": 267,
322
+ "date": "2023-06-04T12:38:47.000Z",
323
+ "hash": "c271990f7fcae41d73c2aebcff0a08eec52400be",
322
324
  "options": {}
323
325
  },
324
326
  "currentProjectName": "lodash-walk-object",
@@ -326,7 +328,7 @@
326
328
  "currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22lodash-walk-object%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
327
329
  "currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
328
330
  "currentProjectType": "isomorphic-lib",
329
- "currentFrameworkVersion": "13.1.198",
331
+ "currentFrameworkVersion": "13.1.214",
330
332
  "currentProjectIsStrictSite": false,
331
333
  "currentProjectIsDependencySite": false,
332
334
  "currentProjectIsStatic": false,
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.