@deot/dev-cli 1.0.4 → 1.0.5

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -438,7 +438,7 @@ class Builder {
438
438
  commonjs({ extensions: ['.js', '.ts'] }),
439
439
  nodeResolve(),
440
440
  replace({
441
- '1.0.3': `'${packageOptions.version}'`,
441
+ '1.0.4': `'${packageOptions.version}'`,
442
442
  false: 'false',
443
443
  true: true
444
444
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deot/dev-cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -28,6 +28,7 @@
28
28
  "@typescript-eslint/parser": "^5.44.0",
29
29
  "chalk": "^5.2.0",
30
30
  "commander": "^10.0.1",
31
+ "conventional-commits-parser": "^3.2.4",
31
32
  "cross-env": "^7.0.3",
32
33
  "eslint": "^8.38.0",
33
34
  "eslint-config-airbnb-base": "^15.0.0",
@@ -50,8 +51,7 @@
50
51
  "upath": "^2.0.1"
51
52
  },
52
53
  "devDependencies": {
53
- "@deot/dev-test": "^1.0.2",
54
- "conventional-commits-parser": "^3.2.4"
54
+ "@deot/dev-test": "^1.0.2"
55
55
  },
56
56
  "bin": {
57
57
  "ddc": "bin/cli.js"