@jsenv/core 23.8.14 → 23.8.18

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": "@jsenv/core",
3
- "version": "23.8.14",
3
+ "version": "23.8.18",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "@jsenv/importmap": "1.2.0",
71
71
  "@jsenv/log": "1.4.0",
72
72
  "@jsenv/logger": "4.0.1",
73
- "@jsenv/server": "10.1.2",
73
+ "@jsenv/server": "10.1.5",
74
74
  "@jsenv/uneval": "1.6.0",
75
75
  "@rollup/plugin-commonjs": "21.0.0",
76
76
  "@rollup/plugin-json": "4.1.0",
@@ -160,8 +160,8 @@ export const buildProject = async ({
160
160
  // + some more differences like import.meta.dev
161
161
  outDirectoryName: "build",
162
162
  importDefaultExtension,
163
- moduleOutFormat: "esmodule", // rollup will transform into systemjs
164
- importMetaFormat: format, // but ensure import.meta are correctly transformed into the right format
163
+ moduleOutFormat: "esmodule", // rollup or jsenv rollup plugin will transform into the right format
164
+ importMetaFormat: "esmodule", // rollup or jsenv rollup plugin will transform into the right format
165
165
 
166
166
  compileServerProtocol,
167
167
  compileServerPrivateKey,