This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
-
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.
* better objects handling for mappings * hooks support (+tests) * Update auth-source-control-extension-tools to 4.0.3. * 3.2.0 * Add more test criteria around hook dependencies. * Bump extension templates version. * Update changelog with 3.2.0 release info. * Update auth0 version. * Update readme for local development. * Add scopes to webtask.json templates. * Remove old auth0 exclusion. * Move auth0 client from middleware to own instance. * Update auth0-extension dependencies with auth0 bump. * Revert "Move auth0 client from middleware to own instance." This reverts commit 850f968. * Remove auth0-extension-tools from externals. Co-authored-by: Shu Shen <[email protected]> Co-authored-by: Shawn Mclean <[email protected]>
- Loading branch information
1 parent
d39a35a
commit 06f267c
Showing
18 changed files
with
1,504 additions
and
321 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "auth0-deploy-extensions", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"description": "Auth0 Deployment Extensions", | ||
"engines": { | ||
"node": "5.9.0" | ||
|
@@ -29,10 +29,9 @@ | |
"license": "MIT", | ||
"auth0-extension": { | ||
"externals": [ | ||
"auth0@2.17.0", | ||
"auth0@2.23.0", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
|
@@ -60,7 +59,6 @@ | |
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
|
@@ -81,12 +79,12 @@ | |
}, | ||
"dependencies": { | ||
"async": "2.1.2", | ||
"auth0": "2.17.0", | ||
"auth0-extension-express-tools": "^2.0.0", | ||
"auth0-extension-tools": "1.4.0", | ||
"auth0": "^2.23.0", | ||
"auth0-extension-express-tools": "^2.0.1", | ||
"auth0-extension-tools": "1.4.5", | ||
"auth0-extension-ui": "^1.0.1", | ||
"auth0-oauth2-express": "^1.1.8", | ||
"auth0-source-control-extension-tools": "3.5.1", | ||
"auth0-source-control-extension-tools": "4.0.3", | ||
"axios": "^0.18.0", | ||
"babel": "^6.5.2", | ||
"babel-core": "^6.9.1", | ||
|
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
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
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
Oops, something went wrong.