dopant 3.0.0 → 4.0.0

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +3 -1
  3. package/package.json +10 -10
package/README.md CHANGED
@@ -4,7 +4,7 @@ This package provides **lightweight** dynamic resource loader for the web browse
4
4
 
5
5
  ## Prerequisites
6
6
 
7
- * Node.js `>= 16.x`
7
+ * Node.js `>= 18.x`
8
8
 
9
9
  ## Installation
10
10
 
package/dist/index.js CHANGED
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
 
3
- exports.__esModule = true;
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
4
6
  exports.default = void 0;
5
7
  var _default = (...args) => {
6
8
  if (!args.length) {
package/package.json CHANGED
@@ -9,18 +9,18 @@
9
9
  },
10
10
  "description": "The aerogel-weight & dead-simple resource loader 🚚",
11
11
  "devDependencies": {
12
- "@babel/cli": "^7.21.5",
13
- "@babel/core": "^7.21.8",
14
- "@babel/eslint-parser": "^7.21.8",
15
- "@babel/preset-env": "^7.21.5",
16
- "c8": "^7.13.0",
17
- "eslint": "^8.40.0",
18
- "eslint-config-ultra-refined": "^2.13.0",
12
+ "@babel/cli": "^7.22.15",
13
+ "@babel/core": "^7.22.20",
14
+ "@babel/eslint-parser": "^7.22.15",
15
+ "@babel/preset-env": "^7.22.20",
16
+ "c8": "^8.0.1",
17
+ "eslint": "^8.50.0",
18
+ "eslint-config-ultra-refined": "^2.18.0",
19
19
  "mocha": "^10.2.0",
20
- "playwright-chromium": "^1.33.0"
20
+ "playwright-chromium": "^1.38.1"
21
21
  },
22
22
  "engines": {
23
- "node": ">=16.x"
23
+ "node": ">=18.x"
24
24
  },
25
25
  "exports": {
26
26
  "import": "./src/index.mjs",
@@ -50,5 +50,5 @@
50
50
  "test": "mocha --exit --recursive",
51
51
  "test:cover": "npm test && c8 report --reporter=lcov --reporter=text"
52
52
  },
53
- "version": "3.0.0"
53
+ "version": "4.0.0"
54
54
  }