@mappable-world/mappable-types 0.0.22 → 0.0.15085412

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 +31 -18
package/package.json CHANGED
@@ -1,23 +1,36 @@
1
1
  {
2
- "name": "@mappable-world/mappable-types",
3
- "version": "0.0.22",
4
- "description": "Types for mappable maps library",
5
- "main": "",
6
- "types": "index.d.ts",
7
- "keywords": ["mappable-world", "api", "map", "mappable", "types", "js api"],
8
- "publishConfig": {
9
- "registry": "https://registry.npmjs.org"
2
+ "name": "@mappable-world/mappable-types",
3
+ "version": "0.0.15085412",
4
+ "description": "Types for mappable maps library",
5
+ "main": "",
6
+ "types": "index.d.ts",
7
+ "keywords": [
8
+ "mappable-world",
9
+ "api",
10
+ "map",
11
+ "mappable",
12
+ "types",
13
+ "js api"
14
+ ],
15
+ "publishConfig": {
16
+ "registry": "https://registry.npmjs.org"
17
+ },
18
+ "homepage": "https://mappable.world",
19
+ "license": "Apache-2.0",
20
+ "peerDependencies": {
21
+ "@types/react": "16-18",
22
+ "@types/react-dom": "16-18",
23
+ "@vue/runtime-core": "3"
24
+ },
25
+ "peerDependenciesMeta": {
26
+ "@types/react": {
27
+ "optional": true
10
28
  },
11
- "homepage": "https://mappable.world",
12
- "license": "Apache-2.0",
13
- "peerDependencies": {
14
- "@types/react": "16-18",
15
- "@types/react-dom": "16-18",
16
- "@vue/runtime-core": "3"
29
+ "@types/react-dom": {
30
+ "optional": true
17
31
  },
18
- "peerDependenciesMeta": {
19
- "@types/react": {"optional": true},
20
- "@types/react-dom": {"optional": true},
21
- "@vue/runtime-core": {"optional": true}
32
+ "@vue/runtime-core": {
33
+ "optional": true
22
34
  }
35
+ }
23
36
  }