@myop/react 0.0.31 → 0.0.32

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 +2 -0
  2. package/package.json +15 -1
package/README.md CHANGED
@@ -91,6 +91,8 @@ You can also override the environment directly on a specific component:
91
91
 
92
92
  Environments are fully configurable in the [dashboard](https://dashboard.myop.dev/), allowing you to test changes in staging before publishing to production.
93
93
 
94
+ For more details on auto-generated packages, see the [Auto-Generated Packages documentation](https://docs.myop.dev/docs/learnMyop/AutoGeneratedPackages).
95
+
94
96
  ## Requirements
95
97
 
96
98
  - React 18.0+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myop/react",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",
@@ -33,6 +33,20 @@
33
33
  "vite": "^6.2.0",
34
34
  "vite-plugin-dts": "^4.5.3"
35
35
  },
36
+ "keywords": [
37
+ "myop",
38
+ "react",
39
+ "components",
40
+ "dynamic-ui",
41
+ "real-time",
42
+ "no-deploy",
43
+ "remote-components",
44
+ "micro-frontend",
45
+ "ab-testing",
46
+ "feature-flags",
47
+ "sandboxed",
48
+ "ai-components"
49
+ ],
36
50
  "files": [
37
51
  "./dist/*"
38
52
  ]