@marko/translator-default 5.25.4 → 5.25.5

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/index.d.ts +4 -0
  2. package/package.json +5 -3
package/index.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ export const taglibs: any;
2
+ export const analyze: any;
3
+ export const translate: any;
4
+ export const getRuntimeEntryFiles: any;
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.4",
4
+ "version": "5.25.5",
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,12 +12,14 @@
12
12
  "self-closing-tags": "^1.0.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@marko/compiler": "^5.27.4",
15
+ "@marko/compiler": "^5.27.5",
16
16
  "marko": "^5.25.4"
17
17
  },
18
18
  "files": [
19
- "dist"
19
+ "dist",
20
+ "index.d.ts"
20
21
  ],
22
+ "types": "index.d.ts",
21
23
  "homepage": "https://github.com/marko-js/marko/blob/master/packages/translator-default/README.md",
22
24
  "keywords": [
23
25
  "babel",