Comparing version 1.4.5 to 1.4.6
@@ -0,1 +1,7 @@ | ||
## 3 April 2019 | ||
### [1.4.6](https://github.com/a-la/jsx/compare/v1.4.5...v1.4.6) | ||
- [deps] Update `restream`. | ||
## 19 March 2019 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@a-la/jsx", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "The JSX Transform For ÀLaMode And Other Packages.", | ||
@@ -20,4 +20,4 @@ "main": "build/index.js", | ||
"rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f", | ||
"e": "node example", | ||
"depack": "depack depack/index.js -c -o depack.js -I 2018 -a -p -w -S", | ||
"e": "alanode", | ||
"depack": "depack-dev depack -c -o depack.js -O 2017 -a -p -w", | ||
"example/": "yarn e example/example.js" | ||
@@ -49,13 +49,13 @@ }, | ||
"devDependencies": { | ||
"@wrote/read": "1.0.2", | ||
"alamode": "1.8.5", | ||
"documentary": "1.22.0", | ||
"@wrote/read": "1.0.3", | ||
"alamode": "1.9.0", | ||
"documentary": "1.23.2", | ||
"eslint-config-artdeco": "1.0.1", | ||
"yarn-s": "1.1.0", | ||
"zoroaster": "3.9.0" | ||
"zoroaster": "3.11.2" | ||
}, | ||
"dependencies": { | ||
"@a-la/detect-jsx": "1.0.1", | ||
"restream": "3.5.0" | ||
"restream": "3.5.1" | ||
} | ||
} |
@@ -39,6 +39,6 @@ # @a-la/jsx | ||
| Name | Type | Description | Default | | ||
| ---------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | | ||
| quoteProps | _(true\|'dom')_ | Whether to surround property names with quotes, e.g., for the Google Closure Compiler. When `dom` is passed, it will only quote props for invoking html components, i.e., those that start with a lowercase letter. | `false` | | ||
| warn | _function_ | The function to receive warnings, e.g., when destructuring of properties is used on dom elements (for Closure Compiler). | - | | ||
| Name | Type | Description | Default | | ||
| ---------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | | ||
| quoteProps | _(true \| 'dom')_ | Whether to surround property names with quotes, e.g., for the Google Closure Compiler. When `dom` is passed, it will only quote props for invoking html components, i.e., those that start with a lowercase letter. | `false` | | ||
| warn | _function_ | The function to receive warnings, e.g., when destructuring of properties is used on dom elements (for Closure Compiler). | - | | ||
@@ -45,0 +45,0 @@ ```js |
49480
+ Addedrestream@3.5.1(transitive)
- Removedrestream@3.5.0(transitive)
Updatedrestream@3.5.1