@bigcommerce/stencil-paper
Advanced tools
Comparing version 3.0.0-rc.29 to 3.0.0-rc.30
# Changelog | ||
## 3.0.0-rc.30 (2020-08-25) | ||
- Bump paper-handlebars version to 4.4.0 [#202](https://github.com/bigcommerce/paper/pull/202) | ||
## 3.0.0-rc.29 (2020-06-05) | ||
@@ -4,0 +7,0 @@ - Bump paper-handlebars version to 4.3.2 [#199](https://github.com/bigcommerce/paper/pull/199) |
{ | ||
"name": "@bigcommerce/stencil-paper", | ||
"version": "3.0.0-rc.29", | ||
"version": "3.0.0-rc.30", | ||
"description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"linter": "eslint .", | ||
"test": "npm run linter && lab -v -t 94 --ignore i18n,WebAssembly,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,TextEncoder,TextDecoder,queueMicrotask spec", | ||
"test": "npm run linter && lab -v -t 94 --ignore i18n,WebAssembly,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,TextEncoder,TextDecoder,queueMicrotask,FinalizationRegistry,WeakRef spec", | ||
"coverage": "lab -c -r console -o stdout -r html -o coverage.html spec" | ||
@@ -27,3 +27,3 @@ }, | ||
"dependencies": { | ||
"@bigcommerce/stencil-paper-handlebars": "4.3.2", | ||
"@bigcommerce/stencil-paper-handlebars": "4.4.0", | ||
"accept-language-parser": "~1.4.1", | ||
@@ -30,0 +30,0 @@ "lodash": "~3.10.1", |
Sorry, the diff of this file is not supported yet
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
47701
+ Added@bigcommerce/stencil-paper-handlebars@4.4.0(transitive)
- Removed@bigcommerce/stencil-paper-handlebars@4.3.2(transitive)