@schemaform/wc 0.1.0 → 0.1.2

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": "@schemaform/wc",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Web Component wrappers for Formify — use form designer and renderer in any framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -20,8 +20,8 @@
20
20
  "dev": "tsup src/index.ts --format esm --watch --external vue,element-plus,@schemaform/core,@schemaform/vue"
21
21
  },
22
22
  "dependencies": {
23
- "@schemaform/core": "workspace:*",
24
- "@schemaform/vue": "workspace:*",
23
+ "@schemaform/core": "^0.1.0",
24
+ "@schemaform/vue": "^0.1.0",
25
25
  "vue": "^3.4",
26
26
  "element-plus": "^2.9"
27
27
  },
File without changes