@bigfootai/bigfoot-types 5.4.273 → 5.4.275

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.273",
5
+ "version": "5.4.275",
6
6
  "description": "The internal library for the types used in the Bigfoot platform",
7
7
  "main": "dist/index.js",
8
8
  "exports": {
@@ -34,7 +34,7 @@
34
34
  "build": "tsgo --build",
35
35
  "clean": "rm -rf coverage dist *.tsbuildinfo",
36
36
  "dev": "node index.js",
37
- "release": "pnpm build && pnpm version patch --no-git-checks --message 'Published new @bigfootai/bigfoot-types %s' --tag-version-prefix bigfoot-types-v && pnpm publish --no-git-checks"
37
+ "release": "pnpm build && pnpm version patch --no-git-checks --message 'Published @bigfootai/bigfoot-types v%s' --tag-version-prefix bigfoot-types-v && pnpm publish --no-git-checks"
38
38
  },
39
39
  "types": "dist/types.d.ts"
40
40
  }