@jsenv/core 39.2.7 → 39.2.8

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.
@@ -3616,6 +3616,10 @@ const mediaTypeInfos = {
3616
3616
  extensions: ["js", "cjs", "mjs", "ts", "jsx", "tsx"],
3617
3617
  isTextual: true,
3618
3618
  },
3619
+ "text/markdown": {
3620
+ extensions: ["md", "mdx"],
3621
+ isTextual: true,
3622
+ },
3619
3623
  "text/x-sass": {
3620
3624
  extensions: ["sass"],
3621
3625
  isTextual: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "39.2.7",
3
+ "version": "39.2.8",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -67,7 +67,7 @@
67
67
  "@financial-times/polyfill-useragent-normaliser": "1.10.2",
68
68
  "@jsenv/abort": "4.3.0",
69
69
  "@jsenv/ast": "6.2.6",
70
- "@jsenv/filesystem": "4.9.2",
70
+ "@jsenv/filesystem": "4.9.3",
71
71
  "@jsenv/humanize": "1.2.5",
72
72
  "@jsenv/importmap": "1.2.1",
73
73
  "@jsenv/integrity": "0.0.2",
@@ -76,13 +76,13 @@
76
76
  "@jsenv/plugin-bundling": "2.7.0",
77
77
  "@jsenv/plugin-minification": "1.5.5",
78
78
  "@jsenv/plugin-supervisor": "1.5.7",
79
- "@jsenv/plugin-transpilation": "1.4.10",
80
- "@jsenv/runtime-compat": "1.3.0",
81
- "@jsenv/server": "15.2.14",
79
+ "@jsenv/plugin-transpilation": "1.4.11",
80
+ "@jsenv/runtime-compat": "1.3.1",
81
+ "@jsenv/server": "15.2.15",
82
82
  "@jsenv/sourcemap": "1.2.17",
83
83
  "@jsenv/url-meta": "8.4.2",
84
84
  "@jsenv/urls": "2.3.2",
85
- "@jsenv/utils": "2.1.1"
85
+ "@jsenv/utils": "2.1.2"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@babel/eslint-parser": "7.24.8",