@jsenv/core 27.0.0-alpha.89 → 27.0.0-alpha.91

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/main.js +1 -1
  2. package/package.json +5 -5
package/dist/main.js CHANGED
@@ -10220,7 +10220,7 @@ const readCustomConditionsFromProcessArgs = () => {
10220
10220
  }
10221
10221
 
10222
10222
  if (arg.includes("--conditions=")) {
10223
- const packageCondition = arg.slice(0, "--conditions=".length);
10223
+ const packageCondition = arg.slice("--conditions=".length);
10224
10224
  packageConditions.push(packageCondition);
10225
10225
  }
10226
10226
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "27.0.0-alpha.89",
3
+ "version": "27.0.0-alpha.91",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -87,11 +87,11 @@
87
87
  "istanbul-lib-report": "3.0.0",
88
88
  "istanbul-reports": "3.1.4",
89
89
  "pidtree": "0.6.0",
90
- "rollup": "2.75.6",
90
+ "rollup": "2.75.7",
91
91
  "string-width": "5.1.2",
92
92
  "strip-ansi": "7.0.1",
93
93
  "terser": "5.14.1",
94
- "v8-to-istanbul": "9.0.0",
94
+ "v8-to-istanbul": "9.0.1",
95
95
  "wrap-ansi": "8.0.1"
96
96
  },
97
97
  "devDependencies": {
@@ -103,11 +103,11 @@
103
103
  "@jsenv/https-local": "1.1.0",
104
104
  "@jsenv/package-workspace": "0.2.1",
105
105
  "@jsenv/performance-impact": "2.2.11",
106
- "eslint": "8.17.0",
106
+ "eslint": "8.18.0",
107
107
  "eslint-plugin-html": "6.2.0",
108
108
  "eslint-plugin-import": "2.26.0",
109
109
  "eslint-plugin-react": "7.30.0",
110
110
  "playwright": "1.22.2",
111
111
  "prettier": "2.7.1"
112
112
  }
113
- }
113
+ }