finform-react-builder 1.8.3 → 1.8.5

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": "finform-react-builder",
3
- "version": "1.8.3",
3
+ "version": "1.8.5",
4
4
  "description": "A powerful, flexible React form builder with dynamic field rendering, custom validation, multi-step forms, Material-UI integration, image component support, toggle/radio buttons, switches, autocomplete, and advanced button positioning",
5
5
  "keywords": [
6
6
  "react",
@@ -55,7 +55,7 @@
55
55
  "build:types": "tsc --project tsconfig.build.json",
56
56
  "preview": "vite preview",
57
57
  "prepublishOnly": "npm run build:lib",
58
- "check-package": "npm view @finflow-analytics/finform-react-builder",
58
+ "check-package": "npm view finform-react-builder",
59
59
  "test": "echo \"Error: no test specified\" && exit 1",
60
60
  "test:build": "npm run build && npm pack",
61
61
  "clean": "rm -rf dist node_modules package-lock.json"