lodash-walk-object 1.0.36 → 1.0.39

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lodash-walk-object",
3
3
  "description": "Walk all properties deep in object with lodash help",
4
- "version": "1.0.36",
4
+ "version": "1.0.39",
5
5
  "scripts": {
6
6
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
7
7
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
23
23
  "dependencies": {
24
- "typescript-class-helpers": "~1.0.45"
24
+ "typescript-class-helpers": "~1.0.47"
25
25
  },
26
26
  "license": "MIT",
27
27
  "private": false,
@@ -1,35 +1,30 @@
1
1
  {
2
- "resources": [],
3
- "overrided": {
4
- "includeAsDev": "*",
5
- "includeOnly": [
6
- "typescript-class-helpers"
7
- ],
8
- "ignoreDepsPattern": [],
9
- "dependencies": {},
10
- "linkedFolders": []
2
+ resources: [],
3
+ overrided: {
4
+ includeAsDev: "*",
5
+ includeOnly: ["typescript-class-helpers"],
6
+ ignoreDepsPattern: [],
7
+ dependencies: {},
8
+ linkedFolders: [],
11
9
  },
12
- "linkedProjects": [],
13
- "libReleaseOptions": {
14
- "nodts": false,
15
- "obscure": false,
16
- "ugly": false
10
+ linkedProjects: [],
11
+ libReleaseOptions: {
12
+ nodts: false,
13
+ obscure: false,
14
+ ugly: false,
17
15
  },
18
- "type": "isomorphic-lib",
19
- "version": "v3",
20
- "license": "MIT",
21
- "private": false,
22
- "scripts": {
23
- "test": "mocha --require ts-node/register src/**/*.spec.ts",
24
- "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
16
+ type: "isomorphic-lib",
17
+ version: "v3",
18
+ additionalNpmNames: ["firedev-walk-object"],
19
+ license: "MIT",
20
+ private: false,
21
+ scripts: {
22
+ test: "mocha --require ts-node/register src/**/*.spec.ts",
23
+ "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",
25
24
  },
26
- "description": "Walk all properties deep in object with lodash help",
27
- "author": "Dariusz Filipiak",
28
- "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
29
- "keywords": [
30
- "ng2-rest",
31
- "docs",
32
- "documentation"
33
- ],
34
- "workerPlugins": {}
35
- }
25
+ description: "Walk all properties deep in object with lodash help",
26
+ author: "Dariusz Filipiak",
27
+ homepage: "https://github.com/darekf77/lodash-walk-object#readme",
28
+ keywords: ["ng2-rest", "docs", "documentation"],
29
+ workerPlugins: {},
30
+ }
@@ -23,6 +23,9 @@
23
23
  },
24
24
  "type": "isomorphic-lib",
25
25
  "version": "v3",
26
+ "additionalNpmNames": [
27
+ "firedev-walk-object"
28
+ ],
26
29
  "license": "MIT",
27
30
  "private": false,
28
31
  "scripts": {
@@ -41,7 +44,7 @@
41
44
  },
42
45
  "name": "lodash-walk-object",
43
46
  "description": "Walk all properties deep in object with lodash help",
44
- "version": "1.0.36",
47
+ "version": "1.0.39",
45
48
  "scripts": {
46
49
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
47
50
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -60,6 +63,12 @@
60
63
  "url": "https://github.com/darekf77/lodash-walk-object/issues"
61
64
  },
62
65
  "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
66
+ "dependencies": {
67
+ "typescript-class-helpers": "~1.0.47"
68
+ },
69
+ "license": "MIT",
70
+ "private": false,
71
+ "lastBuildTagHash": "e398589ffff2e16ddefbffacff31650595a1328e",
63
72
  "devDependencies": {
64
73
  "@angular-devkit/build-angular": "~13.2.5",
65
74
  "@angular/animations": "~13.2.0",
@@ -169,7 +178,7 @@
169
178
  "istanbul-instrumenter-loader": "2.0.0",
170
179
  "jasmine-core": "4.0.0",
171
180
  "json-stringify-safe": "5.0.1",
172
- "json10": "~1.0.34",
181
+ "json10": "~1.0.36",
173
182
  "json5": "2.1.3",
174
183
  "json5-writer": "0.2.0",
175
184
  "karma": "6.3.0",
@@ -181,7 +190,7 @@
181
190
  "lnk": "1.0.1",
182
191
  "lockfile": "1.0.4",
183
192
  "lodash": "4.17.4",
184
- "lodash-walk-object": "~1.0.35",
193
+ "lodash-walk-object": "~1.0.37",
185
194
  "lowdb": "1.0.0",
186
195
  "magic-renamer": "~0.0.20",
187
196
  "material-design-icons": "3.0.1",
@@ -193,7 +202,7 @@
193
202
  "morphi": "~4.0.54",
194
203
  "ng-packagr": "13.0.0",
195
204
  "ng-talkback": "~2.4.25",
196
- "ng2-logger": "~8.0.26",
205
+ "ng2-logger": "~8.0.28",
197
206
  "ng2-rest": "~11.0.42",
198
207
  "node-cli-test": "0.0.2",
199
208
  "node-cli-tester": "~0.0.22",
@@ -227,9 +236,9 @@
227
236
  "sudo-block": "3.0.0",
228
237
  "systeminformation": "3.45.7",
229
238
  "task.js": "0.1.5",
230
- "tnp-cli": "~2.0.23",
231
- "tnp-config": "~1.0.24",
232
- "tnp-core": "~1.0.38",
239
+ "tnp-cli": "~2.0.25",
240
+ "tnp-config": "~1.0.27",
241
+ "tnp-core": "~1.0.57",
233
242
  "tnp-db": "~0.0.44",
234
243
  "tnp-helpers": "~0.0.73",
235
244
  "tnp-models": "~0.0.37",
@@ -245,18 +254,12 @@
245
254
  "vpn-split": "~0.0.18",
246
255
  "watch": "1.0.2",
247
256
  "zone.js": "~0.11.4"
248
- },
249
- "dependencies": {
250
- "typescript-class-helpers": "~1.0.45"
251
- },
252
- "license": "MIT",
253
- "private": false,
254
- "lastBuildTagHash": "e398589ffff2e16ddefbffacff31650595a1328e"
257
+ }
255
258
  },
256
259
  "build": {
257
- "number": 146,
258
- "date": "2022-03-06T14:39:50.000Z",
259
- "hash": "12d32efe1552ff526bd51714abb9fbaa7131ab9b",
260
+ "number": 148,
261
+ "date": "2022-03-06T19:17:20.000Z",
262
+ "hash": "25999a3b55a62526446228332807ab816bdf8986",
260
263
  "options": {}
261
264
  },
262
265
  "currentProjectName": "lodash-walk-object",