wisdom 17.0.2 → 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,8 @@
1
+ 2026.01.18, v17.0.3
2
+
3
+ feature:
4
+ - b45074c wisdom: jessy v5.0.0
5
+
1
6
  2026.01.11, v17.0.2
2
7
 
3
8
  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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wisdom",
3
- "version": "17.0.2",
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",
@@ -38,7 +38,7 @@
38
38
  "envir": "^3.0.1",
39
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",