lodash-walk-object 13.1.35 → 13.1.37
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/app.js +3 -3
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/index.mjs +337 -337
- package/browser/esm2020/lib/models.mjs +3 -3
- package/browser/esm2020/lodash-walk-object.mjs +4 -4
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/fesm2015/lodash-walk-object.mjs +336 -336
- package/browser/fesm2020/lodash-walk-object.mjs +336 -336
- package/browser/lib/index.d.ts +26 -26
- package/browser/lib/models.d.ts +43 -43
- package/browser/lodash-walk-object.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/index.mjs +337 -337
- package/client/esm2020/lib/models.mjs +3 -3
- package/client/esm2020/lodash-walk-object.mjs +4 -4
- package/client/esm2020/public-api.mjs +1 -1
- package/client/fesm2015/lodash-walk-object.mjs +336 -336
- package/client/fesm2020/lodash-walk-object.mjs +336 -336
- package/client/lib/index.d.ts +26 -26
- package/client/lib/models.d.ts +43 -43
- package/client/lodash-walk-object.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/index.d.ts +27 -27
- package/lib/models.d.ts +44 -44
- package/package.json +3 -3
- package/package.json_devDependencies.json +224 -224
- package/package.json_tnp.json5 +39 -39
- package/tmp-environment.json +44 -42
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/index.mjs +337 -337
- package/websql/esm2020/lib/models.mjs +3 -3
- package/websql/esm2020/lodash-walk-object.mjs +4 -4
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/fesm2015/lodash-walk-object.mjs +336 -336
- package/websql/fesm2020/lodash-walk-object.mjs +336 -336
- package/websql/lib/index.d.ts +26 -26
- package/websql/lib/models.d.ts +43 -43
- package/websql/lodash-walk-object.d.ts +4 -4
package/tmp-environment.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"domain": "lodash-walk-object.example.domain.com",
|
|
3
|
-
"name": "local",
|
|
4
3
|
"isCoreProject": false,
|
|
5
4
|
"ip": "localhost",
|
|
6
5
|
"packageJSON": {
|
|
@@ -48,7 +47,7 @@
|
|
|
48
47
|
},
|
|
49
48
|
"name": "lodash-walk-object",
|
|
50
49
|
"description": "Walk all properties deep in object with lodash help",
|
|
51
|
-
"version": "13.1.
|
|
50
|
+
"version": "13.1.37",
|
|
52
51
|
"scripts": {
|
|
53
52
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
54
53
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -68,11 +67,11 @@
|
|
|
68
67
|
},
|
|
69
68
|
"homepage": "https://github.com/darekf77/lodash-walk-object#readme",
|
|
70
69
|
"dependencies": {
|
|
71
|
-
"typescript-class-helpers": "~13.
|
|
70
|
+
"typescript-class-helpers": "~13.2.2"
|
|
72
71
|
},
|
|
73
72
|
"license": "MIT",
|
|
74
73
|
"private": false,
|
|
75
|
-
"lastBuildTagHash": "
|
|
74
|
+
"lastBuildTagHash": "8dc03e4432a50a90cb245b679c1ee6848b3779d8",
|
|
76
75
|
"devDependencies": {
|
|
77
76
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
78
77
|
"@angular-devkit/core": "~13.3.9",
|
|
@@ -117,7 +116,7 @@
|
|
|
117
116
|
"@types/dateformat": "1.0.1",
|
|
118
117
|
"@types/diff": "3.2.2",
|
|
119
118
|
"@types/express": "4.11.0",
|
|
120
|
-
"@types/express-fileupload": "
|
|
119
|
+
"@types/express-fileupload": "1.4.1",
|
|
121
120
|
"@types/fs-extra": "7.0.0",
|
|
122
121
|
"@types/glob": "5.0.35",
|
|
123
122
|
"@types/http-proxy": "1.16.0",
|
|
@@ -130,7 +129,7 @@
|
|
|
130
129
|
"@types/lodash": "4.14.92",
|
|
131
130
|
"@types/lowdb": "1.0.6",
|
|
132
131
|
"@types/mocha": "5.2.5",
|
|
133
|
-
"@types/node": "
|
|
132
|
+
"@types/node": "16.18.21",
|
|
134
133
|
"@types/node-notifier": "5.4.0",
|
|
135
134
|
"@types/oauth2orize": "1.8.0",
|
|
136
135
|
"@types/password-hash": "1.2.19",
|
|
@@ -142,9 +141,10 @@
|
|
|
142
141
|
"@types/vinyl": "2.0.2",
|
|
143
142
|
"@types/watch": "1.0.0",
|
|
144
143
|
"accepts": "1.3.4",
|
|
145
|
-
"any-project-cli": "~13.1.
|
|
146
|
-
"axios": "
|
|
147
|
-
"background-worker-process": "~13.1.
|
|
144
|
+
"any-project-cli": "~13.1.23",
|
|
145
|
+
"axios": "1.3.5",
|
|
146
|
+
"background-worker-process": "~13.1.38",
|
|
147
|
+
"base32": "0.0.7",
|
|
148
148
|
"bcryptjs": "2.4.3",
|
|
149
149
|
"better-sqlite3": "7.6.2",
|
|
150
150
|
"body-parser": "1.18.2",
|
|
@@ -180,20 +180,22 @@
|
|
|
180
180
|
"eslint-plugin-jsdoc": "30.7.8",
|
|
181
181
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
182
182
|
"express": "4.16.3",
|
|
183
|
-
"express-fileupload": "
|
|
183
|
+
"express-fileupload": "1.4.0",
|
|
184
184
|
"express-session": "1.17.3",
|
|
185
|
+
"favicons": "7.1.2",
|
|
185
186
|
"fbgraph": "1.4.1",
|
|
186
187
|
"file-loader": "1.1.5",
|
|
187
188
|
"file-saver": "2.0.5",
|
|
188
189
|
"firedev": "^13",
|
|
189
|
-
"firedev-crud": "~13.1.
|
|
190
|
-
"firedev-crud-deamon": "~13.1.
|
|
191
|
-
"firedev-ports": "~13.1.
|
|
192
|
-
"firedev-storage": "~13.1.
|
|
193
|
-
"firedev-typeorm": "~13.1.
|
|
194
|
-
"firedev-ui": "~13.1.
|
|
190
|
+
"firedev-crud": "~13.1.43",
|
|
191
|
+
"firedev-crud-deamon": "~13.1.33",
|
|
192
|
+
"firedev-ports": "~13.1.37",
|
|
193
|
+
"firedev-storage": "~13.1.28",
|
|
194
|
+
"firedev-typeorm": "~13.1.18",
|
|
195
|
+
"firedev-ui": "~13.1.8",
|
|
195
196
|
"fkill": "6.1.0",
|
|
196
197
|
"font-awesome": "4.7.0",
|
|
198
|
+
"form-data": "4.0.0",
|
|
197
199
|
"fs-extra": "8.1.0",
|
|
198
200
|
"fuzzy": "0.1.3",
|
|
199
201
|
"glob": "7.1.2",
|
|
@@ -202,17 +204,17 @@
|
|
|
202
204
|
"http-proxy": "1.16.2",
|
|
203
205
|
"http-proxy-middleware": "0.19.1",
|
|
204
206
|
"http-server": "0.11.1",
|
|
205
|
-
"incremental-compiler": "~13.1.
|
|
207
|
+
"incremental-compiler": "~13.1.17",
|
|
206
208
|
"inquirer": "7.3.3",
|
|
207
209
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
208
210
|
"is-elevated": "3.0.0",
|
|
209
|
-
"isomorphic-region-loader": "~13.1.
|
|
211
|
+
"isomorphic-region-loader": "~13.1.31",
|
|
210
212
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
211
213
|
"jasmine-core": "4.0.0",
|
|
212
214
|
"jscodeshift": "0.6.3",
|
|
213
215
|
"json-stringify-safe": "5.0.1",
|
|
214
|
-
"json10": "~13.1.
|
|
215
|
-
"json10-writer": "~13.1.
|
|
216
|
+
"json10": "~13.1.36",
|
|
217
|
+
"json10-writer": "~13.1.34",
|
|
216
218
|
"json5": "2.1.3",
|
|
217
219
|
"json5-writer": "0.2.0",
|
|
218
220
|
"jszip": "3.10.1",
|
|
@@ -226,33 +228,33 @@
|
|
|
226
228
|
"localforage": "1.10.0",
|
|
227
229
|
"lockfile": "1.0.4",
|
|
228
230
|
"lodash": "4.17.4",
|
|
229
|
-
"lodash-walk-object": "~13.1.
|
|
230
|
-
"lodash.get": ">= 4",
|
|
231
|
-
"lodash.isequal": ">= 4",
|
|
232
|
-
"lodash.merge": ">= 4",
|
|
233
|
-
"lodash.set": ">= 4",
|
|
231
|
+
"lodash-walk-object": "~13.1.36",
|
|
234
232
|
"lowdb": "1.0.0",
|
|
235
|
-
"magic-renamer": "~13.1.
|
|
233
|
+
"magic-renamer": "~13.1.25",
|
|
236
234
|
"material-design-icons": "3.0.1",
|
|
237
235
|
"method-override": "2.3.10",
|
|
238
236
|
"minimist": "1.2.0",
|
|
239
237
|
"mkdirp": "0.5.1",
|
|
240
238
|
"mocha": "5.2.0",
|
|
241
239
|
"moment": "2.22.2",
|
|
242
|
-
"morphi": "~13.1
|
|
240
|
+
"morphi": "~13.2.1",
|
|
243
241
|
"ng-packagr": "13.0.0",
|
|
244
242
|
"ng-talkback": "~13.1.19",
|
|
245
|
-
"ng2-
|
|
246
|
-
"ng2-
|
|
243
|
+
"ng2-file-upload": "1.3.0",
|
|
244
|
+
"ng2-logger": "~13.1.16",
|
|
245
|
+
"ng2-rest": "~13.2.1",
|
|
247
246
|
"ng4-icons": "~13.1.21",
|
|
248
247
|
"ng4-modal": "~13.1.23",
|
|
249
248
|
"ngx-bootstrap": "8.0.0",
|
|
250
249
|
"ngx-editor": "12.2.1",
|
|
250
|
+
"ngx-highlightjs": "6.1.3",
|
|
251
251
|
"ngx-moment": "6.0.2",
|
|
252
252
|
"ngx-pipes": "3.0.0",
|
|
253
|
+
"ngx-progressbar": "8.0.0",
|
|
254
|
+
"ngx-scrollbar": "9.0.2",
|
|
253
255
|
"ngx-store": "3.1.1",
|
|
254
256
|
"ngx-toastr": "14.2.2",
|
|
255
|
-
"ngx-wig": "
|
|
257
|
+
"ngx-wig": "1.2.7",
|
|
256
258
|
"node-cli-tester": "~13.1.19",
|
|
257
259
|
"node-localstorage": "2.1.6",
|
|
258
260
|
"node-notifier": "6.0.0",
|
|
@@ -283,17 +285,17 @@
|
|
|
283
285
|
"socket.io": "2.4.1",
|
|
284
286
|
"sort-package-json": "1.11.0",
|
|
285
287
|
"sql.js": "1.8.0",
|
|
286
|
-
"static-columns": "~13.
|
|
288
|
+
"static-columns": "~13.3.2",
|
|
287
289
|
"string-similarity": "4.0.2",
|
|
288
290
|
"sudo-block": "3.0.0",
|
|
289
291
|
"systeminformation": "3.45.7",
|
|
290
292
|
"task.js": "0.1.5",
|
|
291
|
-
"tnp-cli": "~13.1.
|
|
292
|
-
"tnp-config": "~13.1.
|
|
293
|
-
"tnp-core": "~13.2.
|
|
294
|
-
"tnp-db": "~13.1.
|
|
295
|
-
"tnp-helpers": "~13.1.
|
|
296
|
-
"tnp-models": "~13.1.
|
|
293
|
+
"tnp-cli": "~13.1.51",
|
|
294
|
+
"tnp-config": "~13.1.67",
|
|
295
|
+
"tnp-core": "~13.2.9",
|
|
296
|
+
"tnp-db": "~13.1.16",
|
|
297
|
+
"tnp-helpers": "~13.1.26",
|
|
298
|
+
"tnp-models": "~13.1.18",
|
|
297
299
|
"tnp-ui": "~13.1.27",
|
|
298
300
|
"ts-debug": "1.3.0",
|
|
299
301
|
"ts-loader": "2.3.1",
|
|
@@ -307,21 +309,21 @@
|
|
|
307
309
|
"validator": "9.2.0",
|
|
308
310
|
"vpn-split": "~13.1.23",
|
|
309
311
|
"watch": "1.0.2",
|
|
312
|
+
"yup": "1.1.1",
|
|
310
313
|
"zone.js": "~0.11.4"
|
|
311
314
|
}
|
|
312
315
|
},
|
|
313
316
|
"build": {
|
|
314
|
-
"number":
|
|
315
|
-
"date": "2023-04-
|
|
316
|
-
"hash": "
|
|
317
|
+
"number": 250,
|
|
318
|
+
"date": "2023-04-23T03:36:39.000Z",
|
|
319
|
+
"hash": "5ee3594b45a3b77009aa9e2d897bb763031aedee",
|
|
317
320
|
"options": {}
|
|
318
321
|
},
|
|
319
322
|
"currentProjectName": "lodash-walk-object",
|
|
320
|
-
"currentProjectPort": 4000,
|
|
321
323
|
"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\"]}]}",
|
|
322
324
|
"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\"}]}",
|
|
323
325
|
"currentProjectType": "isomorphic-lib",
|
|
324
|
-
"currentFrameworkVersion": "13.1.
|
|
326
|
+
"currentFrameworkVersion": "13.1.181",
|
|
325
327
|
"currentProjectIsStrictSite": false,
|
|
326
328
|
"currentProjectIsDependencySite": false,
|
|
327
329
|
"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.
|