earth-map-3d-react 0.0.2 → 0.0.3
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/earth-map-3d-react.es.js +6932 -7040
- package/package.json +12 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "earth-map-3d-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": ".",
|
|
5
|
-
"author": "
|
|
5
|
+
"author": "ngvtuan",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"scripts": {
|
|
@@ -51,5 +51,14 @@
|
|
|
51
51
|
"vite": "^7.2.2",
|
|
52
52
|
"vite-plugin-dts": "^4.5.4",
|
|
53
53
|
"vite-plugin-node-polyfills": "^0.24.0"
|
|
54
|
-
}
|
|
54
|
+
},
|
|
55
|
+
"keywords": [
|
|
56
|
+
"earth-map-3d-react",
|
|
57
|
+
"earth map",
|
|
58
|
+
"3d",
|
|
59
|
+
"react",
|
|
60
|
+
"Earth 3D Map",
|
|
61
|
+
"World Map in 3D",
|
|
62
|
+
"Earth 3D", "3D Map"
|
|
63
|
+
]
|
|
55
64
|
}
|