@myop/vue 0.0.26 → 0.0.27

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 +16 -1
package/README.md CHANGED
@@ -99,6 +99,8 @@ You can also override the environment directly on a specific component:
99
99
 
100
100
  Environments are fully configurable in the [dashboard](https://dashboard.myop.dev/), allowing you to test changes in staging before publishing to production.
101
101
 
102
+ For more details on auto-generated packages, see the [Auto-Generated Packages documentation](https://docs.myop.dev/docs/learnMyop/AutoGeneratedPackages).
103
+
102
104
  ## Requirements
103
105
 
104
106
  - Vue 3.0+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myop/vue",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",
@@ -38,6 +38,21 @@
38
38
  "vite": "^6.2.0",
39
39
  "vue-tsc": "^2.2.4"
40
40
  },
41
+ "keywords": [
42
+ "myop",
43
+ "vue",
44
+ "vue3",
45
+ "components",
46
+ "dynamic-ui",
47
+ "real-time",
48
+ "no-deploy",
49
+ "remote-components",
50
+ "micro-frontend",
51
+ "ab-testing",
52
+ "feature-flags",
53
+ "sandboxed",
54
+ "ai-components"
55
+ ],
41
56
  "files": [
42
57
  "./dist/*"
43
58
  ]