@dakkitor/api-contracts 1.1.112 → 1.1.114
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": "@dakkitor/api-contracts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.114",
|
|
4
4
|
"description": "TypeScript API contracts using ts-rest and Zod",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"watch": "tsc --watch",
|
|
13
13
|
"prepublishOnly": "bun run build",
|
|
14
14
|
"test": "echo \"No tests yet\" && exit 0",
|
|
15
|
-
"patch": "npm version patch --no-git-tag-version && bun run build && bun publish --access public",
|
|
15
|
+
"patch": "cd . && npm version patch --no-git-tag-version --workspaces=false && bun run build && bun publish --access public",
|
|
16
16
|
"minor": "npm version minor --no-git-tag-version && bun run build && bun publish --access public",
|
|
17
17
|
"major": "npm version major --no-git-tag-version && bun run build && bun publish --access public"
|
|
18
18
|
},
|