@timeback/core 0.1.4 → 0.1.6

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/types.js CHANGED
@@ -1,20 +1,4 @@
1
- import { createRequire } from "node:module";
2
- var __create = Object.create;
3
- var __getProtoOf = Object.getPrototypeOf;
4
1
  var __defProp = Object.defineProperty;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __toESM = (mod, isNodeMode, target) => {
8
- target = mod != null ? __create(__getProtoOf(mod)) : {};
9
- const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
10
- for (let key of __getOwnPropNames(mod))
11
- if (!__hasOwnProp.call(to, key))
12
- __defProp(to, key, {
13
- get: () => mod[key],
14
- enumerable: true
15
- });
16
- return to;
17
- };
18
2
  var __export = (target, all) => {
19
3
  for (var name in all)
20
4
  __defProp(target, name, {
@@ -24,17 +8,17 @@ var __export = (target, all) => {
24
8
  set: (newValue) => all[name] = () => newValue
25
9
  });
26
10
  };
27
- var __require = /* @__PURE__ */ createRequire(import.meta.url);
11
+ var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
28
12
 
29
- // ../oneroster/dist/types.js
30
- var exports_types = {};
31
- __export(exports_types, {
32
- default: () => types_default
13
+ // ../oneroster/dist/public-types.js
14
+ var exports_public_types = {};
15
+ __export(exports_public_types, {
16
+ default: () => public_types_default
33
17
  });
34
- var types_default = undefined;
35
- // ../caliper/dist/types.js
36
- var exports_types2 = {};
37
- __export(exports_types2, {
18
+ var public_types_default = undefined;
19
+ // ../caliper/dist/public-types.js
20
+ var exports_public_types2 = {};
21
+ __export(exports_public_types2, {
38
22
  CALIPER_DATA_VERSION: () => CALIPER_DATA_VERSION
39
23
  });
40
24
  var TypeScriptPackages = {
@@ -46,28 +30,28 @@ var TYPESCRIPT_RUNNER = {
46
30
  bin: "tsgo"
47
31
  };
48
32
  var CALIPER_DATA_VERSION = "http://purl.imsglobal.org/ctx/caliper/v1p2";
49
- // ../edubridge/dist/types.js
50
- var exports_types3 = {};
51
- __export(exports_types3, {
52
- default: () => types_default2
33
+ // ../edubridge/dist/public-types.js
34
+ var exports_public_types3 = {};
35
+ __export(exports_public_types3, {
36
+ default: () => public_types_default2
53
37
  });
54
- var types_default2 = undefined;
55
- // ../qti/dist/types.js
56
- var exports_types4 = {};
57
- __export(exports_types4, {
58
- default: () => types_default3
38
+ var public_types_default2 = undefined;
39
+ // ../qti/dist/public-types.js
40
+ var exports_public_types4 = {};
41
+ __export(exports_public_types4, {
42
+ default: () => public_types_default3
59
43
  });
60
- var types_default3 = undefined;
61
- // ../powerpath/dist/types.js
62
- var exports_types5 = {};
63
- __export(exports_types5, {
64
- default: () => types_default4
44
+ var public_types_default3 = undefined;
45
+ // ../powerpath/dist/public-types.js
46
+ var exports_public_types5 = {};
47
+ __export(exports_public_types5, {
48
+ default: () => public_types_default4
65
49
  });
66
- var types_default4 = undefined;
50
+ var public_types_default4 = undefined;
67
51
  export {
68
- exports_types4 as Qti,
69
- exports_types5 as PowerPath,
70
- exports_types as OneRoster,
71
- exports_types3 as Edubridge,
72
- exports_types2 as Caliper
52
+ exports_public_types4 as Qti,
53
+ exports_public_types5 as PowerPath,
54
+ exports_public_types as OneRoster,
55
+ exports_public_types3 as Edubridge,
56
+ exports_public_types2 as Caliper
73
57
  };