@squiz/dxp-cli-next 1.1.0-develop.1 → 1.1.0-develop.2

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.
Files changed (2) hide show
  1. package/lib/dxp.js +1 -0
  2. package/package.json +1 -1
package/lib/dxp.js CHANGED
@@ -7,6 +7,7 @@ const commander_1 = __importDefault(require("commander"));
7
7
  const update_notifier_1 = __importDefault(require("update-notifier"));
8
8
  const pkg = require('../package.json');
9
9
  // this is a change to prompt deployment
10
+ // another one
10
11
  (0, update_notifier_1.default)({ pkg }).notify();
11
12
  const auth_1 = __importDefault(require("./auth"));
12
13
  const td_1 = __importDefault(require("./td"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dxp-cli-next",
3
- "version": "1.1.0-develop.1",
3
+ "version": "1.1.0-develop.2",
4
4
  "repository": {
5
5
  "url": "https://gitlab.squiz.net/developer-experience/dxp-cli-next"
6
6
  },