@ctx-core/jwt 10.1.7 → 10.1.10

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,30 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/function: 20.8.0
8
+
9
+ ## 10.1.9
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/error: ^11.4.5 -> ^11.4.6
14
+ - Updated dependencies
15
+ - @ctx-core/atob@10.0.55
16
+
17
+ ## 10.1.8
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/function: 20.7.1
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - @ctx-core/atob@10.0.54
25
+ - @ctx-core/error@11.4.5
26
+ - @ctx-core/function@20.7.2
27
+
3
28
  ## 10.1.7
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,54 +1,53 @@
1
1
  {
2
- "name": "@ctx-core/jwt",
3
- "version": "10.1.7",
4
- "description": "ctx-core jwt",
5
- "keywords": [
6
- "ctx-core",
7
- "jwt"
8
- ],
9
- "homepage": "https://github.com/ctx-core/jwt#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/jwt/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/jwt.git"
16
- },
17
- "license": "Apache-2.0",
18
- "author": "Brian Takita",
19
- "type": "module",
20
- "types": "./src/index.d.ts",
21
- "svelte": "./src/index.js",
22
- "exports": {
23
- ".": "./src/index.js",
24
- "./package.json": "./package.json"
25
- },
26
- "scripts": {
27
- "build": ":",
28
- "clean": ":",
29
- "exec": "$@",
30
- "prepublishOnly": "npm run clean && npm run build && npm run test",
31
- "test": "pnpm test-unit && check-dts",
32
- "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
33
- "test-unit-coverage": "c8 pnpm test-unit"
34
- },
35
- "dependencies": {
36
- "@ctx-core/atob": "workspace:^10.0.53",
37
- "@ctx-core/error": "workspace:^11.4.4",
38
- "@ctx-core/function": "workspace:^20.7.0",
39
- "@swc/cli": "^0.1.57",
40
- "@swc/core": "^1.2.171"
41
- },
42
- "devDependencies": {
43
- "c8": "^7.11.2",
44
- "check-dts": "^0.6.7",
45
- "tsm": "^2.2.1",
46
- "typescript": "next",
47
- "uvu": "^0.5.3"
48
- },
49
- "publishConfig": {
50
- "access": "public",
51
- "cache": "~/.npm"
52
- },
53
- "sideEffects": false
2
+ "name": "@ctx-core/jwt",
3
+ "version": "10.1.10",
4
+ "description": "ctx-core jwt",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "jwt"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/jwt#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/jwt/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/jwt.git"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "author": "Brian Takita",
19
+ "type": "module",
20
+ "types": "./src/index.d.ts",
21
+ "svelte": "./src/index.js",
22
+ "exports": {
23
+ ".": "./src/index.js",
24
+ "./package.json": "./package.json"
25
+ },
26
+ "dependencies": {
27
+ "@ctx-core/atob": "^10.0.55",
28
+ "@ctx-core/error": "^11.4.6",
29
+ "@ctx-core/function": "^20.8.0",
30
+ "@swc/cli": "^0.1.57",
31
+ "@swc/core": "^1.2.177"
32
+ },
33
+ "devDependencies": {
34
+ "c8": "^7.11.2",
35
+ "check-dts": "^0.6.7",
36
+ "tsm": "^2.2.1",
37
+ "typescript": "next",
38
+ "uvu": "^0.5.3"
39
+ },
40
+ "publishConfig": {
41
+ "access": "public",
42
+ "cache": "~/.npm"
43
+ },
44
+ "sideEffects": false,
45
+ "scripts": {
46
+ "build": ":",
47
+ "clean": ":",
48
+ "exec": "$@",
49
+ "test": "pnpm test-unit && check-dts",
50
+ "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
51
+ "test-unit-coverage": "c8 pnpm test-unit"
52
+ }
54
53
  }
Binary file