@twinmatrix/spatialverse-sdk-rn 0.2.0 → 0.2.1

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 +13 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@twinmatrix/spatialverse-sdk-rn",
3
- "version": "0.2.0",
4
- "description": "Spatialverse SDK for React Native",
3
+ "version": "0.2.1",
4
+ "description": "SpatialVerse map engine SDK for React Native",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",
7
7
  "types": "typings/index.d.ts",
@@ -33,20 +33,24 @@
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "git+https://gitlab.digitwin.com.cn/vst/ste/meta-atlas-sdk"
36
+ "url": "git+https://github.com/TwinMatrixOrg/twinmatrix-atoms-legacy-sdk.git"
37
37
  },
38
38
  "keywords": [
39
- "node"
39
+ "react-native",
40
+ "map",
41
+ "spatialverse",
42
+ "meta-atlas",
43
+ "twinmatrix"
40
44
  ],
41
45
  "author": {
42
- "name": "Mike Hall",
43
- "email": "mike.hall@virspatial.com",
44
- "url": "https://www.virspatial.com"
46
+ "name": "TwinMatrix",
47
+ "email": "info@twinmatrix.net",
48
+ "url": "https://www.twinmatrix.net"
45
49
  },
46
50
  "bugs": {
47
- "url": "https://gitlab.digitwin.com.cn/vst/ste/meta-atlas-sdk.issues"
51
+ "url": "https://github.com/TwinMatrixOrg/twinmatrix-atoms-legacy-sdk/issues"
48
52
  },
49
- "homepage": "https://gitlab.digitwin.com.cn/vst/ste/meta-atlas-sdk#readme",
53
+ "homepage": "https://github.com/TwinMatrixOrg/twinmatrix-atoms-legacy-sdk#readme",
50
54
  "devDependencies": {
51
55
  "@babel/cli": "^7.12.10",
52
56
  "@babel/core": "^7.12.10",