@jsenv/core 41.2.13 → 41.2.14

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 (1) hide show
  1. package/package.json +16 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "41.2.13",
3
+ "version": "41.2.14",
4
4
  "type": "module",
5
5
  "description": "Tool to develop, test and build js projects",
6
6
  "repository": {
@@ -22,7 +22,7 @@
22
22
  "./packages/related/cli/*",
23
23
  "./packages/tooling/*"
24
24
  ],
25
- "packageManager": "npm@11.6.2",
25
+ "packageManager": "npm@11.17.0",
26
26
  "engines": {
27
27
  "node": ">=20.8.0"
28
28
  },
@@ -73,13 +73,13 @@
73
73
  },
74
74
  "dependencies": {
75
75
  "@jsenv/ast": "6.8.4",
76
- "@jsenv/js-module-fallback": "1.4.35",
77
- "@jsenv/plugin-bundling": "2.10.15",
76
+ "@jsenv/js-module-fallback": "1.4.37",
77
+ "@jsenv/plugin-bundling": "2.10.16",
78
78
  "@jsenv/plugin-minification": "1.7.5",
79
- "@jsenv/plugin-supervisor": "1.8.6",
80
- "@jsenv/plugin-transpilation": "1.5.77",
79
+ "@jsenv/plugin-supervisor": "1.8.7",
80
+ "@jsenv/plugin-transpilation": "1.5.78",
81
81
  "@jsenv/server": "17.3.1",
82
- "@jsenv/sourcemap": "1.4.1",
82
+ "@jsenv/sourcemap": "1.4.2",
83
83
  "react-table": "7.8.0"
84
84
  },
85
85
  "devDependencies": {
@@ -132,6 +132,7 @@
132
132
  "prettier-plugin-organize-imports": "4.3.0",
133
133
  "prettier-plugin-pkg": "0.22.1",
134
134
  "prettier-plugin-sql": "0.20.0",
135
+ "source-map": "0.8.0",
135
136
  "strip-ansi": "7.2.0"
136
137
  },
137
138
  "publishConfig": {
@@ -144,7 +145,13 @@
144
145
  "./dist/client/directory_listing/jsenv_core_node_modules.js"
145
146
  ],
146
147
  "volta": {
147
- "node": "25.8.1",
148
- "npm": "11.6.2"
148
+ "node": "26.5.0",
149
+ "npm": "11.17.0"
150
+ },
151
+ "allowScripts": {
152
+ "unrs-resolver": true,
153
+ "@playwright/browser-chromium": true,
154
+ "@playwright/browser-firefox": true,
155
+ "@playwright/browser-webkit": true
149
156
  }
150
157
  }