@bindimaps/hyperlocal-web-sdk 0.0.1 → 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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"//": "@bindimaps/landseer is a devDependency because tsup bundles it into dist — it must NOT be a runtime dependency in the published package",
|
|
3
3
|
"name": "@bindimaps/hyperlocal-web-sdk",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "BindiMaps Hyperlocal Web SDK for indoor localisation",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@connectrpc/connect-web": "^2.1.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@bindimaps/eslint-config": "
|
|
47
|
+
"@bindimaps/eslint-config": "0.0.0",
|
|
48
48
|
"@bindimaps/landseer": "^0.0.65",
|
|
49
|
-
"@bindimaps/tsconfig": "
|
|
49
|
+
"@bindimaps/tsconfig": "0.0.0",
|
|
50
50
|
"tsup": "^8.4.0",
|
|
51
51
|
"typescript": "^5.9.3",
|
|
52
52
|
"vitest": "^2.1.8"
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}
|