Skip to content

Commit

Permalink
chore: bump server-api version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Jun 6, 2023
1 parent 1cf9723 commit 3a69f61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@signalk/nmea0183-signalk": "^3.0.0",
"@signalk/resources-provider": "^1.0.0",
"@signalk/server-admin-ui": "2.0.x",
"@signalk/server-api": "2.0.x",
"@signalk/server-api": "2.1.x",
"@signalk/signalk-schema": "^1.7.1",
"@signalk/streams": "2.x",
"api-schema-builder": "^2.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/resources-provider-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/resources-provider",
"version": "1.1.0",
"version": "1.1.1",
"description": "Resources provider plugin for Signal K server.",
"main": "plugin/index.js",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@signalk/server-api": "^2.0.0",
"@signalk/server-api": "^2.1.0",
"@types/express": "^4.17.6",
"@types/ngeohash": "^0.6.4",
"@types/node-fetch": "^2.5.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/server-api",
"version": "2.0.0",
"version": "2.1.0",
"description": "signalk-server Typescript API for plugins etc with relevant implementation classes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3a69f61

Please sign in to comment.