[object Object]

← back to Dw Checkout Guard

chore: v1.0.1 (session close)

fb043cef22b55a8ae96a8320db0ecddd1929d584 · 2026-09-12 06:37:33 -0700 · Steve Abrams

Version bump alongside 667cf8e, which replaced the stale Shopify scaffold
fixtures with five real behaviour tests run against the compiled
function.wasm. Lint + review pass this session found nothing further to fix
in the fixtures (all parse, all internally consistent with their filenames).

The function is now installed and Active on the live store
(designer-laboratory-sandbox, checkout rule 82837555, fail-open).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Files touched

Diff

commit fb043cef22b55a8ae96a8320db0ecddd1929d584
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat Sep 12 06:37:33 2026 -0700

    chore: v1.0.1 (session close)
    
    Version bump alongside 667cf8e, which replaced the stale Shopify scaffold
    fixtures with five real behaviour tests run against the compiled
    function.wasm. Lint + review pass this session found nothing further to fix
    in the fixtures (all parse, all internally consistent with their filenames).
    
    The function is now installed and Active on the live store
    (designer-laboratory-sandbox, checkout rule 82837555, fail-open).
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 8f58094..870b4e2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "dw-checkout-guard",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "dw-checkout-guard",
-      "version": "1.0.0",
+      "version": "1.0.1",
       "license": "UNLICENSED",
       "dependencies": {
         "@shopify/shopify_function": "^1.0.0"
diff --git a/package.json b/package.json
index b27d48e..101d50e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "dw-checkout-guard",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "private": true,
   "description": "Shopify Cart & Checkout Validation Function that rejects $0 or discontinued line items on the DW live store.",
   "license": "UNLICENSED",

← 667cf8e checkout-guard: replace stale scaffold fixtures with real DW  ·  back to Dw Checkout Guard  ·  (newest)