@dotcom-tool-kit/package-json-hook 3.0.0 → 4.0.0

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.
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PackageJsonHelper = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const types_1 = require("@dotcom-tool-kit/types");
6
- const fs_1 = (0, tslib_1.__importDefault)(require("fs"));
7
- const get_1 = (0, tslib_1.__importDefault)(require("lodash/get"));
8
- const mapValues_1 = (0, tslib_1.__importDefault)(require("lodash/mapValues"));
9
- const merge_1 = (0, tslib_1.__importDefault)(require("lodash/merge"));
10
- const update_1 = (0, tslib_1.__importDefault)(require("lodash/update"));
11
- const path_1 = (0, tslib_1.__importDefault)(require("path"));
6
+ const fs_1 = tslib_1.__importDefault(require("fs"));
7
+ const get_1 = tslib_1.__importDefault(require("lodash/get"));
8
+ const mapValues_1 = tslib_1.__importDefault(require("lodash/mapValues"));
9
+ const merge_1 = tslib_1.__importDefault(require("lodash/merge"));
10
+ const update_1 = tslib_1.__importDefault(require("lodash/update"));
11
+ const path_1 = tslib_1.__importDefault(require("path"));
12
12
  class PackageJsonHelper extends types_1.Hook {
13
13
  constructor() {
14
14
  super(...arguments);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/package-json-hook",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {