@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.
- package/dist/{index.js → index.cjs} +2 -2
- package/dist/index.d.cts +3 -0
- package/dist/{learn-cloud-plugin.cjs.development.js → learn-cloud-plugin.cjs.development.cjs} +3 -3
- package/dist/{learn-cloud-plugin.cjs.production.min.js → learn-cloud-plugin.cjs.production.min.cjs} +3 -3
- package/dist/{learn-cloud-plugin.cjs.production.min.js.map → learn-cloud-plugin.cjs.production.min.cjs.map} +1 -1
- package/dist/learn-cloud-plugin.esm.js +2 -2
- package/package.json +22 -9
- /package/dist/{learn-cloud-plugin.cjs.development.js.map → learn-cloud-plugin.cjs.development.cjs.map} +0 -0
|
@@ -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.
|
|
4
|
+
module.exports = require('./learn-cloud-plugin.cjs.production.min.cjs');
|
|
5
5
|
} else {
|
|
6
|
-
module.exports = require('./learn-cloud-plugin.cjs.development.
|
|
6
|
+
module.exports = require('./learn-cloud-plugin.cjs.development.cjs');
|
|
7
7
|
}
|
package/dist/index.d.cts
ADDED
package/dist/{learn-cloud-plugin.cjs.development.js → learn-cloud-plugin.cjs.development.cjs}
RENAMED
|
@@ -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.
|
|
21717
|
+
//# sourceMappingURL=learn-cloud-plugin.cjs.development.cjs.map
|