@bigfootai/bigfoot-types 5.4.217 → 5.4.218

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.217",
5
+ "version": "5.4.218",
6
6
  "description": "The internal library for the types used in the Bigfoot platform",
7
7
  "main": "dist/index.js",
8
8
  "files": [
@@ -22,7 +22,7 @@
22
22
  "build": "tsc --build",
23
23
  "clean": "rm -rf coverage dist *.tsbuildinfo",
24
24
  "dev": "node index.js",
25
- "release": "pnpm version patch --no-workspaces-update && pnpm publish"
25
+ "release": "pnpm version patch --no-workspaces-update -m 'Published new version of @bigfootai/bigfoot-types@%s' && pnpm publish"
26
26
  },
27
27
  "types": "dist/types.d.ts"
28
28
  }