@jsenv/core 28.5.0 → 28.5.1

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/dist/main.js CHANGED
@@ -3693,7 +3693,7 @@ const formatters = {
3693
3693
  },
3694
3694
  "css_@import": {
3695
3695
  encode: JSON.stringify,
3696
- code: JSON.stringify
3696
+ decode: JSON.stringify
3697
3697
  },
3698
3698
  // https://github.com/webpack-contrib/css-loader/pull/627/files
3699
3699
  "css_url": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "28.5.0",
3
+ "version": "28.5.1",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -31,7 +31,7 @@ export const urlSpecifierEncoding = {
31
31
  const formatters = {
32
32
  "js_import_export": { encode: JSON.stringify, decode: JSON.parse },
33
33
  "js_url_specifier": { encode: JSON.stringify, decode: JSON.parse },
34
- "css_@import": { encode: JSON.stringify, code: JSON.stringify },
34
+ "css_@import": { encode: JSON.stringify, decode: JSON.stringify },
35
35
  // https://github.com/webpack-contrib/css-loader/pull/627/files
36
36
  "css_url": {
37
37
  encode: (url) => {