@jsenv/core 40.1.0 → 40.1.2

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/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -17,7 +17,7 @@ To try jsenv on your machine, use [@jsenv/cli](./packages/related/cli/#jsenvcli)
17
17
 
18
18
  For additional details, consult the [documentation](./docs/users/users.md)
19
19
 
20
- # The best parts
20
+ <!-- # The best parts
21
21
 
22
22
  - **Robust versioning during build**: Avoids <a href="https://bundlers.tooling.report/hashing/avoid-cascade/" target="_blank">cascading hash changes</a><sup>↗</sup>.
23
23
  - **Load js module with classic script**: See the [asJsClassic plugin](./docs/users/g_plugins/g_plugins.md#asjsclassic).
@@ -28,7 +28,7 @@ For additional details, consult the [documentation](./docs/users/users.md)
28
28
  - **Isolated environment for each test file**: Ensures tests run independently, preventing side effects.
29
29
  - Single set of files after build: Simplifies support and deployement with a single set of files.
30
30
  - Execute tests in multiple browsers: Supports Chrome, Safari, and Firefox.
31
- - Extensive browser support during dev: Allows the use of various browsers beyond the latest Chrome, which is useful for reproducing browser-specific bugs.
31
+ - Extensive browser support during dev: Allows the use of various browsers beyond the latest Chrome, which is useful for reproducing browser-specific bugs. -->
32
32
 
33
33
  <!--
34
34
  The following commands can be used to skip the prompt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "40.1.0",
3
+ "version": "40.1.2",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -88,8 +88,7 @@
88
88
  "@jsenv/plugin-bundling": "2.8.7",
89
89
  "@jsenv/plugin-minification": "1.6.2",
90
90
  "@jsenv/plugin-supervisor": "1.6.12",
91
- "@jsenv/plugin-transpilation": "1.5.8",
92
- "@jsenv/runtime-compat": "1.3.6",
91
+ "@jsenv/plugin-transpilation": "1.5.9",
93
92
  "@jsenv/server": "16.0.6",
94
93
  "@jsenv/sourcemap": "1.3.4",
95
94
  "@jsenv/url-meta": "8.5.6",
@@ -115,6 +114,7 @@
115
114
  "@jsenv/test": "workspace:*",
116
115
  "@jsenv/terminal-table": "workspace:*",
117
116
  "@jsenv/os-metrics": "workspace:*",
117
+ "@jsenv/runtime-compat": "workspace:*",
118
118
  "@playwright/browser-chromium": "1.51.0",
119
119
  "@playwright/browser-firefox": "1.51.0",
120
120
  "@playwright/browser-webkit": "1.51.0",