@sphereon/oid4vci-common 0.10.4-next.21 → 0.10.4-next.22

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAa,MAAM,qBAAqB,CAAC;AAEzD,eAAO,MAAM,WAAW,SAAoB,CAAC;AAC7C,eAAO,MAAM,cAAc,sDAE1B,CAAC;AAEF,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAa,MAAM,qBAAqB,CAAC;AAEzD,eAAO,MAAM,WAAW,SAAkB,CAAC;AAC3C,eAAO,MAAM,cAAc,sDAE1B,CAAC;AAEF,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,UAAU,CAAC"}
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.VCI_LOG_COMMON = exports.VCI_LOGGERS = void 0;
18
18
  const ssi_types_1 = require("@sphereon/ssi-types");
19
- exports.VCI_LOGGERS = ssi_types_1.Loggers.default();
19
+ exports.VCI_LOGGERS = ssi_types_1.Loggers.DEFAULT;
20
20
  exports.VCI_LOG_COMMON = exports.VCI_LOGGERS.options('sphereon:oid4vci:common', { methods: [ssi_types_1.LogMethod.EVENT, ssi_types_1.LogMethod.DEBUG_PKG] }).get('sphereon:oid4vci:common');
21
21
  __exportStar(require("./functions"), exports);
22
22
  __exportStar(require("./types"), exports);
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mDAAyD;AAE5C,QAAA,WAAW,GAAG,mBAAO,CAAC,OAAO,EAAE,CAAC;AAChC,QAAA,cAAc,GAAG,mBAAW,CAAC,OAAO,CAAC,yBAAyB,EAAE,EAAE,OAAO,EAAE,CAAC,qBAAS,CAAC,KAAK,EAAE,qBAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,GAAG,CACnI,yBAAyB,CAC1B,CAAC;AAEF,8CAA4B;AAC5B,0CAAwB;AACxB,4DAA0C;AAC1C,2CAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mDAAyD;AAE5C,QAAA,WAAW,GAAG,mBAAO,CAAC,OAAO,CAAC;AAC9B,QAAA,cAAc,GAAG,mBAAW,CAAC,OAAO,CAAC,yBAAyB,EAAE,EAAE,OAAO,EAAE,CAAC,qBAAS,CAAC,KAAK,EAAE,qBAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,GAAG,CACnI,yBAAyB,CAC1B,CAAC;AAEF,8CAA4B;AAC5B,0CAAwB;AACxB,4DAA0C;AAC1C,2CAAyB"}
package/lib/index.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Loggers, LogMethod } from '@sphereon/ssi-types';
2
2
 
3
- export const VCI_LOGGERS = Loggers.default();
3
+ export const VCI_LOGGERS = Loggers.DEFAULT;
4
4
  export const VCI_LOG_COMMON = VCI_LOGGERS.options('sphereon:oid4vci:common', { methods: [LogMethod.EVENT, LogMethod.DEBUG_PKG] }).get(
5
5
  'sphereon:oid4vci:common',
6
6
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/oid4vci-common",
3
- "version": "0.10.4-next.21+366f8e2",
3
+ "version": "0.10.4-next.22+230ad37",
4
4
  "description": "OpenID 4 Verifiable Credential Issuance Common Types",
5
5
  "source": "lib/index.ts",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  "build:clean": "tsc --build --clean && tsc --build"
11
11
  },
12
12
  "dependencies": {
13
- "@sphereon/ssi-types": "0.24.1-unstable.112",
13
+ "@sphereon/ssi-types": "0.24.1-unstable.116",
14
14
  "cross-fetch": "^3.1.8",
15
15
  "jwt-decode": "^3.1.2",
16
16
  "sha.js": "^2.4.11",
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "366f8e2ba2abb8a02942e7d83786a4a97f2f29b4"
52
+ "gitHead": "230ad37b06cc6d7c91f4dd212463f274b5c6a6af"
53
53
  }