lodash-walk-object 13.0.2 → 13.0.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.
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": "13.0.2",
4
+ "version": "13.0.3",
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"
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "name": "lodash-walk-object",
46
46
  "description": "Walk all properties deep in object with lodash help",
47
- "version": "13.0.2",
47
+ "version": "13.0.3",
48
48
  "scripts": {
49
49
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
50
50
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -292,9 +292,9 @@
292
292
  }
293
293
  },
294
294
  "build": {
295
- "number": 158,
296
- "date": "2022-03-16T22:46:41.000Z",
297
- "hash": "c2b213868fc49396f81394383ce0c7418ef3290a",
295
+ "number": 160,
296
+ "date": "2022-03-16T23:14:10.000Z",
297
+ "hash": "cd09be25dcd1948a37fb6238c535885f425fbb98",
298
298
  "options": {}
299
299
  },
300
300
  "currentProjectName": "lodash-walk-object",