@canvas-tile-engine/react 0.0.1 → 0.0.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canvas-tile-engine/react",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "React bindings for Canvas Tile Engine - build interactive 2D grid-based maps with declarative components",
5
5
  "author": "Enes Yüksel",
6
6
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "@canvas-tile-engine/core": ">=0.0.1"
51
51
  },
52
52
  "dependencies": {
53
- "@canvas-tile-engine/core": "workspace:*"
53
+ "@canvas-tile-engine/core": "^0.0.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^18.3.0",