@buildbase/sdk 0.0.5 → 0.0.7

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buildbase/sdk",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "description": "A SDK for Buildbase",
6
6
  "main": "dist/index.js",
@@ -37,8 +37,7 @@
37
37
  "format": "prettier --write . --plugin=prettier-plugin-organize-imports",
38
38
  "push:sdk": "npm run build && yalc push",
39
39
  "watch:push": "nodemon",
40
- "watch:push:light": "chokidar \"src/**/*\" -c \"npm run push:sdk\" --initial --ignore dist",
41
- "analyze": "npm run build && du -sh dist/* && echo '---' && find dist -type f -exec du -h {} + | sort -rh | head -10"
40
+ "watch:push:light": "chokidar \"src/**/*\" -c \"npm run push:sdk\" --initial --ignore dist"
42
41
  },
43
42
  "peerDependencies": {
44
43
  "react": "^19.0.0",