@squiz/dxp-cli-next 1.1.0 → 1.2.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
@@ -8,6 +8,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
10
  // another one
11
+ // hopefully last one
11
12
  (0, update_notifier_1.default)({ pkg }).notify();
12
13
  const auth_1 = __importDefault(require("./auth"));
13
14
  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",
3
+ "version": "1.2.0-develop.2",
4
4
  "repository": {
5
5
  "url": "https://gitlab.squiz.net/developer-experience/dxp-cli-next"
6
6
  },