wisdom 15.4.0 → 15.4.1

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 CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.03.13, v15.4.1
2
+
3
+ fix:
4
+ - 69dcdad wisdom: get-env
5
+
1
6
  2025.03.13, v15.4.0
2
7
 
3
8
  fix:
@@ -2,7 +2,7 @@ import {execSync} from 'node:child_process';
2
2
  import process from 'node:process';
3
3
  import redrun from 'redrun';
4
4
  import envir from 'envir';
5
- import getEnv from './get-env.js';
5
+ import getEnv from '../get-env.js';
6
6
  import {setPath} from './set-path.js';
7
7
 
8
8
  const {PATH} = process.env;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wisdom",
3
- "version": "15.4.0",
3
+ "version": "15.4.1",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "configurable publish releases to github and npm",
6
6
  "homepage": "http://github.com/coderaiser/wisdom",