@learncard/learn-cloud-plugin 2.3.25 → 2.3.26

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,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  if (process.env.NODE_ENV === 'production') {
4
- module.exports = require('./learn-cloud-plugin.cjs.production.min.js');
4
+ module.exports = require('./learn-cloud-plugin.cjs.production.min.cjs');
5
5
  } else {
6
- module.exports = require('./learn-cloud-plugin.cjs.development.js');
6
+ module.exports = require('./learn-cloud-plugin.cjs.development.cjs');
7
7
  }
@@ -0,0 +1,3 @@
1
+ export * from './types';
2
+ export * from './plugin';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -6116,7 +6116,7 @@ __export(index_exports, {
6116
6116
  module.exports = __toCommonJS(index_exports);
6117
6117
 
6118
6118
  // src/plugin.ts
6119
- var import_lodash = __toESM(require_lodash());
6119
+ var import_lodash = __toESM(require_lodash(), 1);
6120
6120
  var import_learn_cloud_client = require("@learncard/learn-cloud-client");
6121
6121
  var import_helpers = require("@learncard/helpers");
6122
6122
 
@@ -21133,7 +21133,7 @@ var AllocateCredentialStatusInputValidator = external_exports.object({
21133
21133
  }).default({});
21134
21134
 
21135
21135
  // src/helpers.ts
21136
- var import_json_stringify_deterministic = __toESM(require_lib());
21136
+ var import_json_stringify_deterministic = __toESM(require_lib(), 1);
21137
21137
 
21138
21138
  // ../../../node_modules/.pnpm/pbkdf2-hmac@1.2.1/node_modules/pbkdf2-hmac/dist/index.browser.esm.js
21139
21139
  var e = { "SHA-1": { outputLength: 20, blockSize: 64 }, "SHA-256": { outputLength: 32, blockSize: 64 }, "SHA-384": { outputLength: 48, blockSize: 128 }, "SHA-512": { outputLength: 64, blockSize: 128 } };
@@ -21714,4 +21714,4 @@ lodash/lodash.js:
21714
21714
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
21715
21715
  *)
21716
21716
  */
21717
- //# sourceMappingURL=learn-cloud-plugin.cjs.development.js.map
21717
+ //# sourceMappingURL=learn-cloud-plugin.cjs.development.cjs.map