wisdom 17.0.1 → 17.0.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 CHANGED
@@ -1,3 +1,14 @@
1
+ 2026.01.18, v17.0.3
2
+
3
+ feature:
4
+ - b45074c wisdom: jessy v5.0.0
5
+
6
+ 2026.01.11, v17.0.2
7
+
8
+ feature:
9
+ - 16da3f3 wisdom: fullstore v4.0.0
10
+ - f6b9b61 wisdom: supertape v12.0.0
11
+
1
12
  2025.12.31, v17.0.1
2
13
 
3
14
  feature:
@@ -1,3 +1,3 @@
1
- import jessy from 'jessy';
1
+ import {jessy} from 'jessy';
2
2
 
3
3
  export default (info) => typeof jessy('publishConfig.access', info) === 'undefined';
package/lib/parser.js CHANGED
@@ -1,4 +1,4 @@
1
- import jessy from 'jessy';
1
+ import {jessy} from 'jessy';
2
2
 
3
3
  const isUndefined = (a) => typeof a === 'undefined';
4
4
 
@@ -1,4 +1,4 @@
1
- import jessy from 'jessy';
1
+ import {jessy} from 'jessy';
2
2
  import checkAccess from './check-access.js';
3
3
 
4
4
  export const validatePackage = ({info, version, emitter}) => {
package/lib/wisdom.js CHANGED
@@ -4,7 +4,7 @@ import changelog from 'changelog-io';
4
4
  import rendy from 'rendy';
5
5
  import minor from 'minor';
6
6
  import {readPackageUp} from 'read-package-up';
7
- import fullstore from 'fullstore';
7
+ import {fullstore} from 'fullstore';
8
8
  import currify from 'currify';
9
9
  import {validatePackage} from './validate-package.js';
10
10
  import {parseCommitType} from './parse-commit-type.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wisdom",
3
- "version": "17.0.1",
3
+ "version": "17.0.3",
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",
@@ -36,9 +36,9 @@
36
36
  "currify": "^4.0.0",
37
37
  "enquirer": "^2.3.6",
38
38
  "envir": "^3.0.1",
39
- "fullstore": "^3.0.0",
39
+ "fullstore": "^4.0.0",
40
40
  "grizzly": "^6.0.0",
41
- "jessy": "^4.1.0",
41
+ "jessy": "^5.0.0",
42
42
  "minor": "^1.2.0",
43
43
  "parent-directories": "^3.0.0",
44
44
  "prepend": "^1.0.1",
@@ -61,6 +61,6 @@
61
61
  "madrun": "^12.0.0",
62
62
  "montag": "^1.2.1",
63
63
  "putout": "^41.3.3",
64
- "supertape": "^11.3.0"
64
+ "supertape": "^12.0.0"
65
65
  }
66
66
  }