@ctx-core/auth0-management 7.0.12 → 7.0.16

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 (2) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 7.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - sideEffects = false
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@28.0.14
10
+ - @ctx-core/fetch@11.0.109
11
+ - @ctx-core/object@22.0.12
12
+
13
+ ## 7.0.15
14
+
15
+ ### Patch Changes
16
+
17
+ - @swc/core: ^1.2.125 -> ^1.2.127
18
+ - svelte: ^3.44.3 -> ^3.45.0
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - @ctx-core/auth0@28.0.13
23
+ - @ctx-core/fetch@11.0.108
24
+ - @ctx-core/object@22.0.11
25
+
26
+ ## 7.0.14
27
+
28
+ ### Patch Changes
29
+
30
+ - update dependencies
31
+
32
+ ## 7.0.13
33
+
34
+ ### Patch Changes
35
+
36
+ - version bump
37
+ - Updated dependencies
38
+ - @ctx-core/auth0@28.0.11
39
+ - @ctx-core/fetch@11.0.106
40
+ - @ctx-core/object@22.0.10
41
+
3
42
  ## 7.0.12
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "7.0.12",
3
+ "version": "7.0.16",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -30,16 +30,16 @@
30
30
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
31
31
  },
32
32
  "dependencies": {
33
- "@ctx-core/auth0": "^28.0.9",
34
- "@ctx-core/fetch": "^11.0.104",
35
- "@ctx-core/object": "^22.0.8",
33
+ "@ctx-core/auth0": "^28.0.14",
34
+ "@ctx-core/fetch": "^11.0.109",
35
+ "@ctx-core/object": "^22.0.12",
36
36
  "auth0": "^2.37.0",
37
- "svelte": "^3.44.3"
37
+ "svelte": "^3.45.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@ctx-core/uri": "^12.0.35",
40
+ "@ctx-core/uri": "^12.0.38",
41
41
  "@swc/cli": "^0.1.55",
42
- "@swc/core": "^1.2.125",
42
+ "@swc/core": "^1.2.127",
43
43
  "rimraf": "^3.0.2",
44
44
  "typescript": "next"
45
45
  },
@@ -48,6 +48,7 @@
48
48
  "cache": "~/.npm"
49
49
  },
50
50
  "svelte": "./lib/index.js",
51
+ "sideEffects": false,
51
52
  "scripts": {
52
53
  "build": "npm run compile",
53
54
  "clean": "rimraf lib && npm run clean:tsbuildinfo",