Skip to content

Commit

Permalink
Release v2.18.1 (#400)
Browse files Browse the repository at this point in the history
* Release v2.18.1

Signed-off-by: Luis Deschamps Rudge <[email protected]>

* remove -s
  • Loading branch information
luisrudge authored Aug 6, 2019
1 parent 955cfa9 commit 7605352
Show file tree
Hide file tree
Showing 91 changed files with 926 additions and 620 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ out/
test-results.xml
.nyc_output

# Release process
.release
.release-tmp-*/

# npm
package-lock.json
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs/*
80 changes: 46 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
# Change Log

## [v2.18.0](https://github.com/auth0/node-auth0/tree/v2.18.1) (2019-07-23)

**Changed**

- Encode id param on GET [\#374](https://github.com/auth0/node-auth0/pull/374) ([luisrudge](https://github.com/luisrudge))

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.18.0...v2.18.1)

## [v2.18.0](https://github.com/auth0/node-auth0/tree/v2.18.0) (2019-06-26)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.17.1...v2.18.0)

**Added**

- Add Management API support for Branding and Prompts endpoints. [\#370](https://github.com/auth0/node-auth0/pull/370) ([chrisscott](https://github.com/chrisscott))

## [v2.17.1](https://github.com/auth0/node-auth0/tree/v2.17.1) (2019-05-22)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.17.0...v2.17.1)

**Fixed**

- Fix telemetry header [\#362](https://github.com/auth0/node-auth0/pull/362) ([lbalmaceda](https://github.com/lbalmaceda))

## [v2.17.0](https://github.com/auth0/node-auth0/tree/v2.17.0) (2019-04-15)
Expand All @@ -18,159 +30,159 @@

**Added**

* Add method to assign users to a role [\#348](https://github.com/auth0/node-auth0/pull/348) ([pushpabrol](https://github.com/pushpabrol))
* Add support for roles and permissions [\#344](https://github.com/auth0/node-auth0/pull/344) ([pushpabrol](https://github.com/pushpabrol))
- Add method to assign users to a role [\#348](https://github.com/auth0/node-auth0/pull/348) ([pushpabrol](https://github.com/pushpabrol))
- Add support for roles and permissions [\#344](https://github.com/auth0/node-auth0/pull/344) ([pushpabrol](https://github.com/pushpabrol))

## [v2.16.0](https://github.com/auth0/node-auth0/tree/v2.16.0) (2019-03-18)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.15.0...v2.16.0)

**Added**

* Add support for Auth0 Grants [\#343](https://github.com/auth0/node-auth0/pull/343) ([jsmpereira](https://github.com/jsmpereira))
- Add support for Auth0 Grants [\#343](https://github.com/auth0/node-auth0/pull/343) ([jsmpereira](https://github.com/jsmpereira))

## [v2.15.0](https://github.com/auth0/node-auth0/tree/v2.15.0) (2019-03-11)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.14.0...v2.15.0)

**Added**

* Add users-exports endpoint [\#340](https://github.com/auth0/node-auth0/pull/340) ([arjenvanderende](https://github.com/arjenvanderende))
- Add users-exports endpoint [\#340](https://github.com/auth0/node-auth0/pull/340) ([arjenvanderende](https://github.com/arjenvanderende))

**Fixed**

* Don't validate id_token when alg is HS256 and there is no clientSecret [\#330](https://github.com/auth0/node-auth0/pull/330) ([luisrudge](https://github.com/luisrudge))
- Don't validate id_token when alg is HS256 and there is no clientSecret [\#330](https://github.com/auth0/node-auth0/pull/330) ([luisrudge](https://github.com/luisrudge))

## [v2.14.0](https://github.com/auth0/node-auth0/tree/v2.14.0) (2018-11-12)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.13.0...v2.14.0)

**Added**

* Add method to refresh a token using a refresh_token [\#313](https://github.com/auth0/node-auth0/pull/313) ([modeswitch](https://github.com/modeswitch))
* Add all Guardian APIs [\#311](https://github.com/auth0/node-auth0/pull/311) ([stevezau](https://github.com/stevezau))
* Add Custom Domains methods [\#310](https://github.com/auth0/node-auth0/pull/310) ([stevezau](https://github.com/stevezau))
* Add send_completion_email and upsert params for importUsers [\#270](https://github.com/auth0/node-auth0/pull/270) ([Floppy](https://github.com/Floppy))
- Add method to refresh a token using a refresh_token [\#313](https://github.com/auth0/node-auth0/pull/313) ([modeswitch](https://github.com/modeswitch))
- Add all Guardian APIs [\#311](https://github.com/auth0/node-auth0/pull/311) ([stevezau](https://github.com/stevezau))
- Add Custom Domains methods [\#310](https://github.com/auth0/node-auth0/pull/310) ([stevezau](https://github.com/stevezau))
- Add send_completion_email and upsert params for importUsers [\#270](https://github.com/auth0/node-auth0/pull/270) ([Floppy](https://github.com/Floppy))

**Deprecated**

* Deprecate UsersManager.deleteAll and deleteAllUsers wrapper methods [\#309](https://github.com/auth0/node-auth0/pull/309) ([M-Zuber](https://github.com/M-Zuber))
- Deprecate UsersManager.deleteAll and deleteAllUsers wrapper methods [\#309](https://github.com/auth0/node-auth0/pull/309) ([M-Zuber](https://github.com/M-Zuber))

## [v2.13.0](https://github.com/auth0/node-auth0/tree/v2.13.0) (2018-09-28)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.12.0...v2.13.0)

**Added**

* Add id_token validation (HS256 and RS256) [\#295](https://github.com/auth0/node-auth0/pull/295) ([luisrudge](https://github.com/luisrudge))
- Add id_token validation (HS256 and RS256) [\#295](https://github.com/auth0/node-auth0/pull/295) ([luisrudge](https://github.com/luisrudge))

## [v2.12.0](https://github.com/auth0/node-auth0/tree/v2.12.0) (2018-08-09)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.11.0...v2.12.0)

**Added**

* Added authorizationCodeGrant method to OAuthAuthenticator [\#290](https://github.com/auth0/node-auth0/pull/290) ([cwurtz](https://github.com/cwurtz))
* Add Guardian Enrollments endpoints [\#278](https://github.com/auth0/node-auth0/pull/278) ([fmedinac](https://github.com/fmedinac))
- Added authorizationCodeGrant method to OAuthAuthenticator [\#290](https://github.com/auth0/node-auth0/pull/290) ([cwurtz](https://github.com/cwurtz))
- Add Guardian Enrollments endpoints [\#278](https://github.com/auth0/node-auth0/pull/278) ([fmedinac](https://github.com/fmedinac))

## [v2.11.0](https://github.com/auth0/node-auth0/tree/v2.11.0) (2018-07-25)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.10.0...v2.11.0)

**Added**

* Added Pagination Docs for a Client Grants, Resouce Servers and Rules [\#282](https://github.com/auth0/node-auth0/pull/282) ([cocojoe](https://github.com/cocojoe))
* Added rules config methods [\#227](https://github.com/auth0/node-auth0/pull/227) ([dctoon](https://github.com/dctoon))
- Added Pagination Docs for a Client Grants, Resouce Servers and Rules [\#282](https://github.com/auth0/node-auth0/pull/282) ([cocojoe](https://github.com/cocojoe))
- Added rules config methods [\#227](https://github.com/auth0/node-auth0/pull/227) ([dctoon](https://github.com/dctoon))

**Fixed**

* Get access token before importing users [\#267](https://github.com/auth0/node-auth0/pull/267) ([Floppy](https://github.com/Floppy))
- Get access token before importing users [\#267](https://github.com/auth0/node-auth0/pull/267) ([Floppy](https://github.com/Floppy))

## [v2.10.0](https://github.com/auth0/node-auth0/tree/v2.10.0) (2018-05-29)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.9.3...v2.10.0)

**Added**

* Adding pagination docs for clients/connections [\#268](https://github.com/auth0/node-auth0/pull/268) ([luisrudge](https://github.com/luisrudge))
- Adding pagination docs for clients/connections [\#268](https://github.com/auth0/node-auth0/pull/268) ([luisrudge](https://github.com/luisrudge))

**Fixed**

* Fix deleteUserMultifactor naming [\#259](https://github.com/auth0/node-auth0/pull/259) ([luisrudge](https://github.com/luisrudge))
- Fix deleteUserMultifactor naming [\#259](https://github.com/auth0/node-auth0/pull/259) ([luisrudge](https://github.com/luisrudge))

## [v2.9.3](https://github.com/auth0/node-auth0/tree/v2.9.3) (2018-03-01)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.9.2...v2.9.3)

**Fixed**

* Add client secret to passwordGrant [\#217](https://github.com/auth0/node-auth0/pull/217) ([luisrudge](https://github.com/luisrudge))
- Add client secret to passwordGrant [\#217](https://github.com/auth0/node-auth0/pull/217) ([luisrudge](https://github.com/luisrudge))

## [v2.9.2](https://github.com/auth0/node-auth0/tree/v2.9.2) (2018-01-16)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.9.1...v2.9.2)

**Security**

* Update rest facade [\#232](https://github.com/auth0/node-auth0/pull/232) ([luisrudge](https://github.com/luisrudge))
- Update rest facade [\#232](https://github.com/auth0/node-auth0/pull/232) ([luisrudge](https://github.com/luisrudge))

## [v2.9.1](https://github.com/auth0/node-auth0/tree/v2.9.1) (2017-12-08)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.9.0...v2.9.1)

**Fixed**

* fixed missing data object error [\#224](https://github.com/auth0/node-auth0/pull/224) ([dctoon](https://github.com/dctoon))
- fixed missing data object error [\#224](https://github.com/auth0/node-auth0/pull/224) ([dctoon](https://github.com/dctoon))

## [v2.9.0](https://github.com/auth0/node-auth0/tree/v2.9.0) (2017-12-07)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.8.0...v2.9.0)

**Added**

* Added support for /users-by-email method. [\#218](https://github.com/auth0/node-auth0/pull/218) ([kopertop](https://github.com/kopertop))
* Add retry functionality for management api requests [\#215](https://github.com/auth0/node-auth0/pull/215) ([dctoon](https://github.com/dctoon))
- Added support for /users-by-email method. [\#218](https://github.com/auth0/node-auth0/pull/218) ([kopertop](https://github.com/kopertop))
- Add retry functionality for management api requests [\#215](https://github.com/auth0/node-auth0/pull/215) ([dctoon](https://github.com/dctoon))

## [v2.8.0](https://github.com/auth0/node-auth0/tree/v2.8.0) (2017-09-30)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.7.1...v2.8.0)

**Added**

* Added tokenProvider functionality [\#196](https://github.com/auth0/node-auth0/pull/196) ([dctoon](https://github.com/dctoon))
- Added tokenProvider functionality [\#196](https://github.com/auth0/node-auth0/pull/196) ([dctoon](https://github.com/dctoon))

**Fixed**

* Fix wrapPropertyMethod mistake for updateClientGrant [\#202](https://github.com/auth0/node-auth0/pull/202) ([danedmunds](https://github.com/danedmunds))
- Fix wrapPropertyMethod mistake for updateClientGrant [\#202](https://github.com/auth0/node-auth0/pull/202) ([danedmunds](https://github.com/danedmunds))

## [v2.7.1](https://github.com/auth0/node-auth0/tree/v2.7.1) (2017-09-30)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.7.0...v2.7.1)

**Fixed**

* Fix auth/users.getInfo to return JSON (fixes #158) [\#192](https://github.com/auth0/node-auth0/pull/192) ([pilwon](https://github.com/pilwon))
- Fix auth/users.getInfo to return JSON (fixes #158) [\#192](https://github.com/auth0/node-auth0/pull/192) ([pilwon](https://github.com/pilwon))

**Security**

* Update request to address ReDoS vulnerability [\#206](https://github.com/auth0/node-auth0/pull/206) ([dancrumb](https://github.com/dancrumb))
- Update request to address ReDoS vulnerability [\#206](https://github.com/auth0/node-auth0/pull/206) ([dancrumb](https://github.com/dancrumb))

## [v2.7.0](https://github.com/auth0/node-auth0/tree/v2.7.0) (2017-06-28)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.6.0...v2.7.0)

**Added**

* Add password grant method [\#189](https://github.com/auth0/node-auth0/pull/189) ([hzalaz](https://github.com/hzalaz))
* Retrieve a user's Guardian enrollments [\#181](https://github.com/auth0/node-auth0/pull/181) ([joshuaali](https://github.com/joshuaali))
* Add get user logs [\#176](https://github.com/auth0/node-auth0/pull/176) ([amiram](https://github.com/amiram))
- Add password grant method [\#189](https://github.com/auth0/node-auth0/pull/189) ([hzalaz](https://github.com/hzalaz))
- Retrieve a user's Guardian enrollments [\#181](https://github.com/auth0/node-auth0/pull/181) ([joshuaali](https://github.com/joshuaali))
- Add get user logs [\#176](https://github.com/auth0/node-auth0/pull/176) ([amiram](https://github.com/amiram))

**Changed**

* Update packages and utilize error classes from rest-facade correctly (Fixes #154) [\#183](https://github.com/auth0/node-auth0/pull/183) ([charsleysa](https://github.com/charsleysa))
- Update packages and utilize error classes from rest-facade correctly (Fixes #154) [\#183](https://github.com/auth0/node-auth0/pull/183) ([charsleysa](https://github.com/charsleysa))

**Fixed**

* Fix impersonation to send AT in the params. [\#190](https://github.com/auth0/node-auth0/pull/190) ([hzalaz](https://github.com/hzalaz))
* Fixed minor typo in DatabaseAuthenticator module [\#184](https://github.com/auth0/node-auth0/pull/184) ([scostello-paanalytics](https://github.com/scostello-paanalytics))
* fix: avoid possible prototype override protection bypass [\#170](https://github.com/auth0/node-auth0/pull/170) ([AlmaasAre](https://github.com/AlmaasAre))
- Fix impersonation to send AT in the params. [\#190](https://github.com/auth0/node-auth0/pull/190) ([hzalaz](https://github.com/hzalaz))
- Fixed minor typo in DatabaseAuthenticator module [\#184](https://github.com/auth0/node-auth0/pull/184) ([scostello-paanalytics](https://github.com/scostello-paanalytics))
- fix: avoid possible prototype override protection bypass [\#170](https://github.com/auth0/node-auth0/pull/170) ([AlmaasAre](https://github.com/AlmaasAre))
4 changes: 2 additions & 2 deletions docs/RetryRestClient.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_DatabaseAuthenticator.js.html

Large diffs are not rendered by default.

23 changes: 14 additions & 9 deletions docs/auth_OAUthWithIDTokenValidation.js.html

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions docs/auth_OAuthAuthenticator.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_PasswordlessAuthenticator.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_TokensManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/auth_UsersManager.js.html

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions docs/auth_index.js.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/external-RestClient.html

Large diffs are not rendered by default.

Empty file modified docs/fonts/OpenSans-Semibold-webfont.eot
100644 → 100755
Empty file.
Empty file modified docs/fonts/OpenSans-Semibold-webfont.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/fonts/OpenSans-Semibold-webfont.ttf
100644 → 100755
Empty file.
Empty file modified docs/fonts/OpenSans-Semibold-webfont.woff
100644 → 100755
Empty file.
Empty file modified docs/fonts/OpenSans-SemiboldItalic-webfont.eot
100644 → 100755
Empty file.
Empty file modified docs/fonts/OpenSans-SemiboldItalic-webfont.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/fonts/OpenSans-SemiboldItalic-webfont.ttf
100644 → 100755
Empty file.
Empty file modified docs/fonts/OpenSans-SemiboldItalic-webfont.woff
100644 → 100755
Empty file.
53 changes: 38 additions & 15 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_BlacklistedTokensManager.js.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions docs/management_BrandingManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_ClientGrantsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_ClientsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_ConnectionsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_CustomDomainsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_DeviceCredentialsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_EmailProviderManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_EmailTemplatesManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_GrantsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_GuardianManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_JobsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_LogsManager.js.html

Large diffs are not rendered by default.

70 changes: 36 additions & 34 deletions docs/management_ManagementTokenProvider.js.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions docs/management_PromptsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_ResourceServersManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_RolesManager.js.html

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions docs/management_RulesConfigsManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_RulesManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_StatsManager.js.html

Large diffs are not rendered by default.

19 changes: 12 additions & 7 deletions docs/management_TenantManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_TicketsManager.js.html

Large diffs are not rendered by default.

32 changes: 17 additions & 15 deletions docs/management_UserBlocksManager.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/management_UsersManager.js.html

Large diffs are not rendered by default.

45 changes: 34 additions & 11 deletions docs/management_index.js.html

Large diffs are not rendered by default.

74 changes: 55 additions & 19 deletions docs/module-auth.AuthenticationClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.DatabaseAuthenticator.html

Large diffs are not rendered by default.

42 changes: 39 additions & 3 deletions docs/module-auth.OAUthWithIDTokenValidation.html

Large diffs are not rendered by default.

54 changes: 45 additions & 9 deletions docs/module-auth.OAuthAuthenticator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.PasswordlessAuthenticator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.TokensManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.UsersManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-auth.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.BlacklistedTokensManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.BrandingManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.ClientGrantsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.ClientsManager.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/module-management.ConnectionsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.CustomDomainsManager.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/module-management.DeviceCredentialsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.EmailProviderManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.EmailTemplatesManager.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/module-management.GrantsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.GuardianManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.JobsManager.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/module-management.LogsManager.html

Large diffs are not rendered by default.

354 changes: 231 additions & 123 deletions docs/module-management.ManagementClient.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/module-management.ManagementTokenProvider.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.PromptsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.ResourceServersManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.RetryRestClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.RolesManager.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/module-management.RulesConfigsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.RulesManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.StatsManager.html

Large diffs are not rendered by default.

44 changes: 40 additions & 4 deletions docs/module-management.TenantManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.TicketsManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.UserBlocksManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.UsersManager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-management.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-utils.html

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions docs/utils.js.html

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0",
"version": "2.18.0",
"version": "2.18.1",
"description": "SDK for Auth0 API v2",
"main": "src/index.js",
"files": [
Expand All @@ -12,10 +12,7 @@
"test:coverage": "codecov",
"test:watch": "cross-env NODE_ENV=test mocha --timeout 5000 ./test/**/*.tests.js ./test/*.tests.js --watch",
"jsdoc:generate": "jsdoc --configure .jsdoc.json --verbose",
"release:clean": "node scripts/cleanup.js",
"preversion": "node scripts/prepare.js",
"version": "node scripts/changelog.js && node scripts/jsdocs.js",
"postversion": "npm run release:clean",
"version": "node ./scripts/release.js",
"precommit": "pretty-quick --staged"
},
"repository": {
Expand Down
43 changes: 0 additions & 43 deletions scripts/changelog.js

This file was deleted.

22 changes: 0 additions & 22 deletions scripts/cleanup.js

This file was deleted.

12 changes: 12 additions & 0 deletions scripts/exec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const exec = require('child_process').exec;

module.exports = cmd => {
return new Promise((resolve, reject) => {
exec(cmd, (error, stdout, stderr) => {
if (error) {
reject(error);
}
resolve(stdout ? stdout : stderr);
});
});
};
15 changes: 0 additions & 15 deletions scripts/jsdocs.js

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/prepare.js

This file was deleted.

Loading

0 comments on commit 7605352

Please sign in to comment.