auth0-deploy-cli 3.6.7 → 3.6.8
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.
package/.nyc_output/{01c87fbd159248b603152cc1e07b45dc.json → 3b5598b919f188c8205da9fdc62663a9.json}
RENAMED
|
File without changes
|
package/.nyc_output/{41f34c419d98a7115e412d06fea81dd5.json → 520cb11df05560c6cd204f494108f8e2.json}
RENAMED
|
File without changes
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
## [3.6.8] - 2022-03-15
|
|
9
|
+
### Removed
|
|
10
|
+
- `es6-template-strings` dependency that contained political messaging. See: [ESD-18640](https://auth0team.atlassian.net/browse/ESD-18640)
|
|
7
11
|
## [3.5.0] - 2019-08-14
|
|
8
12
|
### Added
|
|
9
13
|
- Ability to exclude connections and databases (AUTH0_EXCLUDED_CONNECTIONS & AUTH0_EXCLUDED_DATABASES)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auth0-deploy-cli",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.8",
|
|
4
4
|
"description": "A command line tool for deploying updates to your Auth0 tenant",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"auth0-extension-tools": "^1.4.4",
|
|
32
32
|
"auth0-source-control-extension-tools": "~3.5.1",
|
|
33
33
|
"dot-prop": "^4.2.0",
|
|
34
|
-
"es6-template-strings": "^2.0.1",
|
|
35
34
|
"fs-extra": "^7.0.0",
|
|
36
35
|
"http-proxy-agent": "^2.0.0",
|
|
37
36
|
"https-proxy-agent": "^2.2.3",
|