@anvilco/anvil
Advanced tools
Comparing version 2.13.0 to 2.13.1
@@ -10,6 +10,12 @@ # Changelog | ||
## [v2.13.0](https://github.com/anvilco/node-anvil/compare/v2.12.0...v2.13.0) | ||
## [v2.13.1](https://github.com/anvilco/node-anvil/compare/v2.13.0...v2.13.1) | ||
### Merged | ||
- Remove `?.` usage to support older node versions [`#181`](https://github.com/anvilco/node-anvil/pull/181) | ||
## [v2.13.0](https://github.com/anvilco/node-anvil/compare/v2.12.0...v2.13.0) - 2022-09-09 | ||
### Merged | ||
- Updated types [`#180`](https://github.com/anvilco/node-anvil/pull/180) | ||
@@ -16,0 +22,0 @@ - Add `versionNumber` support for fillPDF [`#179`](https://github.com/anvilco/node-anvil/pull/179) |
{ | ||
"name": "@anvilco/anvil", | ||
"version": "2.13.0", | ||
"version": "2.13.1", | ||
"description": "Anvil API Client", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -266,3 +266,3 @@ const fs = require('fs') | ||
const versionNumber = clientOptions?.versionNumber | ||
const versionNumber = clientOptions.versionNumber | ||
const url = versionNumber | ||
@@ -269,0 +269,0 @@ ? `/api/v1/fill/${pdfTemplateID}.pdf?versionNumber=${versionNumber}` |
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
416493