@jsenv/core 39.2.6 → 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.
Files changed (2) hide show
  1. package/dist/jsenv_core.js +4 -0
  2. package/package.json +12 -12
@@ -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.6",
3
+ "version": "39.2.8",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -67,22 +67,22 @@
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",
74
74
  "@jsenv/js-module-fallback": "1.3.27",
75
75
  "@jsenv/node-esm-resolution": "1.0.2",
76
- "@jsenv/plugin-bundling": "2.6.19",
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",
@@ -99,18 +99,18 @@
99
99
  "@jsenv/plugin-as-js-classic": "./packages/related/plugin-as-js-classic/",
100
100
  "@jsenv/snapshot": "./packages/independent/snapshot/",
101
101
  "@jsenv/test": "./packages/related/test/",
102
- "@playwright/browser-chromium": "1.45.2",
103
- "@playwright/browser-firefox": "1.45.2",
104
- "@playwright/browser-webkit": "1.45.2",
102
+ "@playwright/browser-chromium": "1.45.3",
103
+ "@playwright/browser-firefox": "1.45.3",
104
+ "@playwright/browser-webkit": "1.45.3",
105
105
  "babel-plugin-transform-async-to-promises": "0.8.18",
106
106
  "eslint": "8.56.0",
107
107
  "eslint-plugin-html": "8.1.1",
108
108
  "eslint-plugin-import": "2.29.1",
109
- "eslint-plugin-react": "7.34.4",
109
+ "eslint-plugin-react": "7.35.0",
110
110
  "eslint-plugin-regexp": "2.6.0",
111
111
  "marked": "13.0.2",
112
112
  "open": "10.1.0",
113
- "playwright": "1.45.2",
113
+ "playwright": "1.45.3",
114
114
  "prettier": "3.3.3",
115
115
  "prettier-plugin-organize-imports": "4.0.0",
116
116
  "strip-ansi": "7.1.0"