@anolilab/semantic-release-pnpm 8.1.17 → 8.1.19
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/CHANGELOG.md +13 -0
- package/dist/index.js +4 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @anolilab/semantic-release-pnpm [8.1.19](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@8.1.18...@anolilab/semantic-release-pnpm@8.1.19) (2026-08-19)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **semantic-release-preset:** emit real newlines in release commits ([59de04c](https://github.com/anolilab/semantic-release/commit/59de04cd07c3ca019393363fd1d9f1fc52fcb69c))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@anolilab/rc:** upgraded to 4.0.6
|
|
11
|
+
|
|
12
|
+
## @anolilab/semantic-release-pnpm [8.1.18](https://github.com/anolilab/semantic-release/compare/%40anolilab%2Fsemantic-release-pnpm%408.1.17...%40anolilab%2Fsemantic-release-pnpm%408.1.18) (2026-08-10)
|
|
13
|
+
|
|
1
14
|
## @anolilab/semantic-release-pnpm [8.1.17](https://github.com/anolilab/semantic-release/compare/%40anolilab%2Fsemantic-release-pnpm%408.1.16...%40anolilab%2Fsemantic-release-pnpm%408.1.17) (2026-07-23)
|
|
2
15
|
|
|
3
16
|
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { createRequire as __cjs_createRequire } from "node:module";
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
let __cjs_cachedRequire;
|
|
4
|
+
const __cjs_require = (id) => {
|
|
5
|
+
return (__cjs_cachedRequire ??= __cjs_createRequire(import.meta.url))(id);
|
|
6
|
+
};
|
|
4
7
|
|
|
5
8
|
const __cjs_getProcess = typeof globalThis !== "undefined" && typeof globalThis.process !== "undefined" ? globalThis.process : process;
|
|
6
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-pnpm",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.19",
|
|
4
4
|
"description": "Semantic-release plugin to publish a npm package with pnpm.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
],
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@actions/core": "3.0.1",
|
|
64
|
-
"@anolilab/rc": "4.0.
|
|
64
|
+
"@anolilab/rc": "4.0.6",
|
|
65
65
|
"@semantic-release/error": "^4.0.0",
|
|
66
|
-
"@visulima/fs": "^5.0
|
|
67
|
-
"@visulima/package": "
|
|
66
|
+
"@visulima/fs": "^5.1.0",
|
|
67
|
+
"@visulima/package": "5.0.11",
|
|
68
68
|
"@visulima/path": "^3.0.0",
|
|
69
69
|
"debug": "^4.4.3",
|
|
70
70
|
"env-ci": "^11.2.0",
|
|
71
|
-
"execa": "^10.0.
|
|
71
|
+
"execa": "^10.0.1",
|
|
72
72
|
"ini": "^7.0.0",
|
|
73
73
|
"normalize-url": "9.0.1",
|
|
74
74
|
"registry-auth-token": "5.1.1",
|