@learncard/init 2.0.15 → 2.0.16

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.cjs ADDED
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ if (process.env.NODE_ENV === 'production') {
4
+ module.exports = require('./init.cjs.production.min.cjs');
5
+ } else {
6
+ module.exports = require('./init.cjs.development.cjs');
7
+ }
@@ -39,8 +39,8 @@ __export(src_exports, {
39
39
  module.exports = __toCommonJS(src_exports);
40
40
 
41
41
  // ../learn-card-core/dist/core.esm.js
42
- var ac = __toESM(require("abort-controller/dist/abort-controller.js"));
43
- var import_isomorphic_webcrypto = __toESM(require("isomorphic-webcrypto"));
42
+ var ac = __toESM(require("abort-controller/dist/abort-controller.js"), 1);
43
+ var import_isomorphic_webcrypto = __toESM(require("isomorphic-webcrypto"), 1);
44
44
  var __create2 = Object.create;
45
45
  var __defProp2 = Object.defineProperty;
46
46
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -3399,7 +3399,7 @@ var require_promise3 = __commonJS({
3399
3399
  module2.exports = parent;
3400
3400
  }
3401
3401
  });
3402
- var import_promise = __toESM2(require_promise3());
3402
+ var import_promise = __toESM2(require_promise3(), 1);
3403
3403
  var g = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : void 0;
3404
3404
  if (g) {
3405
3405
  if (typeof g.AbortController === "undefined") {
@@ -85595,4 +85595,4 @@ __name(initLearnCard, "initLearnCard");
85595
85595
  * @copyright Chen, Yi-Cyuan 2015-2018
85596
85596
  * @license MIT
85597
85597
  */
85598
- //# sourceMappingURL=init.cjs.development.js.map
85598
+ //# sourceMappingURL=init.cjs.development.cjs.map