@instincthub/react-ui 0.1.33 → 0.1.35

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": "@instincthub/react-ui",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "description": "InstinctHub React UI components and assets in TypeScript",
5
5
  "main": "dist/src/index.js",
6
6
  "module": "dist/src/index.js",
@@ -105,7 +105,8 @@
105
105
  "test": "echo \"Error: no test specified\" && exit 1",
106
106
  "yalc-link-ui": "rm -rf dist && rollup -c && yalc publish",
107
107
  "yalc-link-ui-win": "rmdir /s /q dist && rollup -c && yalc publish",
108
- "yalc-update-ui": "rmdir /s /q dist && rollup -c && yalc push"
108
+ "yalc-update-ui": "rmdir /s /q dist && rollup -c && yalc push",
109
+ "deploy": "pnpm rollup && npm publish --access public && vercel --prod"
109
110
  },
110
111
  "dependencies": {
111
112
  "@tiptap/extension-character-count": "^2.11.5",