@learncard/dynamic-loader-plugin 1.0.3 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -4,3 +4,4 @@ export * from './types';
4
4
  * @group Plugins
5
5
  */
6
6
  export declare const DynamicLoaderPlugin: DynamicLoaderPluginType;
7
+ //# 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,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAElD,cAAc,SAAS,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,uBAqBjC,CAAC"}
package/dist/types.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { Plugin } from '@learncard/core';
2
2
  export type DynamicLoaderPluginType = Plugin<'Dynamic Loader', 'context'>;
3
+ //# 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;AAEzC,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAC,gBAAgB,EAAE,SAAS,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/dynamic-loader-plugin",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/dynamic-loader-plugin.esm.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "types": "./dist/index.d.ts",
32
32
  "dependencies": {
33
- "@learncard/core": "9.1.3"
33
+ "@learncard/core": "9.2.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",