@bigfootai/bigfoot-types 5.4.30 → 5.4.31

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
4
  "type": "module",
5
- "version": "5.4.30",
5
+ "version": "5.4.31",
6
6
  "description": "The internal library for the types used in the Bigfoot platform",
7
7
  "main": "dist/index.js",
8
8
  "files": [
@@ -25,7 +25,7 @@
25
25
  "build": "tsc --build",
26
26
  "clean": "rm -rf dist *.tsbuildinfo",
27
27
  "dev": "node index.js",
28
- "prepublish": "pnpm build && pnpm version patch --no-workspaces-update -m 'Published v%s of @bigfootai/bigfoot-types'"
28
+ "prepublish": "pnpm build && pnpm version patch --no-workspaces-update"
29
29
  },
30
30
  "types": "dist/index.d.ts"
31
31
  }