auth0-deploy-cli 7.23.0 → 7.24.0

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.
Files changed (34) hide show
  1. package/.circleci/config.yml +5 -5
  2. package/.github/CODEOWNERS +1 -1
  3. package/.nyc_output/8e567803-9d23-4425-94d9-553dd5b55efa.json +1 -0
  4. package/.nyc_output/processinfo/1c20e021-55c2-4777-a321-713348b3bffd.json +1 -0
  5. package/.nyc_output/processinfo/{2a2869c9-ac23-4d62-8266-903f9cdcd82e.json → 8e567803-9d23-4425-94d9-553dd5b55efa.json} +1 -1
  6. package/.nyc_output/processinfo/ee6ea147-1148-4f46-bce7-6b2f9e0b1410.json +1 -0
  7. package/.nyc_output/processinfo/index.json +1 -1
  8. package/CHANGELOG.md +22 -1
  9. package/coverage/lcov-report/index.html +28 -28
  10. package/coverage/lcov.info +902 -747
  11. package/lib/context/directory/handlers/prompts.js +51 -11
  12. package/lib/context/directory/handlers/prompts.js.map +1 -1
  13. package/lib/index.d.ts +1 -0
  14. package/lib/tools/auth0/handlers/connections.js +1 -1
  15. package/lib/tools/auth0/handlers/connections.js.map +1 -1
  16. package/lib/tools/auth0/handlers/prompts.d.ts +48 -3
  17. package/lib/tools/auth0/handlers/prompts.js +175 -21
  18. package/lib/tools/auth0/handlers/prompts.js.map +1 -1
  19. package/lib/tools/auth0/handlers/scimHandler.d.ts +23 -20
  20. package/lib/tools/auth0/handlers/scimHandler.js +96 -84
  21. package/lib/tools/auth0/handlers/scimHandler.js.map +1 -1
  22. package/lib/tools/constants.d.ts +1 -0
  23. package/lib/tools/constants.js +1 -0
  24. package/lib/tools/constants.js.map +1 -1
  25. package/lib/tools/index.d.ts +1 -0
  26. package/lib/types.d.ts +6 -1
  27. package/lib/types.js.map +1 -1
  28. package/lib/utils.d.ts +12 -0
  29. package/package.json +1 -1
  30. package/.nyc_output/2a2869c9-ac23-4d62-8266-903f9cdcd82e.json +0 -1
  31. package/.nyc_output/processinfo/ad53a51b-f5e5-41b3-9fb0-7f8a95a633c0.json +0 -1
  32. package/.nyc_output/processinfo/b691e3d3-398b-4603-a9ec-8843bc1cf98a.json +0 -1
  33. /package/.nyc_output/{ad53a51b-f5e5-41b3-9fb0-7f8a95a633c0.json → 1c20e021-55c2-4777-a321-713348b3bffd.json} +0 -0
  34. /package/.nyc_output/{b691e3d3-398b-4603-a9ec-8843bc1cf98a.json → ee6ea147-1148-4f46-bce7-6b2f9e0b1410.json} +0 -0
@@ -6,7 +6,7 @@ orbs:
6
6
  jobs:
7
7
  e2e_test_as_node_module:
8
8
  docker:
9
- - image: cimg/node:current
9
+ - image: cimg/node:22.4.1
10
10
  working_directory: ~/repo
11
11
  steps:
12
12
  - checkout
@@ -15,7 +15,7 @@ jobs:
15
15
 
16
16
  e2e_test_as_cli:
17
17
  docker:
18
- - image: cimg/node:current
18
+ - image: cimg/node:22.4.1
19
19
  working_directory: ~/repo
20
20
  steps:
21
21
  - checkout
@@ -66,9 +66,9 @@ jobs:
66
66
  name: Publish package
67
67
  command: npm publish
68
68
 
69
- does_typescript_compile:
69
+ does_typescript_compile:
70
70
  docker:
71
- - image: cimg/node:current
71
+ - image: cimg/node:22.4.1
72
72
  working_directory: ~/repo
73
73
  steps:
74
74
  - checkout
@@ -97,7 +97,7 @@ workflows:
97
97
  v: "lts"
98
98
  - unit_test:
99
99
  name: Unit tests with Node current
100
- v: "current"
100
+ v: "22.4.1"
101
101
 
102
102
  test_and_deploy:
103
103
  jobs:
@@ -1 +1 @@
1
- * @auth0/dx-customer-dev-tools-engineer
1
+ * @auth0/project-dx-sdks-engineer-codeowner