@learncard/expiration-plugin 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -6,3 +6,4 @@ export * from './types';
6
6
  * @group Plugins
7
7
  */
8
8
  export declare const expirationPlugin: (learnCard: LearnCard<any, any, VerifyExtension>) => ExpirationPlugin;
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,cAAc,SAAS,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,gBAAgB,cACd,UAAU,GAAG,EAAE,GAAG,EAAE,eAAe,CAAC,KAChD,gBAiBD,CAAC"}
package/dist/types.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  import { Plugin } from '@learncard/core';
2
2
  import { VerifyExtension } from '@learncard/vc-plugin';
3
3
  export type ExpirationPlugin = Plugin<'Expiration', any, VerifyExtension>;
4
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,YAAY,EAAE,GAAG,EAAE,eAAe,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/expiration-plugin",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/expiration-plugin.esm.js",
@@ -31,8 +31,8 @@
31
31
  "types": "./dist/index.d.ts",
32
32
  "dependencies": {
33
33
  "why-is-node-running": "^2.2.2",
34
- "@learncard/core": "9.1.3",
35
- "@learncard/vc-plugin": "^1.1.5"
34
+ "@learncard/vc-plugin": "^1.1.6",
35
+ "@learncard/core": "9.1.4"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",