marko 5.31.18 → 5.32.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -131,6 +131,7 @@ Similar to [`marko-tag.json`](#single-component-definition), this file is discov
131
131
  ```js
132
132
  {
133
133
  "taglib-id": "my-custom-tag-library", // Names the component library, for better errors.
134
+ "exports": "./dist", // Where to export the compiled components.
134
135
  "tags-dir": "./ui-modules", // What directory to crawl to autodiscover components. Default:`./components/`
135
136
  "taglib-imports": ["./some-folder/marko.json", "./other-folder/marko.json"], // Creates a _combined_ tag library by referencing others.
136
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.31.18",
3
+ "version": "5.32.0",
4
4
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
5
5
  "keywords": [
6
6
  "front-end",
@@ -64,7 +64,7 @@
64
64
  "build": "babel ./src --out-dir ./dist --delete-dir-on-start --copy-files --config-file ../../babel.config.js --env-name=production"
65
65
  },
66
66
  "dependencies": {
67
- "@marko/compiler": "^5.33.8",
67
+ "@marko/compiler": "^5.34.0",
68
68
  "@marko/translator-default": "^5.31.8",
69
69
  "app-module-path": "^2.2.0",
70
70
  "argly": "^1.2.0",