fresh-squeezy 0.1.2 → 0.1.3
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fresh-squeezy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Validator-first Lemon Squeezy setup toolkit. Verify your integration before it hits production.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lemon-squeezy",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"test": "vitest run",
|
|
46
46
|
"test:watch": "vitest",
|
|
47
47
|
"test:coverage": "vitest run --coverage",
|
|
48
|
-
"test:live": "LEMON_SQUEEZY_LIVE_SMOKE=1 vitest run
|
|
48
|
+
"test:live": "LEMON_SQUEEZY_LIVE_SMOKE=1 vitest run --config vitest.live.config.ts",
|
|
49
49
|
"typecheck": "tsc --noEmit",
|
|
50
50
|
"check:changelog": "node scripts/check-changelog.mjs",
|
|
51
51
|
"prepublishOnly": "npm run typecheck && npm run test && npm run build"
|