@collagejs/svelte 0.1.1 → 0.2.0

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@collagejs/svelte",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Svelte v5 integration for the CollageJS micro-frontend library",
5
5
  "author": {
6
6
  "name": "José Pablo Ramírez Vargas",
@@ -47,7 +47,7 @@
47
47
  }
48
48
  },
49
49
  "peerDependencies": {
50
- "@collagejs/core": "^0.1.2",
50
+ "@collagejs/core": "0.x || 1.x",
51
51
  "svelte": "^5.0.0"
52
52
  },
53
53
  "devDependencies": {