@anvilco/react-signature-modal
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -5,2 +5,12 @@ # Changelog | ||
## [@anvilco/react-signature-modal@1.8.0](https://github.com/anvilco/react-ui/compare/@anvilco/react-signature-modal@1.7.1...@anvilco/react-signature-modal@1.8.0) - 2022-04-18 | ||
### Merged | ||
- Add Typescript typings [`#9`](https://github.com/anvilco/react-ui/pull/9) | ||
### Commits | ||
- Add initial TS support for packages [`0154812`](https://github.com/anvilco/react-ui/commit/0154812070cd23eb7f409efec7dd34dd7aef4f77) | ||
## [@anvilco/react-signature-modal@1.7.1](https://github.com/anvilco/react-ui/compare/@anvilco/react-signature-modal@1.7.0...@anvilco/react-signature-modal@1.7.1) - 2022-03-31 | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "@anvilco/react-signature-modal", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "The AnvilSignatureModal React component for embedded Etch signatures", | ||
@@ -8,3 +8,3 @@ "author": "Anvil Foundry Inc.", | ||
"main": "dist/index.js", | ||
"types": "./types/react-signature-modal/src/index.d.ts", | ||
"types": "dist/react-signature-modal/src/index.d.ts", | ||
"scripts": { | ||
@@ -75,3 +75,3 @@ "build": "tsc && webpack --mode production", | ||
}, | ||
"gitHead": "f1fab253a6c207870a4e3ae56bdc73b8f12e10e5" | ||
"gitHead": "f2b88b4b866adbb8247e97a94bc333b498370703" | ||
} |
@@ -26,3 +26,3 @@ { | ||
// next to the .js files | ||
"outDir": "types", | ||
"outDir": "dist", | ||
// go to js file when using IDE functions like | ||
@@ -29,0 +29,0 @@ // "Go to Definition" in VSCode |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58669