yves 1.0.88 → 1.0.90

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yves",
3
- "version": "1.0.88",
3
+ "version": "1.0.90",
4
4
  "description": "a customizable value inspector",
5
5
  "url": "http://github.com/jorisroling/yves",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  }
27
27
  ],
28
28
  "license": "MIT",
29
- "main": "./lib/yves.js",
29
+ "main": "./lib/yves.mjs",
30
30
  "scripts": {
31
31
  "test": "DEBUG=* node test/*-test.js",
32
32
  "build": "browserify -p esmify --standalone yves . > dist/yves.js",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "browserify": "^17.0.0",
51
- "eslint": "^8.33.0",
51
+ "eslint": "^8.45.0",
52
52
  "esmify": "^2.1.1"
53
53
  }
54
54
  }
package/test/yves-test.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import util from 'util'
2
- import yves from '../lib/yves.js'
2
+ import yves from '../lib/yves.mjs'
3
3
 
4
4
 
5
5
  yves.inspect( {
File without changes