@storm-software/npm-tools 0.4.2 → 0.4.4

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 CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  # Changelog for Storm Ops - Npm Tools
4
4
 
5
+ ## [0.4.3](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.4.3) (2025-09-20)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([b5a7b29f8](https://github.com/storm-software/storm-ops/commit/b5a7b29f8))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated config-tools to 1.186.3
15
+ - Updated config to 1.132.2
16
+
17
+ ## [0.4.2](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.4.2) (2025-09-19)
18
+
19
+ ### Miscellaneous
20
+
21
+ - **monorepo:** Update workspace package links
22
+ ([8a98818fa](https://github.com/storm-software/storm-ops/commit/8a98818fa))
23
+
24
+ ### Updated Dependencies
25
+
26
+ - Updated config-tools to 1.186.2
27
+
5
28
  ## [0.4.1](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.4.1) (2025-09-19)
6
29
 
7
30
  ### Miscellaneous
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.3.4-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.4.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -0,0 +1 @@
1
+ 'use strict';var chunkARM2C4SR_cjs=require('./chunk-ARM2C4SR.cjs'),chunkQFGWM46Y_cjs=require('./chunk-QFGWM46Y.cjs'),child_process=require('child_process');async function n(r,t=chunkQFGWM46Y_cjs.f,u={}){let{registry:c=await chunkARM2C4SR_cjs.a()}=u;return new Promise((f,i)=>{child_process.exec(`npm view ${r} version --registry=${c} --tag=${t}`,(e,P,s)=>e?i(e):s?i(s):f(P.trim()));})}async function _(r,t={}){return n(r,chunkQFGWM46Y_cjs.c,t)}async function x(r,t={}){return n(r,chunkQFGWM46Y_cjs.d,t)}async function E(r,t={}){return n(r,chunkQFGWM46Y_cjs.e,t)}exports.a=n;exports.b=_;exports.c=x;exports.d=E;
@@ -0,0 +1 @@
1
+ import {a}from'./chunk-BUJO2IHD.js';import {f,c,d,e}from'./chunk-B6PKMEQO.js';import {exec}from'node:child_process';async function n(r,t=f,u={}){let{registry:c=await a()}=u;return new Promise((f,i)=>{exec(`npm view ${r} version --registry=${c} --tag=${t}`,(e,P,s)=>e?i(e):s?i(s):f(P.trim()));})}async function x(r,t={}){return n(r,c,t)}async function E(r,t={}){return n(r,d,t)}async function N(r,t={}){return n(r,e,t)}export{n as a,x as b,E as c,N as d};
@@ -1 +1 @@
1
- 'use strict';var chunkQAXWNLF7_cjs=require('../chunk-QAXWNLF7.cjs');require('../chunk-ARM2C4SR.cjs'),require('../chunk-QFGWM46Y.cjs');Object.defineProperty(exports,"getCanaryVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.c}});Object.defineProperty(exports,"getExperimentalVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.d}});Object.defineProperty(exports,"getLatestVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.b}});Object.defineProperty(exports,"getVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.a}});
1
+ 'use strict';var chunkRUFQ2VOJ_cjs=require('../chunk-RUFQ2VOJ.cjs');require('../chunk-ARM2C4SR.cjs'),require('../chunk-QFGWM46Y.cjs');Object.defineProperty(exports,"getCanaryVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.c}});Object.defineProperty(exports,"getExperimentalVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.d}});Object.defineProperty(exports,"getLatestVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.b}});Object.defineProperty(exports,"getVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.a}});
@@ -1 +1 @@
1
- export{c as getCanaryVersion,d as getExperimentalVersion,b as getLatestVersion,a as getVersion}from'../chunk-IZWBCKQM.js';import'../chunk-BUJO2IHD.js';import'../chunk-B6PKMEQO.js';
1
+ export{c as getCanaryVersion,d as getExperimentalVersion,b as getLatestVersion,a as getVersion}from'../chunk-SHTY72AZ.js';import'../chunk-BUJO2IHD.js';import'../chunk-B6PKMEQO.js';
@@ -1 +1 @@
1
- 'use strict';require('../chunk-OBOKFFDE.cjs');var chunkQAXWNLF7_cjs=require('../chunk-QAXWNLF7.cjs'),chunkARM2C4SR_cjs=require('../chunk-ARM2C4SR.cjs');require('../chunk-QFGWM46Y.cjs');Object.defineProperty(exports,"getCanaryVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.c}});Object.defineProperty(exports,"getExperimentalVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.d}});Object.defineProperty(exports,"getLatestVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.b}});Object.defineProperty(exports,"getVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.a}});Object.defineProperty(exports,"getGitHubRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.c}});Object.defineProperty(exports,"getNpmRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.b}});Object.defineProperty(exports,"getRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.a}});
1
+ 'use strict';require('../chunk-OBOKFFDE.cjs');var chunkRUFQ2VOJ_cjs=require('../chunk-RUFQ2VOJ.cjs'),chunkARM2C4SR_cjs=require('../chunk-ARM2C4SR.cjs');require('../chunk-QFGWM46Y.cjs');Object.defineProperty(exports,"getCanaryVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.c}});Object.defineProperty(exports,"getExperimentalVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.d}});Object.defineProperty(exports,"getLatestVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.b}});Object.defineProperty(exports,"getVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.a}});Object.defineProperty(exports,"getGitHubRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.c}});Object.defineProperty(exports,"getNpmRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.b}});Object.defineProperty(exports,"getRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.a}});
@@ -1 +1 @@
1
- import'../chunk-ZS7ZL333.js';export{c as getCanaryVersion,d as getExperimentalVersion,b as getLatestVersion,a as getVersion}from'../chunk-IZWBCKQM.js';export{c as getGitHubRegistry,b as getNpmRegistry,a as getRegistry}from'../chunk-BUJO2IHD.js';import'../chunk-B6PKMEQO.js';
1
+ import'../chunk-ZS7ZL333.js';export{c as getCanaryVersion,d as getExperimentalVersion,b as getLatestVersion,a as getVersion}from'../chunk-SHTY72AZ.js';export{c as getGitHubRegistry,b as getNpmRegistry,a as getRegistry}from'../chunk-BUJO2IHD.js';import'../chunk-B6PKMEQO.js';
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- 'use strict';require('./chunk-SFZRYJZ2.cjs'),require('./chunk-OBOKFFDE.cjs');var chunkQAXWNLF7_cjs=require('./chunk-QAXWNLF7.cjs'),chunkARM2C4SR_cjs=require('./chunk-ARM2C4SR.cjs'),chunkQFGWM46Y_cjs=require('./chunk-QFGWM46Y.cjs');Object.defineProperty(exports,"getCanaryVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.c}});Object.defineProperty(exports,"getExperimentalVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.d}});Object.defineProperty(exports,"getLatestVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.b}});Object.defineProperty(exports,"getVersion",{enumerable:true,get:function(){return chunkQAXWNLF7_cjs.a}});Object.defineProperty(exports,"getGitHubRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.c}});Object.defineProperty(exports,"getNpmRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.b}});Object.defineProperty(exports,"getRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.a}});Object.defineProperty(exports,"CANARY_NPM_TAG",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.d}});Object.defineProperty(exports,"DEFAULT_GITHUB_REGISTRY",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.b}});Object.defineProperty(exports,"DEFAULT_NPM_REGISTRY",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.a}});Object.defineProperty(exports,"DEFAULT_NPM_TAG",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.f}});Object.defineProperty(exports,"EXPERIMENTAL_NPM_TAG",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.e}});Object.defineProperty(exports,"LATEST_NPM_TAG",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.c}});
1
+ 'use strict';require('./chunk-SFZRYJZ2.cjs'),require('./chunk-OBOKFFDE.cjs');var chunkRUFQ2VOJ_cjs=require('./chunk-RUFQ2VOJ.cjs'),chunkARM2C4SR_cjs=require('./chunk-ARM2C4SR.cjs'),chunkQFGWM46Y_cjs=require('./chunk-QFGWM46Y.cjs');Object.defineProperty(exports,"getCanaryVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.c}});Object.defineProperty(exports,"getExperimentalVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.d}});Object.defineProperty(exports,"getLatestVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.b}});Object.defineProperty(exports,"getVersion",{enumerable:true,get:function(){return chunkRUFQ2VOJ_cjs.a}});Object.defineProperty(exports,"getGitHubRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.c}});Object.defineProperty(exports,"getNpmRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.b}});Object.defineProperty(exports,"getRegistry",{enumerable:true,get:function(){return chunkARM2C4SR_cjs.a}});Object.defineProperty(exports,"CANARY_NPM_TAG",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.d}});Object.defineProperty(exports,"DEFAULT_GITHUB_REGISTRY",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.b}});Object.defineProperty(exports,"DEFAULT_NPM_REGISTRY",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.a}});Object.defineProperty(exports,"DEFAULT_NPM_TAG",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.f}});Object.defineProperty(exports,"EXPERIMENTAL_NPM_TAG",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.e}});Object.defineProperty(exports,"LATEST_NPM_TAG",{enumerable:true,get:function(){return chunkQFGWM46Y_cjs.c}});
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import'./chunk-GGNOJ77I.js';import'./chunk-ZS7ZL333.js';export{c as getCanaryVersion,d as getExperimentalVersion,b as getLatestVersion,a as getVersion}from'./chunk-IZWBCKQM.js';export{c as getGitHubRegistry,b as getNpmRegistry,a as getRegistry}from'./chunk-BUJO2IHD.js';export{d as CANARY_NPM_TAG,b as DEFAULT_GITHUB_REGISTRY,a as DEFAULT_NPM_REGISTRY,f as DEFAULT_NPM_TAG,e as EXPERIMENTAL_NPM_TAG,c as LATEST_NPM_TAG}from'./chunk-B6PKMEQO.js';
1
+ import'./chunk-GGNOJ77I.js';import'./chunk-ZS7ZL333.js';export{c as getCanaryVersion,d as getExperimentalVersion,b as getLatestVersion,a as getVersion}from'./chunk-SHTY72AZ.js';export{c as getGitHubRegistry,b as getNpmRegistry,a as getRegistry}from'./chunk-BUJO2IHD.js';export{d as CANARY_NPM_TAG,b as DEFAULT_GITHUB_REGISTRY,a as DEFAULT_NPM_REGISTRY,f as DEFAULT_NPM_TAG,e as EXPERIMENTAL_NPM_TAG,c as LATEST_NPM_TAG}from'./chunk-B6PKMEQO.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/npm-tools",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "type": "module",
5
5
  "description": "A set of tools and utilities for managing packages stored in the [npm](https://www.npmjs.com/) registry.",
6
6
  "repository": {
@@ -82,10 +82,10 @@
82
82
  },
83
83
  "types": "./dist/index.d.ts",
84
84
  "dependencies": {
85
- "@storm-software/config": "^1.132.1",
86
- "@storm-software/config-tools": "^1.186.2"
85
+ "@storm-software/config": "^1.132.2",
86
+ "@storm-software/config-tools": "^1.186.4"
87
87
  },
88
88
  "devDependencies": { "@types/node": "^22.10.2", "tsup": "8.4.0" },
89
89
  "publishConfig": { "access": "public" },
90
- "gitHead": "a27048aa8969fb416f5fbf25265feaeceb2805f0"
90
+ "gitHead": "c5ba51816a1c46071312edc1f6bbe0762a796d61"
91
91
  }
@@ -1 +0,0 @@
1
- import {a}from'./chunk-BUJO2IHD.js';import {f,c,d,e}from'./chunk-B6PKMEQO.js';import {exec}from'node:child_process';async function n(r,t=f,a$1={}){let{registry:c=a()}=a$1;return new Promise((f,i)=>{exec(`npm view ${r} version --registry=${c} --tag=${t}`,(e,P,s)=>e?i(e):s?i(s):f(P.trim()));})}async function x(r,t={}){return n(r,c,t)}async function E(r,t={}){return n(r,d,t)}async function N(r,t={}){return n(r,e,t)}export{n as a,x as b,E as c,N as d};
@@ -1 +0,0 @@
1
- 'use strict';var chunkARM2C4SR_cjs=require('./chunk-ARM2C4SR.cjs'),chunkQFGWM46Y_cjs=require('./chunk-QFGWM46Y.cjs'),child_process=require('child_process');async function n(r,t=chunkQFGWM46Y_cjs.f,a={}){let{registry:c=chunkARM2C4SR_cjs.a()}=a;return new Promise((f,i)=>{child_process.exec(`npm view ${r} version --registry=${c} --tag=${t}`,(e,P,s)=>e?i(e):s?i(s):f(P.trim()));})}async function _(r,t={}){return n(r,chunkQFGWM46Y_cjs.c,t)}async function x(r,t={}){return n(r,chunkQFGWM46Y_cjs.d,t)}async function E(r,t={}){return n(r,chunkQFGWM46Y_cjs.e,t)}exports.a=n;exports.b=_;exports.c=x;exports.d=E;