@modern-js/plugin-polyfill 3.1.5 → 3.2.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 (2) hide show
  1. package/dist/cjs/cli.js +2 -2
  2. package/package.json +7 -7
package/dist/cjs/cli.js CHANGED
@@ -24,8 +24,8 @@ var __webpack_require__ = {};
24
24
  var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
- polyfillPlugin: ()=>polyfillPlugin,
28
- default: ()=>cli
27
+ default: ()=>cli,
28
+ polyfillPlugin: ()=>polyfillPlugin
29
29
  });
30
30
  const external_const_js_namespaceObject = require("./const.js");
31
31
  const polyfillPlugin = ()=>({
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.1.5",
18
+ "version": "3.2.0",
19
19
  "types": "./dist/types/cli.d.ts",
20
20
  "main": "./dist/cjs/cli.js",
21
21
  "exports": {
@@ -62,19 +62,19 @@
62
62
  "@swc/helpers": "^0.5.17",
63
63
  "lru-cache": "^6.0.0",
64
64
  "ua-parser-js": "^0.7.41",
65
- "@modern-js/utils": "3.1.5"
65
+ "@modern-js/utils": "3.2.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@rslib/core": "0.21.2",
68
+ "@rslib/core": "0.21.4",
69
69
  "@types/lru-cache": "^5.1.1",
70
70
  "@types/node": "^20",
71
71
  "@types/ua-parser-js": "^0.7.39",
72
72
  "typescript": "^5",
73
- "@modern-js/server-core": "3.1.5",
73
+ "@modern-js/app-tools": "3.2.0",
74
74
  "@modern-js/rslib": "2.68.10",
75
- "@modern-js/app-tools": "3.1.5",
76
- "@scripts/rstest-config": "2.66.0",
77
- "@modern-js/types": "3.1.5"
75
+ "@modern-js/server-core": "3.2.0",
76
+ "@modern-js/types": "3.2.0",
77
+ "@scripts/rstest-config": "2.66.0"
78
78
  },
79
79
  "sideEffects": false,
80
80
  "publishConfig": {