@marko/translator-default 5.22.2 → 5.22.4

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.
@@ -284,6 +284,7 @@ var parseModuleCode = _interopRequireWildcard(require("./parse-module-code"));fu
284
284
  },
285
285
  "<await>": {
286
286
  renderer: "marko/src/core-tags/core/await/renderer.js",
287
+ types: "marko/src/core-tags/core/await/index.marko",
287
288
  "code-generator": translateAwait,
288
289
  "@_provider": "expression",
289
290
  "@_name": "string",
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
3
  "description": "Translates Marko templates to the default Marko runtime.",
4
- "version": "5.22.2",
4
+ "version": "5.22.4",
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": {
8
8
  "@babel/runtime": "^7.16.0",
9
- "@marko/babel-utils": "^5.21.3",
9
+ "@marko/babel-utils": "^5.21.4",
10
10
  "escape-string-regexp": "^4.0.0",
11
11
  "magic-string": "^0.27.0",
12
12
  "self-closing-tags": "^1.0.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@marko/compiler": "^5.23.2",
16
- "marko": "^5.22.2"
15
+ "@marko/compiler": "^5.23.4",
16
+ "marko": "^5.22.4"
17
17
  },
18
18
  "files": [
19
19
  "dist"