@stencil/angular-output-target
Advanced tools
Comparing version 0.0.1-dev.11698339873.1ef44d58 to 0.0.1-dev.11698340434.1c94d384
@@ -15,2 +15,10 @@ /* eslint-disable */ | ||
}, | ||
/** | ||
* In the event that proxyInputs is called | ||
* multiple times re-defining these inputs | ||
* will cause an error to be thrown. As a result | ||
* we set configurable: true to indicate these | ||
* properties can be changed. | ||
*/ | ||
configurable: true | ||
}); | ||
@@ -17,0 +25,0 @@ }); |
{ | ||
"name": "@stencil/angular-output-target", | ||
"version": "0.0.1-dev.11698339873.1ef44d58", | ||
"version": "0.0.1-dev.11698340434.1c94d384", | ||
"description": "Angular output target for @stencil/core components.", | ||
@@ -61,3 +61,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "ef44d589029b42b742dfe1c8faf57faaecfdfb82", | ||
"gitHead": "c94d384774473a5fc523bb70355b1211c59d3f77", | ||
"volta": { | ||
@@ -64,0 +64,0 @@ "extends": "../../package.json" |
101912
1990