@ehrenkind/shopify-lib 0.5.0 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehrenkind/shopify-lib",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "test:watch": "vitest --test-name-pattern '^((?!Live).)*$'",
68
68
  "test+live": "vitest run",
69
69
  "change": "changeset",
70
- "release": "[ -z \"$(git status --porcelain)\" ] || (echo 'Release aborted: commit or stash uncommitted changes first.' && exit 1) && changeset version && git add . && git commit -m \"release: v$(node -p \"require('./package.json').version\")\" && git tag v$(node -p \"require('./package.json').version\") && git push --follow-tags && sleep 5 && gh run watch",
70
+ "release": "[ -z \"$(git status --porcelain)\" ] || (echo 'Release aborted: commit or stash uncommitted changes first.' && exit 1) && changeset version && git add . && git commit -m \"release: v$(node -p \"require('./package.json').version\")\" && git tag -a v$(node -p \"require('./package.json').version\") -m \"v$(node -p \"require('./package.json').version\")\" && git push --follow-tags && sleep 5 && gh run watch",
71
71
  "typecheck": "tsc",
72
72
  "knip": "knip --max-issues 10",
73
73
  "knip:fix": "knip --fix",