agentic-ui-libs 0.2.0-beta.2 → 0.2.0-beta.21

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": "agentic-ui-libs",
3
- "version": "0.2.0-beta.2",
3
+ "version": "0.2.0-beta.21",
4
4
  "type": "module",
5
5
  "description": "A modular, config-driven analytics library for React and Angular applications",
6
6
  "main": "dist/index.js",
@@ -41,8 +41,10 @@
41
41
  "build:lib": "vite build --mode lib",
42
42
  "storybook": "storybook dev -p 6006",
43
43
  "build-storybook": "storybook build",
44
- "publish:beta": "npm publish --tag beta --access public",
45
- "publish": "npm publish --access public"
44
+ "publish:beta": "npm run build && npm version prerelease --preid=beta && npm publish --tag beta --access public",
45
+ "update-frontend": "node scripts/update-frontend.cjs",
46
+ "update-frontend:dry-run": "node scripts/update-frontend.cjs --dry-run",
47
+ "postpublish": "npm run update-frontend"
46
48
  },
47
49
  "keywords": [
48
50
  "analytics",