@vettly/react 0.1.14 → 0.1.15

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/README.md +1 -10
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @vettly/react
2
2
 
3
- React components for content decisions. Real-time feedback as users type.
3
+ React components for Vettly decision infrastructure. Governed decisions with real-time policy feedback.
4
4
 
5
5
  ## Installation
6
6
 
@@ -75,15 +75,6 @@ function CustomInput() {
75
75
  }
76
76
  ```
77
77
 
78
- ## Pricing
79
-
80
- | Plan | Price | Text | Images | Videos |
81
- |------|-------|------|--------|--------|
82
- | Developer | Free | 2,000/mo | 100/mo | 25/mo |
83
- | Growth | $49/mo | 50,000/mo | 5,000/mo | 1,000/mo |
84
- | Pro | $149/mo | 250,000/mo | 25,000/mo | 5,000/mo |
85
- | Enterprise | Custom | Unlimited | Unlimited | Unlimited |
86
-
87
78
  ## Links
88
79
 
89
80
  - [vettly.dev](https://vettly.dev) - Sign up
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vettly/react",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "React components for Vettly decision infrastructure. Content decisions with real-time feedback.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "license": "MIT",
42
42
  "repository": {
43
43
  "type": "git",
44
- "url": "https://github.com/brian-nextaura/vettly-docs.git",
44
+ "url": "https://github.com/nextauralabs/vettly-docs.git",
45
45
  "directory": "packages/react"
46
46
  },
47
47
  "homepage": "https://vettly.dev",
@@ -49,7 +49,7 @@
49
49
  "access": "public"
50
50
  },
51
51
  "bugs": {
52
- "url": "https://github.com/brian-nextaura/vettly-docs/issues"
52
+ "url": "https://github.com/nextauralabs/vettly-docs/issues"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "^18.0.0",