lodash-walk-object 13.0.21 → 13.0.23

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.d.ts CHANGED
@@ -0,0 +1 @@
1
+ export declare function dummy1664632081091(): void;
package/app.js CHANGED
@@ -1,34 +1,6 @@
1
- /* */
2
- /* */
3
- /* */
4
- /* */
5
- /* */
6
- /* */
7
- /* */
8
- /* */
9
- /* */
10
- /* */
11
- /* */
12
- /* */
13
- /* */
14
- /* */
15
- /* */
16
- /* */
17
- /* */
18
- /* */
19
- /* */
20
- /* */
21
- /* */
22
- /* */
23
- /* */
24
- /* */
25
- /* */
26
- /* */
27
- /* */
28
- /* */
29
- /* */
30
- /* */
31
- /* */
32
- /* */
33
- /* */
34
- //# sourceMappingURL=/Users/dfilipiak/projects/npm/lodash-walk-object/tmp-bundle-release/bundle/project/lodash-walk-object/bundle-nocutsrc/app.js.map
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1664632081091 = void 0;
4
+ function dummy1664632081091() { }
5
+ exports.dummy1664632081091 = dummy1664632081091;
6
+ //# sourceMappingURL=/Users/dariusz/projects/npm/lodash-walk-object/tmp-bundle-release/bundle/project/lodash-walk-object/bundle-nocutsrc/app.js.map
package/app.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../tmp-source-bundle/app.ts"],"names":[],"mappings":"AAAA,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK"}
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../tmp-source-bundle/app.ts"],"names":[],"mappings":";;;AAAA,SAAgB,kBAAkB,KAAK,CAAC;AAAxC,gDAAwC"}
package/index.js CHANGED
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  (0, tslib_1.__exportStar)(require("./lib"), exports);
5
- //# sourceMappingURL=/Users/dfilipiak/projects/npm/lodash-walk-object/tmp-bundle-release/bundle/project/lodash-walk-object/bundle-nocutsrc/index.js.map
5
+ //# sourceMappingURL=/Users/dariusz/projects/npm/lodash-walk-object/tmp-bundle-release/bundle/project/lodash-walk-object/bundle-nocutsrc/index.js.map
package/lib/index.js CHANGED
@@ -374,4 +374,4 @@ exports.walk = {
374
374
  Object: Helpers.Walk.Object,
375
375
  ObjectBy: Helpers.Walk.ObjectBy
376
376
  };
377
- //# sourceMappingURL=/Users/dfilipiak/projects/npm/lodash-walk-object/tmp-bundle-release/bundle/project/lodash-walk-object/bundle-nocutsrc/lib/index.js.map
377
+ //# sourceMappingURL=/Users/dariusz/projects/npm/lodash-walk-object/tmp-bundle-release/bundle/project/lodash-walk-object/bundle-nocutsrc/lib/index.js.map
package/lib/models.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=/Users/dfilipiak/projects/npm/lodash-walk-object/tmp-bundle-release/bundle/project/lodash-walk-object/bundle-nocutsrc/lib/models.js.map
3
+ //# sourceMappingURL=/Users/dariusz/projects/npm/lodash-walk-object/tmp-bundle-release/bundle/project/lodash-walk-object/bundle-nocutsrc/lib/models.js.map
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.21",
4
+ "version": "13.0.23",
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,10 +21,10 @@
21
21
  },
22
22
  "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
23
23
  "dependencies": {
24
- "typescript-class-helpers": "~13.0.23"
24
+ "typescript-class-helpers": "~13.0.25"
25
25
  },
26
26
  "license": "MIT",
27
27
  "private": false,
28
- "lastBuildTagHash": "ac3fa5d89cd99163b93a4cc35060ea66422fc7bc",
28
+ "lastBuildTagHash": "c7a69fe2967f432755672e7c51d24a53326b85d7",
29
29
  "devDependencies": {}
30
30
  }
@@ -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.21",
47
+ "version": "13.0.23",
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"
@@ -64,15 +64,14 @@
64
64
  },
65
65
  "homepage": "https://github.com/darekf77/lodash-walk-object#readme",
66
66
  "dependencies": {
67
- "typescript-class-helpers": "~13.0.23"
67
+ "typescript-class-helpers": "~13.0.25"
68
68
  },
69
69
  "license": "MIT",
70
70
  "private": false,
71
- "lastBuildTagHash": "ac3fa5d89cd99163b93a4cc35060ea66422fc7bc",
71
+ "lastBuildTagHash": "c7a69fe2967f432755672e7c51d24a53326b85d7",
72
72
  "devDependencies": {
73
73
  "@angular-devkit/build-angular": "~13.2.5",
74
74
  "@angular-devkit/core": "~13.2.6",
75
- "@angular/animations": "~13.2.0",
76
75
  "@angular/cdk": "~13.2.4",
77
76
  "@angular/cli": "~13.2.5",
78
77
  "@angular/common": "~13.2.0",
@@ -139,13 +138,13 @@
139
138
  "@types/vinyl": "2.0.2",
140
139
  "@types/watch": "1.0.0",
141
140
  "accepts": "1.3.4",
141
+ "any-project-cli": "~0.0.9",
142
142
  "axios": "0.17.1",
143
- "background-worker-process": "~13.0.20",
143
+ "background-worker-process": "~13.0.21",
144
144
  "bcryptjs": "2.4.3",
145
- "better-sqlite3": "7.5.1",
145
+ "better-sqlite3": "7.6.2",
146
146
  "body-parser": "1.18.2",
147
147
  "bootstrap": "5.1.3",
148
- "bs4-breakpoint": "13.0.28",
149
148
  "buffer-shims": "1.0.0",
150
149
  "callsite-record": "4.1.3",
151
150
  "chai": "4.2.0",
@@ -180,10 +179,10 @@
180
179
  "fbgraph": "1.4.1",
181
180
  "file-loader": "1.1.5",
182
181
  "firedev": "^13",
183
- "firedev-crud": "~13.0.28",
184
- "firedev-crud-deamon": "~13.0.19",
185
- "firedev-ports": "~13.0.22",
186
- "firedev-storage": "~13.0.14",
182
+ "firedev-crud": "~13.0.29",
183
+ "firedev-crud-deamon": "~13.0.20",
184
+ "firedev-ports": "~13.0.23",
185
+ "firedev-storage": "~13.0.15",
187
186
  "fkill": "6.1.0",
188
187
  "font-awesome": "4.7.0",
189
188
  "fs-extra": "8.1.0",
@@ -194,17 +193,17 @@
194
193
  "http-proxy": "1.16.2",
195
194
  "http-proxy-middleware": "0.19.1",
196
195
  "http-server": "0.11.1",
197
- "incremental-compiler": "~13.0.20",
196
+ "incremental-compiler": "~13.0.26",
198
197
  "inquirer": "7.3.3",
199
198
  "inquirer-autocomplete-prompt": "1.3.0",
200
199
  "is-elevated": "3.0.0",
201
- "isomorphic-region-loader": "1.0.2",
200
+ "isomorphic-region-loader": "~1.0.2",
202
201
  "istanbul-instrumenter-loader": "2.0.0",
203
202
  "jasmine-core": "4.0.0",
204
203
  "jscodeshift": "0.6.3",
205
204
  "json-stringify-safe": "5.0.1",
206
- "json10": "~13.0.20",
207
- "json10-writer": "~13.0.19",
205
+ "json10": "~13.0.22",
206
+ "json10-writer": "~13.0.20",
208
207
  "json5": "2.1.3",
209
208
  "json5-writer": "0.2.0",
210
209
  "karma": "6.3.0",
@@ -216,7 +215,7 @@
216
215
  "lnk": "1.0.1",
217
216
  "lockfile": "1.0.4",
218
217
  "lodash": "4.17.4",
219
- "lodash-walk-object": "~13.0.20",
218
+ "lodash-walk-object": "~13.0.22",
220
219
  "lodash.get": ">= 4",
221
220
  "lodash.isequal": ">= 4",
222
221
  "lodash.merge": ">= 4",
@@ -229,11 +228,11 @@
229
228
  "mkdirp": "0.5.1",
230
229
  "mocha": "5.2.0",
231
230
  "moment": "2.22.2",
232
- "morphi": "~13.0.44",
231
+ "morphi": "~13.0.47",
233
232
  "ng-packagr": "13.0.0",
234
233
  "ng-talkback": "~13.0.14",
235
- "ng2-logger": "~13.0.21",
236
- "ng2-rest": "~13.0.24",
234
+ "ng2-logger": "~13.0.25",
235
+ "ng2-rest": "~13.0.30",
237
236
  "ng4-icons": "~13.0.16",
238
237
  "ng4-modal": "~13.0.18",
239
238
  "ngx-bootstrap": "8.0.0",
@@ -272,23 +271,23 @@
272
271
  "sloc": "0.2.0",
273
272
  "socket.io": "2.4.1",
274
273
  "sort-package-json": "1.11.0",
275
- "static-columns": "13.0.21",
274
+ "static-columns": "~13.0.23",
276
275
  "string-similarity": "4.0.2",
277
276
  "sudo-block": "3.0.0",
278
277
  "systeminformation": "3.45.7",
279
278
  "task.js": "0.1.5",
280
- "tnp-cli": "~13.0.23",
281
- "tnp-config": "~13.0.27",
282
- "tnp-core": "~13.0.50",
283
- "tnp-db": "~13.0.29",
284
- "tnp-helpers": "~13.0.32",
285
- "tnp-models": "~13.0.22",
279
+ "tnp-cli": "~13.0.25",
280
+ "tnp-config": "~13.0.31",
281
+ "tnp-core": "~13.0.65",
282
+ "tnp-db": "~13.0.30",
283
+ "tnp-helpers": "~13.0.36",
284
+ "tnp-models": "~13.0.24",
286
285
  "tnp-ui": "~13.0.19",
287
286
  "ts-debug": "1.3.0",
288
287
  "ts-loader": "2.3.1",
289
288
  "ts-node": "10.7.0",
290
289
  "tslib": "~2.3.0",
291
- "typeorm": "~0.2.45",
290
+ "typeorm": "~0.3.7",
292
291
  "typescript": "~4.5.2",
293
292
  "typescript-formatter": "~7.2.2",
294
293
  "underscore": "1.9.1",
@@ -300,9 +299,9 @@
300
299
  }
301
300
  },
302
301
  "build": {
303
- "number": 202,
304
- "date": "2022-07-26T09:08:22.000Z",
305
- "hash": "938e0da68b5492f71eef92a90e489de5eaa25913",
302
+ "number": 207,
303
+ "date": "2022-10-01T13:47:51.000Z",
304
+ "hash": "ccb0a96206c605d03883442cc9e6a7a1e89a4ee0",
306
305
  "options": {}
307
306
  },
308
307
  "currentProjectName": "lodash-walk-object",
@@ -310,7 +309,7 @@
310
309
  "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\"]}]}",
311
310
  "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\"}]}",
312
311
  "currentProjectType": "isomorphic-lib",
313
- "currentFrameworkVersion": "13.0.93",
312
+ "currentFrameworkVersion": "13.0.102",
314
313
  "currentProjectIsStrictSite": false,
315
314
  "currentProjectIsDependencySite": false,
316
315
  "currentProjectIsStatic": false,
@@ -0,0 +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.