@wipperoz/common-entities 1.10.4 → 1.10.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.
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wipperoz/common-entities",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.5",
|
|
4
4
|
"description": "Wipperoz common entities package",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=24"
|
|
9
9
|
},
|
|
10
10
|
"author": "Diego Santana <dsantana@wipperoz.com>",
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"packageManager": "yarn@4.
|
|
12
|
+
"packageManager": "yarn@4.14.1",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"cz": "git-cz",
|
|
15
15
|
"clean": "node bin/run-clean.mjs dist reports",
|
|
@@ -175,10 +175,11 @@
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
],
|
|
178
|
-
"@semantic-release/npm",
|
|
179
178
|
[
|
|
180
179
|
"@semantic-release/exec",
|
|
181
180
|
{
|
|
181
|
+
"prepareCmd": "npm version ${nextRelease.version} --no-git-tag-version --allow-same-version",
|
|
182
|
+
"publishCmd": "bash .circleci/npm-publish.sh",
|
|
182
183
|
"successCmd": "node .circleci/notify-orchestrator.mjs \"${nextRelease.version}\" \"${branch.name}\""
|
|
183
184
|
}
|
|
184
185
|
]
|