@wipperoz/common-entities 1.9.16 → 1.9.18

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 (1) hide show
  1. package/package.json +1 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipperoz/common-entities",
3
- "version": "1.9.16",
3
+ "version": "1.9.18",
4
4
  "description": "Wipperoz common entities package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -49,9 +49,7 @@
49
49
  "@commitlint/cli": "^19.5.0",
50
50
  "@commitlint/config-conventional": "^19.5.0",
51
51
  "@eslint/js": "^9.10.0",
52
- "@semantic-release/changelog": "^6.0.3",
53
52
  "@semantic-release/exec": "^6.0.3",
54
- "@semantic-release/git": "^10.0.1",
55
53
  "@tsconfig/node20": "^20.1.4",
56
54
  "@types/jest": "^29.5.13",
57
55
  "@types/node": "^22.5.4",
@@ -177,28 +175,12 @@
177
175
  }
178
176
  }
179
177
  ],
180
- [
181
- "@semantic-release/changelog",
182
- {
183
- "changelogFile": "CHANGELOG.md"
184
- }
185
- ],
186
178
  "@semantic-release/npm",
187
179
  [
188
180
  "@semantic-release/exec",
189
181
  {
190
182
  "successCmd": "node .circleci/notify-orchestrator.mjs \"${nextRelease.version}\" \"${branch.name}\""
191
183
  }
192
- ],
193
- [
194
- "@semantic-release/git",
195
- {
196
- "assets": [
197
- "package.json",
198
- "CHANGELOG.md"
199
- ],
200
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
201
- }
202
184
  ]
203
185
  ]
204
186
  }