@ctx-core/jwt 10.1.8 → 10.1.11

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,26 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/error: ^11.4.6 -> ^11.4.7
8
+ - @ctx-core/atob: ^10.0.55 -> ^10.0.56
9
+
10
+ ## 10.1.10
11
+
12
+ ### Patch Changes
13
+
14
+ - @ctx-core/function: 20.8.0
15
+
16
+ ## 10.1.9
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/error: ^11.4.5 -> ^11.4.6
21
+ - Updated dependencies
22
+ - @ctx-core/atob@10.0.55
23
+
3
24
  ## 10.1.8
4
25
 
5
26
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,5 @@
1
+
2
+
3
+
4
+
5
+
package/package.json CHANGED
@@ -1,54 +1,53 @@
1
1
  {
2
- "name": "@ctx-core/jwt",
3
- "version": "10.1.8",
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": "^10.0.54",
37
- "@ctx-core/error": "^11.4.5",
38
- "@ctx-core/function": "^20.7.1",
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
54
- }
2
+ "name": "@ctx-core/jwt",
3
+ "version": "10.1.11",
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.56",
28
+ "@ctx-core/error": "^11.4.7",
29
+ "@ctx-core/function": "^20.8.0",
30
+ "@swc/cli": "^0.1.57",
31
+ "@swc/core": "^1.2.178"
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
+ }
53
+ }
Binary file