@ctx-core/auth0-management 7.0.0 → 7.0.4

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,48 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 7.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: tsconfig.json: "rootDir": "."
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@27.0.4
10
+ - @ctx-core/fetch@11.0.96
11
+ - @ctx-core/object@22.0.3
12
+ - @ctx-core/store@27.0.50
13
+
14
+ ## 7.0.3
15
+
16
+ ### Patch Changes
17
+
18
+ - fix: package.json: exports
19
+ - Updated dependencies
20
+ - @ctx-core/auth0@27.0.3
21
+ - @ctx-core/fetch@11.0.95
22
+ - @ctx-core/object@22.0.2
23
+ - @ctx-core/store@27.0.49
24
+
25
+ ## 7.0.2
26
+
27
+ ### Patch Changes
28
+
29
+ - package.json: svelte: ./dist/index.js
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - @ctx-core/auth0@27.0.2
33
+ - @ctx-core/fetch@11.0.94
34
+ - @ctx-core/object@22.0.1
35
+ - @ctx-core/store@27.0.48
36
+
37
+ ## 7.0.1
38
+
39
+ ### Patch Changes
40
+
41
+ - svelte: 3.44.2 -> 3.44.3
42
+ - Updated dependencies
43
+ - @ctx-core/auth0@27.0.1
44
+ - @ctx-core/store@27.0.47
45
+
3
46
  ## 7.0.0
4
47
 
5
48
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "7.0.0",
3
+ "version": "7.0.4",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,10 +17,10 @@
17
17
  "license": "Apache-2.0",
18
18
  "author": "Brian Takita",
19
19
  "type": "module",
20
- "types": "./src/index.ts",
21
20
  "exports": {
22
21
  ".": {
23
- "import": "./dist/index.js"
22
+ "import": "./dist/index.js",
23
+ "types": "./src/index.ts"
24
24
  },
25
25
  "./package.json": "./package.json"
26
26
  },
@@ -30,26 +30,28 @@
30
30
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
31
31
  },
32
32
  "dependencies": {
33
- "@ctx-core/auth0": "^27.0.0",
34
- "@ctx-core/fetch": "^11.0.93",
35
- "@ctx-core/object": "^22.0.0",
36
- "@ctx-core/store": "^27.0.46",
33
+ "@ctx-core/auth0": "^27.0.4",
34
+ "@ctx-core/fetch": "^11.0.96",
35
+ "@ctx-core/object": "^22.0.3",
36
+ "@ctx-core/store": "^27.0.50",
37
37
  "auth0": "^2.37.0",
38
- "svelte": "3.44.2"
38
+ "svelte": "^3.44.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@ctx-core/uri": "^12.0.26",
42
- "@swc/cli": "^0.1.52",
43
- "@swc/core": "^1.2.118",
41
+ "@ctx-core/uri": "^12.0.29",
42
+ "@swc/cli": "^0.1.55",
43
+ "@swc/core": "^1.2.120",
44
+ "rimraf": "^3.0.2",
44
45
  "typescript": "next"
45
46
  },
46
47
  "publishConfig": {
47
48
  "access": "public",
48
49
  "cache": "~/.npm"
49
50
  },
51
+ "svelte": "./dist/index.js",
50
52
  "scripts": {
51
53
  "build": "npm run compile",
52
- "clean": "rm -rf dist",
54
+ "clean": "rimraf dist",
53
55
  "compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
54
56
  "exec": "$@"
55
57
  }
package/tsconfig.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "../../node_modules/@types",
22
22
  "node_modules/@types"
23
23
  ],
24
- "rootDir": "src",
24
+ "rootDir": ".",
25
25
  "outDir": "dist",
26
26
  "mapRoot": "",
27
27
  "declarationDir": "dist",
package/COMMIT_EDITMSG DELETED
@@ -1 +0,0 @@
1
-