-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from Navigraph/changeset-release/main
- Loading branch information
Showing
17 changed files
with
115 additions
and
37 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@navigraph/amdb", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
"description": "Allows interaction with the Navigraph AMDB API as part of the Navigraph SDK", | ||
"author": "Navigraph <[email protected]> (https://navigraph.com)", | ||
|
@@ -36,8 +36,8 @@ | |
"postpack": "clean-package restore" | ||
}, | ||
"dependencies": { | ||
"@navigraph/app": "1.3.6", | ||
"@navigraph/auth": "2.5.2" | ||
"@navigraph/app": "1.4.0", | ||
"@navigraph/auth": "2.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/geojson": "^7946.0.14" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@navigraph/app", | ||
"version": "1.3.6", | ||
"version": "1.4.0", | ||
"license": "MIT", | ||
"description": "The fundamental part of the Navigraph SDK", | ||
"author": "Navigraph <[email protected]> (https://navigraph.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@navigraph/auth", | ||
"version": "2.5.2", | ||
"version": "2.6.0", | ||
"license": "MIT", | ||
"description": "Authentication with Navigraph services as part of the Navigraph SDK", | ||
"author": "Navigraph <[email protected]> (https://navigraph.com)", | ||
|
@@ -39,7 +39,7 @@ | |
"postpack": "clean-package restore" | ||
}, | ||
"dependencies": { | ||
"@navigraph/app": "1.3.6" | ||
"@navigraph/app": "1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@navigraph/pkce": "^1.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@navigraph/charts", | ||
"version": "2.0.5", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
"description": "Allows interaction with the Navigraph Charts API as part of the Navigraph SDK", | ||
"author": "Navigraph <[email protected]> (https://navigraph.com)", | ||
|
@@ -35,7 +35,7 @@ | |
"postpack": "clean-package restore" | ||
}, | ||
"dependencies": { | ||
"@navigraph/auth": "2.5.2", | ||
"@navigraph/app": "1.3.6" | ||
"@navigraph/auth": "2.6.0", | ||
"@navigraph/app": "1.4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@navigraph/leaflet", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
"description": "Facilitates easy integration of Navigraph Enroute Charts into Leaflet-based projects.", | ||
"author": "Navigraph <[email protected]> (https://navigraph.com)", | ||
|
@@ -34,14 +34,14 @@ | |
"postpack": "clean-package restore" | ||
}, | ||
"dependencies": { | ||
"@navigraph/auth": "2.5.2", | ||
"@navigraph/app": "1.3.6" | ||
"@navigraph/auth": "2.6.0", | ||
"@navigraph/app": "1.4.0" | ||
}, | ||
"peerDependencies": { | ||
"leaflet": "^1.9.4" | ||
}, | ||
"devDependencies": { | ||
"@navigraph/auth": "2.5.2", | ||
"@navigraph/auth": "2.6.0", | ||
"@types/leaflet": "^1.9.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "navigraph", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A library for interacting with Navigraph services", | ||
"author": "Navigraph <[email protected]> (https://navigraph.com)", | ||
"homepage": "https://navigraph.com", | ||
|
@@ -29,11 +29,11 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@navigraph/app": "1.3.6", | ||
"@navigraph/auth": "2.5.2", | ||
"@navigraph/charts": "2.0.5", | ||
"@navigraph/packages": "1.0.1", | ||
"@navigraph/amdb": "1.0.0", | ||
"@navigraph/weather": "2.0.0" | ||
"@navigraph/app": "1.4.0", | ||
"@navigraph/auth": "2.6.0", | ||
"@navigraph/charts": "2.1.0", | ||
"@navigraph/packages": "1.1.0", | ||
"@navigraph/amdb": "1.1.0", | ||
"@navigraph/weather": "2.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@navigraph/packages", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
"description": "Allows interaction with the Navigraph Packages API as part of the Navigraph SDK", | ||
"author": "Navigraph <[email protected]> (https://navigraph.com)", | ||
|
@@ -35,7 +35,7 @@ | |
"postpack": "clean-package restore" | ||
}, | ||
"dependencies": { | ||
"@navigraph/auth": "2.5.2", | ||
"@navigraph/app": "1.3.6" | ||
"@navigraph/auth": "2.6.0", | ||
"@navigraph/app": "1.4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@navigraph/weather", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
"description": "Allows interaction with the Navigraph Weather API as part of the Navigraph SDK", | ||
"author": "Navigraph <[email protected]> (https://navigraph.com)", | ||
|
@@ -34,8 +34,8 @@ | |
"postinstall": "patch-package" | ||
}, | ||
"dependencies": { | ||
"@navigraph/app": "1.3.6", | ||
"@navigraph/auth": "2.5.2" | ||
"@navigraph/app": "1.4.0", | ||
"@navigraph/auth": "2.6.0" | ||
}, | ||
"devDependencies": { | ||
"metar-taf-parser": "^8.0.5", | ||
|