@almadar/patterns 2.8.9 → 2.8.10
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/dist/component-mapping.json +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -23826,7 +23826,7 @@ var mappings = {
|
|
|
23826
23826
|
},
|
|
23827
23827
|
"game-canvas3-d": {
|
|
23828
23828
|
component: "GameCanvas3D",
|
|
23829
|
-
importPath: "@/components/organisms/
|
|
23829
|
+
importPath: "@/components/organisms/game/three",
|
|
23830
23830
|
category: "game"
|
|
23831
23831
|
},
|
|
23832
23832
|
"world-map-board": {
|
package/dist/index.js
CHANGED
|
@@ -23705,7 +23705,7 @@ var component_mapping_default = {
|
|
|
23705
23705
|
},
|
|
23706
23706
|
"game-canvas3-d": {
|
|
23707
23707
|
component: "GameCanvas3D",
|
|
23708
|
-
importPath: "@/components/organisms/
|
|
23708
|
+
importPath: "@/components/organisms/game/three",
|
|
23709
23709
|
category: "game"
|
|
23710
23710
|
},
|
|
23711
23711
|
"world-map-board": {
|