@be-logixpair/api 0.0.86 → 0.0.87

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 (2) hide show
  1. package/dist/index.d.ts +3088 -3074
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.86",
3
+ "version": "0.0.87",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -27,7 +27,8 @@
27
27
  "build": "bun typecheck && tsdown",
28
28
  "build:types": "bun typecheck && tsdown --dts-only",
29
29
  "prepublish": "cp package-p.json package.json",
30
- "postpublish": "git checkout package.json"
30
+ "postpublish": "git checkout package.json",
31
+ "fullpublish": "bun prepublish && bun build:types && bun publish"
31
32
  },
32
33
  "devDependencies": {
33
34
  "@types/express": "^5.0.6",