@dainprotocol/cli 1.1.18 → 1.1.21
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.
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"deploy": "dain deploy"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@dainprotocol/service-sdk": "^1.0.
|
|
14
|
-
"@dainprotocol/utils": "^0.0.
|
|
13
|
+
"@dainprotocol/service-sdk": "^1.0.93",
|
|
14
|
+
"@dainprotocol/utils": "^0.0.48",
|
|
15
15
|
"zod": "^3.23.8",
|
|
16
16
|
"hono": "^4.6.3",
|
|
17
17
|
"ts-node": "^10.4.0",
|
|
@@ -61,7 +61,7 @@ const getWeatherConfig: ToolConfig = {
|
|
|
61
61
|
.title(`Current Weather in ${locationName} ${weatherEmoji}`)
|
|
62
62
|
.addChild(new MapUIBuilder()
|
|
63
63
|
.setInitialView(latitude, longitude, 10)
|
|
64
|
-
.setMapStyle('streets')
|
|
64
|
+
.setMapStyle('mapbox://styles/mapbox/streets-v12')
|
|
65
65
|
.addMarkers([
|
|
66
66
|
{
|
|
67
67
|
latitude,
|
|
@@ -136,7 +136,7 @@ const getWeatherForecastConfig: ToolConfig = {
|
|
|
136
136
|
.title(`Weather Forecast for ${locationName} ${weatherEmoji}`)
|
|
137
137
|
.addChild(new MapUIBuilder()
|
|
138
138
|
.setInitialView(latitude, longitude, 10)
|
|
139
|
-
.setMapStyle('streets')
|
|
139
|
+
.setMapStyle('mapbox://styles/mapbox/streets-v12')
|
|
140
140
|
.addMarkers([
|
|
141
141
|
{
|
|
142
142
|
latitude,
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"deploy": "dain deploy"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@dainprotocol/service-sdk": "^1.0.
|
|
14
|
-
"@dainprotocol/utils": "^0.0.
|
|
13
|
+
"@dainprotocol/service-sdk": "^1.0.93",
|
|
14
|
+
"@dainprotocol/utils": "^0.0.48",
|
|
15
15
|
"zod": "^3.23.8",
|
|
16
16
|
"hono": "^4.6.3",
|
|
17
17
|
"ts-node": "^10.4.0",
|
|
@@ -61,7 +61,7 @@ const getWeatherConfig: ToolConfig = {
|
|
|
61
61
|
.title(`Current Weather in ${locationName} ${weatherEmoji}`)
|
|
62
62
|
.addChild(new MapUIBuilder()
|
|
63
63
|
.setInitialView(latitude, longitude, 10)
|
|
64
|
-
.setMapStyle('streets')
|
|
64
|
+
.setMapStyle('mapbox://styles/mapbox/streets-v12')
|
|
65
65
|
.addMarkers([
|
|
66
66
|
{
|
|
67
67
|
latitude,
|
|
@@ -136,7 +136,7 @@ const getWeatherForecastConfig: ToolConfig = {
|
|
|
136
136
|
.title(`Weather Forecast for ${locationName} ${weatherEmoji}`)
|
|
137
137
|
.addChild(new MapUIBuilder()
|
|
138
138
|
.setInitialView(latitude, longitude, 10)
|
|
139
|
-
.setMapStyle('streets')
|
|
139
|
+
.setMapStyle('mapbox://styles/mapbox/streets-v12')
|
|
140
140
|
.addMarkers([
|
|
141
141
|
{
|
|
142
142
|
latitude,
|