marko 5.25.4 → 5.25.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.25.4",
3
+ "version": "5.25.5",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
7
- "@marko/compiler": "^5.27.4",
8
- "@marko/translator-default": "^5.25.4",
7
+ "@marko/compiler": "^5.27.6",
8
+ "@marko/translator-default": "^5.25.6",
9
9
  "app-module-path": "^2.2.0",
10
10
  "argly": "^1.2.0",
11
11
  "browser-refresh-client": "1.1.4",
12
12
  "complain": "^1.6.0",
13
+ "csstype": "^3.1.2",
13
14
  "events-light": "^1.0.5",
14
15
  "listener-tracker": "^2.0.0",
15
16
  "minimatch": "^3.0.4",
@@ -71,7 +72,8 @@
71
72
  "index.d.ts",
72
73
  "index-browser.marko",
73
74
  "index.js",
74
- "node-require.js"
75
+ "node-require.js",
76
+ "tags-html.d.ts"
75
77
  ],
76
78
  "types": "index.d.ts"
77
79
  }