-
Notifications
You must be signed in to change notification settings - Fork 12
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 #28 from fleetbase/dev-v0.2.4
minor improvements, dependency upgrades, and license change from MIT …
- Loading branch information
Showing
6 changed files
with
704 additions
and
55 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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": "@fleetbase/dev-engine", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Fleetbase Developers extension provides a module for managing developer resources such as API keys, webhooks, sockets, events and logs.", | ||
"fleetbase": { | ||
"route": "developers" | ||
|
@@ -15,7 +15,7 @@ | |
"ember-engine" | ||
], | ||
"repository": "https://github.com/fleetbase/dev-engine", | ||
"license": "MIT", | ||
"license": "AGPL-3.0-or-later", | ||
"author": "Fleetbase Pte Ltd <[email protected]>", | ||
"directories": { | ||
"app": "app", | ||
|
@@ -41,8 +41,8 @@ | |
"publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish" | ||
}, | ||
"dependencies": { | ||
"@fleetbase/ember-core": "^0.2.11", | ||
"@fleetbase/ember-ui": "^0.2.16", | ||
"@fleetbase/ember-core": "^0.2.12", | ||
"@fleetbase/ember-ui": "^0.2.18", | ||
"@babel/core": "^7.23.2", | ||
"ember-cli-babel": "^8.2.0", | ||
"ember-cli-htmlbars": "^6.3.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.