@ctx-core/auth0-management 9.4.14 → 9.4.17

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/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.4.17
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^38.2.20 -> ^38.2.21
8
+ - @ctx-core/env: ^17.2.94 -> ^17.2.95
9
+
10
+ ## 9.4.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @ctx-core/nanostores@4.0.3
16
+
17
+ ## 9.4.15
18
+
19
+ ### Patch Changes
20
+
21
+ - fix: types:
22
+
23
+ AUTH0_MANAGEMENT_ID__
24
+ AUTH0_MANAGEMENT_ID_
25
+ AUTH0_MANAGEMENT_ID__set
26
+ AUTH0_MANAGEMENT_SECRET__
27
+ AUTH0_MANAGEMENT_SECRET_
28
+ AUTH0_MANAGEMENT_SECRET__set
29
+
30
+ - Updated dependencies
31
+ - @ctx-core/auth0@38.2.20
32
+
3
33
  ## 9.4.14
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.4.14",
3
+ "version": "9.4.17",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,12 +28,12 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^38.2.19",
32
- "@ctx-core/env": "^17.2.94",
31
+ "@ctx-core/auth0": "^38.2.21",
32
+ "@ctx-core/env": "^17.2.95",
33
33
  "@ctx-core/error": "^12.3.29",
34
34
  "@ctx-core/fetch": "^12.10.5",
35
35
  "@ctx-core/fetch-undici": "^2.6.61",
36
- "@ctx-core/nanostores": "4.0.2",
36
+ "@ctx-core/nanostores": "4.0.3",
37
37
  "@ctx-core/object": "^27.4.26",
38
38
  "@ctx-core/uri": "^12.4.41",
39
39
  "auth0": "^3.4.0"
@@ -1,6 +1,8 @@
1
- import type { be_atom_triple_T } from '@ctx-core/nanostores'
1
+ import type { be_atom_triple_T, WritableAtom_ } from '@ctx-core/nanostores'
2
2
  export declare const [
3
3
  AUTH0_MANAGEMENT_ID__,
4
4
  AUTH0_MANAGEMENT_ID_,
5
5
  AUTH0_MANAGEMENT_ID__set,
6
- ]:be_atom_triple_T<string>
6
+ ]:be_atom_triple_T<
7
+ WritableAtom_<string>
8
+ >
@@ -1,6 +1,8 @@
1
- import type { be_atom_triple_T } from '@ctx-core/nanostores'
1
+ import type { be_atom_triple_T, WritableAtom_ } from '@ctx-core/nanostores'
2
2
  export declare const [
3
3
  AUTH0_MANAGEMENT_SECRET__,
4
4
  AUTH0_MANAGEMENT_SECRET_,
5
5
  AUTH0_MANAGEMENT_SECRET__set,
6
- ]:be_atom_triple_T<string>
6
+ ]:be_atom_triple_T<
7
+ WritableAtom_<string>
8
+ >