@drmxrcy/tcg-lorcana 0.0.0-202602060554 → 0.0.0-202602060557
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drmxrcy/tcg-lorcana",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-202602060557",
|
|
4
4
|
"description": "Disney Lorcana TCG engine implementation using @drmxrcy/tcg-core framework",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./src/index.ts",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"check": "turbo format lint check-types test"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@drmxrcy/tcg-core": "0.0.0-
|
|
34
|
-
"@drmxrcy/tcg-lorcana-types": "0.0.0-
|
|
33
|
+
"@drmxrcy/tcg-core": "0.0.0-202602060557",
|
|
34
|
+
"@drmxrcy/tcg-lorcana-types": "0.0.0-202602060557",
|
|
35
35
|
"immer": "11.0.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|