@remnic/connector-reitti 9.69.64 → 9.69.67
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/connector-reitti",
|
|
3
|
-
"version": "9.69.
|
|
3
|
+
"version": "9.69.67",
|
|
4
4
|
"description": "Reitti location connector for Remnic — read a self-hosted Reitti instance as a location provider",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"provenance": true
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@remnic/core": "^9.69.
|
|
22
|
+
"@remnic/core": "^9.69.67"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"tsup": "^8.0.0",
|
|
26
26
|
"typescript": "^5.7.0",
|
|
27
27
|
"tsx": "^4.0.0",
|
|
28
|
-
"@remnic/core": "9.69.
|
|
28
|
+
"@remnic/core": "9.69.67"
|
|
29
29
|
},
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"repository": {
|