@squiz/dxp-cli-next 1.2.0-develop.3 → 1.2.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.
- package/lib/dxp.js +1 -2
- package/package.json +2 -12
package/lib/dxp.js
CHANGED
|
@@ -9,13 +9,12 @@ const pkg = require('../package.json');
|
|
|
9
9
|
// this is a change to prompt deployment
|
|
10
10
|
// another one
|
|
11
11
|
// hopefully last one
|
|
12
|
-
// hopefully last one
|
|
13
12
|
(0, update_notifier_1.default)({ pkg }).notify();
|
|
14
13
|
const auth_1 = __importDefault(require("./auth"));
|
|
15
14
|
const td_1 = __importDefault(require("./td"));
|
|
16
15
|
const program = new commander_1.default.Command();
|
|
17
16
|
const packageJson = require('../package.json');
|
|
18
|
-
const version = packageJson.version;
|
|
17
|
+
const version = packageJson.version;
|
|
19
18
|
program
|
|
20
19
|
.name('dxp')
|
|
21
20
|
.version(version)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squiz/dxp-cli-next",
|
|
3
|
-
"version": "1.2.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://gitlab.squiz.net/developer-experience/dxp-cli-next"
|
|
6
6
|
},
|
|
@@ -88,17 +88,7 @@
|
|
|
88
88
|
"plugins": [
|
|
89
89
|
"@semantic-release/commit-analyzer",
|
|
90
90
|
"@semantic-release/release-notes-generator",
|
|
91
|
-
"@semantic-release/npm"
|
|
92
|
-
[
|
|
93
|
-
"@semantic-release/git",
|
|
94
|
-
{
|
|
95
|
-
"assets": [
|
|
96
|
-
"docs",
|
|
97
|
-
"package.json"
|
|
98
|
-
],
|
|
99
|
-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
|
100
|
-
}
|
|
101
|
-
]
|
|
91
|
+
"@semantic-release/npm"
|
|
102
92
|
]
|
|
103
93
|
}
|
|
104
94
|
}
|