@bigcommerce/stencil-paper
Advanced tools
Comparing version 4.8.3 to 4.8.4
@@ -0,1 +1,8 @@ | ||
## [4.8.4](https://github.com/bigcommerce/paper/compare/v4.8.3...v4.8.4) (2023-04-07) | ||
### Bug Fixes | ||
* bump hbs to 5.7.6 ([#337](https://github.com/bigcommerce/paper/issues/337)) ([f514c04](https://github.com/bigcommerce/paper/commit/f514c0477b544573d38c407861761a7785c37a0e)) | ||
## [4.8.3](https://github.com/bigcommerce/paper/compare/v4.8.2...v4.8.3) (2023-03-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@bigcommerce/stencil-paper", | ||
"version": "4.8.3", | ||
"version": "4.8.4", | ||
"description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"lint-and-fix": "eslint . --fix", | ||
"test": "lab -v -t 95 --ignore i18n,WebAssembly,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,TextEncoder,TextDecoder,queueMicrotask,FinalizationRegistry,WeakRef,plural,en,number,select spec", | ||
"test": "lab -v -t 95 --ignore i18n,WebAssembly,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,TextEncoder,TextDecoder,queueMicrotask,FinalizationRegistry,WeakRef,plural,en,number,select,__extends,__assign,__rest,__decorate,__param,__esDecorate,__runInitializers,__propKey,__setFunctionName,__metadata,__awaiter,__generator,__exportStar,__createBinding,__values,__read,__spread,__spreadArrays,__spreadArray,__await,__asyncGenerator,__asyncDelegator,__asyncValues,__makeTemplateObject,__importStar,__importDefault,__classPrivateFieldGet,__classPrivateFieldSet,__classPrivateFieldIn spec", | ||
"coverage": "lab -c -r console -o stdout -r html -o coverage.html spec", | ||
@@ -29,3 +29,3 @@ "release": "semantic-release" | ||
"dependencies": { | ||
"@bigcommerce/stencil-paper-handlebars": "5.7.5", | ||
"@bigcommerce/stencil-paper-handlebars": "5.7.6", | ||
"accept-language-parser": "~1.4.1", | ||
@@ -32,0 +32,0 @@ "messageformat": "~0.2.2" |
123547
+ Added@bigcommerce/stencil-paper-handlebars@5.7.6(transitive)
- Removed@bigcommerce/stencil-paper-handlebars@5.7.5(transitive)