@marko/translator-default 5.31.1 → 5.31.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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -321,7 +321,7 @@ const translate = {
321
321
  _compiler.types.callExpression(
322
322
  (0, _babelUtils.importNamed)(
323
323
  file,
324
- "marko/src/runtime/components/registry",
324
+ "marko/src/runtime/components/registry.js",
325
325
  "r",
326
326
  "marko_registerComponent"
327
327
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
- "version": "5.31.1",
3
+ "version": "5.31.2",
4
4
  "description": "Translates Marko templates to the default Marko runtime.",
5
5
  "keywords": [
6
6
  "babel",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@marko/compiler": "^5.33.1",
39
- "marko": "^5.31.4"
39
+ "marko": "^5.31.7"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@marko/compiler": "^5.16.1",