marko 5.31.17 → 5.32.0

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.
@@ -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.17",
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,8 +64,8 @@
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.7",
68
- "@marko/translator-default": "^5.31.7",
67
+ "@marko/compiler": "^5.34.0",
68
+ "@marko/translator-default": "^5.31.8",
69
69
  "app-module-path": "^2.2.0",
70
70
  "argly": "^1.2.0",
71
71
  "browser-refresh-client": "1.1.4",