@sphereon/ssi-sdk-ext.jwt-service 0.28.1-feature.oyd.cmsm.improv.20 → 0.28.1-next.53

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/package.json CHANGED
@@ -1,40 +1,53 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk-ext.jwt-service",
3
- "version": "0.28.1-feature.oyd.cmsm.improv.20+7c3cf5a",
4
- "source": "src/index.ts",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
3
+ "version": "0.28.1-next.53+5199437",
4
+ "source": "./src/index.ts",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ "react-native": "./dist/index.js",
11
+ "import": {
12
+ "types": "./dist/index.d.ts",
13
+ "import": "./dist/index.js"
14
+ },
15
+ "require": {
16
+ "types": "./dist/index.d.cts",
17
+ "require": "./dist/index.cjs"
18
+ }
19
+ },
7
20
  "veramo": {
8
21
  "pluginInterfaces": {
9
22
  "IJwtService": "./src/types/IJwtService.ts"
10
23
  }
11
24
  },
12
25
  "scripts": {
13
- "build": "tsc --build",
14
- "build:clean": "tsc --build --clean && tsc --build",
26
+ "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json && sphereon dev generate-plugin-schema",
15
27
  "generate-plugin-schema": "sphereon dev generate-plugin-schema"
16
28
  },
17
29
  "dependencies": {
18
- "@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.oyd.cmsm.improv.20+7c3cf5a",
19
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-feature.oyd.cmsm.improv.20+7c3cf5a",
20
- "@sphereon/ssi-sdk-ext.key-manager": "0.28.1-feature.oyd.cmsm.improv.20+7c3cf5a",
21
- "@sphereon/ssi-sdk-ext.key-utils": "0.28.1-feature.oyd.cmsm.improv.20+7c3cf5a",
22
- "@sphereon/ssi-sdk-ext.x509-utils": "0.28.1-feature.oyd.cmsm.improv.20+7c3cf5a",
23
- "@sphereon/ssi-sdk.agent-config": "0.30.2-feature.SDK.41.oidf.support.286",
24
- "@sphereon/ssi-types": "0.30.2-feature.SDK.41.oidf.support.286",
30
+ "@sphereon/ssi-sdk-ext.did-utils": "0.28.1-next.53+5199437",
31
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-next.53+5199437",
32
+ "@sphereon/ssi-sdk-ext.key-manager": "0.28.1-next.53+5199437",
33
+ "@sphereon/ssi-sdk-ext.key-utils": "0.28.1-next.53+5199437",
34
+ "@sphereon/ssi-sdk-ext.x509-utils": "0.28.1-next.53+5199437",
35
+ "@sphereon/ssi-sdk.agent-config": "0.33.1-feature.jose.vcdm.67",
36
+ "@sphereon/ssi-types": "0.33.1-feature.jose.vcdm.67",
25
37
  "@stablelib/random": "^1.0.2",
26
38
  "@veramo/core": "4.2.0",
27
39
  "@veramo/utils": "4.2.0",
28
40
  "debug": "^4.3.4",
29
- "jose": "^5.9.3",
41
+ "jose": "^5.10.0",
30
42
  "jwt-decode": "^4.0.0",
31
- "uint8arrays": "^3.1.1"
43
+ "uint8arrays": "3.1.1"
32
44
  },
33
45
  "devDependencies": {
34
- "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.28.1-feature.oyd.cmsm.improv.20+7c3cf5a",
35
- "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.28.1-feature.oyd.cmsm.improv.20+7c3cf5a",
36
- "@sphereon/ssi-sdk-ext.kms-local": "0.28.1-feature.oyd.cmsm.improv.20+7c3cf5a",
37
- "@sphereon/ssi-sdk.dev": "0.30.2-feature.SDK.41.oidf.support.286",
46
+ "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.28.1-next.53+5199437",
47
+ "@sphereon/ssi-sdk-ext.did-provider-web": "0.28.1-next.53+5199437",
48
+ "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.28.1-next.53+5199437",
49
+ "@sphereon/ssi-sdk-ext.kms-local": "0.28.1-next.53+5199437",
50
+ "@sphereon/ssi-sdk.dev": "0.33.0",
38
51
  "@veramo/data-store": "4.2.0",
39
52
  "@veramo/did-manager": "4.2.0",
40
53
  "@veramo/did-resolver": "4.2.0",
@@ -43,12 +56,14 @@
43
56
  "@veramo/remote-client": "4.2.0",
44
57
  "@veramo/remote-server": "4.2.0",
45
58
  "did-resolver": "^4.1.0",
59
+ "express": "^4.21.2",
46
60
  "js-crypto-key-utils": "^1.0.7",
47
- "typeorm": "0.3.20"
61
+ "typeorm": "0.3.20",
62
+ "web-did-resolver": "^2.0.30"
48
63
  },
49
64
  "files": [
50
- "dist/**/*",
51
- "src/**/*",
65
+ "dist",
66
+ "src",
52
67
  "plugin.schema.json",
53
68
  "README.md",
54
69
  "LICENSE"
@@ -68,5 +83,5 @@
68
83
  "X.509 Certificates",
69
84
  "ARF"
70
85
  ],
71
- "gitHead": "7c3cf5a3b32ef8a31744757aab14c21338880f79"
86
+ "gitHead": "5199437962ccac49358d94a2a5ed9c81ddb1f04b"
72
87
  }