@anolilab/semantic-release-clean-package-json 4.0.0-alpha.2 → 4.0.0-alpha.3
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 +36 -14
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @anolilab/semantic-release-clean-package-json [4.0.0-alpha.3](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@4.0.0-alpha.2...@anolilab/semantic-release-clean-package-json@4.0.0-alpha.3) (2025-11-20)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **release:** update changelogs for multi-semantic-release, rc, clean-package-json, and preset packages ([a0073c4](https://github.com/anolilab/semantic-release/commit/a0073c4ef4c582dc3514afc42b4ffbd07bf07761))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 3.0.0-alpha.3
|
|
11
|
+
|
|
1
12
|
## @anolilab/semantic-release-clean-package-json [4.0.0-alpha.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@4.0.0-alpha.1...@anolilab/semantic-release-clean-package-json@4.0.0-alpha.2) (2025-10-21)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|
|
@@ -26,6 +37,17 @@
|
|
|
26
37
|
|
|
27
38
|
* **@anolilab/semantic-release-pnpm:** upgraded to 3.0.0-alpha.1
|
|
28
39
|
|
|
40
|
+
## @anolilab/semantic-release-clean-package-json [3.0.5](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@3.0.4...@anolilab/semantic-release-clean-package-json@3.0.5) (2025-11-01)
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* update package dependencies and configurations ([d94ebd8](https://github.com/anolilab/semantic-release/commit/d94ebd8869c34106aa0c11beb0f7410bbc86367f))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Dependencies
|
|
48
|
+
|
|
49
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 2.0.5
|
|
50
|
+
|
|
29
51
|
## @anolilab/semantic-release-clean-package-json [3.0.4](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@3.0.3...@anolilab/semantic-release-clean-package-json@3.0.4) (2025-09-22)
|
|
30
52
|
|
|
31
53
|
### Bug Fixes
|
|
@@ -147,31 +169,23 @@
|
|
|
147
169
|
|
|
148
170
|
* **@anolilab/semantic-release-pnpm:** upgraded to 1.1.9
|
|
149
171
|
|
|
150
|
-
## @anolilab/semantic-release-clean-package-json 1.0.0 (2025-01-16)
|
|
151
|
-
|
|
152
|
-
### Features
|
|
153
|
-
|
|
154
|
-
* new clean-package-json package for semantic-release ([#106](https://github.com/anolilab/semantic-release/issues/106)) ([94218d7](https://github.com/anolilab/semantic-release/commit/94218d72b21e698f46b96749d9216209782d381a))
|
|
172
|
+
## @anolilab/semantic-release-clean-package-json [1.0.0-alpha.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@1.0.0-alpha.1...@anolilab/semantic-release-clean-package-json@1.0.0-alpha.2) (2025-01-16)
|
|
155
173
|
|
|
156
174
|
### Bug Fixes
|
|
157
175
|
|
|
158
176
|
* changed plugin order to not publish cleaned package.json to GitHub ([6673e69](https://github.com/anolilab/semantic-release/commit/6673e69723fd340380250fa2d986e4c37091351f))
|
|
159
|
-
* remove usage of aggregate-error library ([e0c6e95](https://github.com/anolilab/semantic-release/commit/e0c6e95b07416d6694fa192ddca96e17a4c1c4b8))
|
|
160
|
-
* **semantic-release-clean-package-json:** fixed circular dependency ([93b51f9](https://github.com/anolilab/semantic-release/commit/93b51f9c03503e10f0c0a23dcd55273622b40aa0))
|
|
161
|
-
* **semantic-release-clean-package-json:** removed cjs exports, semantic-release don't support both types at the same time ([48c93c0](https://github.com/anolilab/semantic-release/commit/48c93c09cd5d6429b7658bc9a4fc573ea23462e2))
|
|
162
|
-
|
|
163
177
|
|
|
164
|
-
|
|
178
|
+
## @anolilab/semantic-release-clean-package-json 1.0.0-alpha.1 (2025-01-15)
|
|
165
179
|
|
|
166
|
-
|
|
180
|
+
### Features
|
|
167
181
|
|
|
168
|
-
|
|
182
|
+
* new clean-package-json package for semantic-release ([#106](https://github.com/anolilab/semantic-release/issues/106)) ([94218d7](https://github.com/anolilab/semantic-release/commit/94218d72b21e698f46b96749d9216209782d381a))
|
|
169
183
|
|
|
170
184
|
### Bug Fixes
|
|
171
185
|
|
|
172
|
-
*
|
|
186
|
+
* **semantic-release-clean-package-json:** fixed circular dependency ([93b51f9](https://github.com/anolilab/semantic-release/commit/93b51f9c03503e10f0c0a23dcd55273622b40aa0))
|
|
173
187
|
|
|
174
|
-
## @anolilab/semantic-release-clean-package-json 1.0.0
|
|
188
|
+
## @anolilab/semantic-release-clean-package-json 1.0.0 (2025-01-16)
|
|
175
189
|
|
|
176
190
|
### Features
|
|
177
191
|
|
|
@@ -179,4 +193,12 @@
|
|
|
179
193
|
|
|
180
194
|
### Bug Fixes
|
|
181
195
|
|
|
196
|
+
* changed plugin order to not publish cleaned package.json to GitHub ([6673e69](https://github.com/anolilab/semantic-release/commit/6673e69723fd340380250fa2d986e4c37091351f))
|
|
197
|
+
* remove usage of aggregate-error library ([e0c6e95](https://github.com/anolilab/semantic-release/commit/e0c6e95b07416d6694fa192ddca96e17a4c1c4b8))
|
|
182
198
|
* **semantic-release-clean-package-json:** fixed circular dependency ([93b51f9](https://github.com/anolilab/semantic-release/commit/93b51f9c03503e10f0c0a23dcd55273622b40aa0))
|
|
199
|
+
* **semantic-release-clean-package-json:** removed cjs exports, semantic-release don't support both types at the same time ([48c93c0](https://github.com/anolilab/semantic-release/commit/48c93c09cd5d6429b7658bc9a4fc573ea23462e2))
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Dependencies
|
|
203
|
+
|
|
204
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 1.1.8
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var b=Object.defineProperty;var r=(s,e)=>b(s,"name",{value:e,configurable:!0});import{createRequire as y}from"node:module";import{findUp as N,readJson as m,writeJson as g,isAccessible as P}from"@visulima/fs";import{resolve as d,join as p}from"@visulima/path";import{NotFoundError as O}from"@visulima/fs/error";import _ from"@semantic-release/error";const h=y(import.meta.url),c=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,v=r(s=>{if(typeof c<"u"&&c.versions&&c.versions.node){const[e,o]=c.versions.node.split(".").map(Number);if(e>22||e===22&&o>=3||e===20&&o>=16)return c.getBuiltinModule(s)}return h(s)},"__cjs_getBuiltinModule"),{rm:E}=v("node:fs/promises"),R=["name","version","private","publishConfig","scripts.preinstall","scripts.install","scripts.postinstall","scripts.dependencies","files","bin","browser","main","man","jsdelivr","unpkg","dependencies","peerDependencies","peerDependenciesMeta","bundledDependencies","optionalDependencies","engines","os","cpu","description","keywords","author","contributors","license","homepage","repository","bugs","funding","type","exports","imports","sponsor","publisher","displayName","categories","galleryBanner","preview","contributes","activationEvents","badges","markdown","qna","extensionPack","extensionDependencies","extensionKind","icon","fesm2020","fesm2015","esm2020","es2020","types","typings","typesVersions","module","sideEffects"];var K=Object.defineProperty,u=r((s,e)=>K(s,"name",{value:e,configurable:!0}),"e");const M={ENOPKG:u(()=>({details:"A [package.json file](https://docs.npmjs.com/files/package.json) at the root of your project is required to release on npm.\nPlease follow the [npm guideline](https://docs.npmjs.com/getting-started/creating-node-modules) to create a valid `package.json` file.",message:"Missing `package.json` file."}),"ENOPKG"),ENOPKGNAME:u(()=>({details:"The `package.json`'s [name](https://docs.npmjs.com/files/package.json#name) property is required in order to publish a package to the npm registry.\nPlease make sure to add a valid `name` for your package in your `package.json`.",message:"Missing `name` property in `package.json`."}),"ENOPKGNAME")};var A=Object.defineProperty,$=r((s,e)=>A(s,"name",{value:e,configurable:!0}),"o");const f=$((s,e={})=>{const{details:o,message:t}=M[s](e);return new _(t,s,o)},"getError");var q=Object.defineProperty,k=r((s,e)=>q(s,"name",{value:e,configurable:!0}),"n");const G=k(async s=>{const e={type:"file"};s&&(e.cwd=s);const o=await N("package.json",e);if(!o)throw new O("No such file or directory, for package.json found.");return{packageJson:await m(o),path:o}},"findPackageJson"),j=k(async({pkgRoot:s},{cwd:e})=>{try{const{packageJson:o}=await G(s?d(e,s):e);if(!o.name){const t=f("ENOPKGNAME");throw new AggregateError([t],t.message)}return o}catch(o){if(o.code==="ENOENT"){const t=f("ENOPKG");throw new AggregateError([t],t.message)}throw o}},"getPackage");var x=Object.defineProperty,w=r((s,e)=>x(s,"name",{value:e,configurable:!0}),"c");const F=w(async(s,e)=>{const o=await j(s,e),t=s.pkgRoot?d(e.cwd,s.pkgRoot):e.cwd;await g(p(t,"package.json.back"),o,{detectIndent:!0}),e.logger.log("Created a backup of the package.json file.");const a=new Set([...R,...s.keep??[]]);e.logger.log(`Keeping the following properties: ${[...a].join(", ")}`);const n={...o};for(const i in n)if(!a.has(i)){if(i==="scripts"){for(const l in n.scripts)a.has(`${i}.${l}`)||delete n.scripts[l];if(n.scripts&&Object.keys(n.scripts).length>0)continue}e.logger.log(`Removing property "${i}"`),delete n[i]}await g(p(t,"package.json"),n,{detectIndent:!0})},"publish"),S=w(async(s,e)=>{const o=s.pkgRoot?d(e.cwd,s.pkgRoot):e.cwd,t=p(o,"package.json.back");if(await P(t)){const a=await j(s,e),n=await m(t);n.version=a.version,await g(p(o,"package.json"),n,{detectIndent:!0,overwrite:!0}),await E(t),e.logger.log("Restored modified package.json from backup.")}else e.logger.error("No backup package.json found.")},"success");export{F as publish,S as success};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-clean-package-json",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.3",
|
|
4
4
|
"description": "Clean package.json before publish by removing unnecessary properties",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@semantic-release/error": "^4.0.0",
|
|
48
|
-
"@visulima/fs": "^4.0.
|
|
49
|
-
"@visulima/path": "^2.0.
|
|
50
|
-
"type-fest": "^5.
|
|
48
|
+
"@visulima/fs": "^4.0.4",
|
|
49
|
+
"@visulima/path": "^2.0.3",
|
|
50
|
+
"type-fest": "^5.2.0"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": "^22.14.0 || >=24.10.0"
|