@marko/translator-default 5.25.7 → 5.25.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -461,7 +461,7 @@ function getRuntimeEntryFiles(output, optimize) {
461
461
  `${base}runtime/components/index.js`,
462
462
  `${base}runtime/components/defineComponent.js`,
463
463
  `${base}runtime/components/renderer.js`,
464
- `${base}runtime/components/registry`,
464
+ `${base}runtime/components/registry.js`,
465
465
  `${base}runtime/components/attach-detach.js`,
466
466
  `${base}runtime/helpers/assign.js`,
467
467
  `${base}runtime/helpers/class-value.js`,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
3
  "description": "Translates Marko templates to the default Marko runtime.",
4
- "version": "5.25.7",
4
+ "version": "5.25.8",
5
5
  "author": "Dylan Piercey <dpiercey@ebay.com>",
6
6
  "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
7
7
  "dependencies": {
@@ -12,8 +12,8 @@
12
12
  "self-closing-tags": "^1.0.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@marko/compiler": "^5.27.7",
16
- "marko": "^5.25.6"
15
+ "@marko/compiler": "^5.27.8",
16
+ "marko": "^5.25.12"
17
17
  },
18
18
  "files": [
19
19
  "dist",