intergalactic 15.82.2-prerelease.2 → 15.82.2-prerelease.4
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/package.json
CHANGED
@@ -3,20 +3,9 @@
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
4
4
|
value: true
|
5
5
|
});
|
6
|
-
var _exportNames = {
|
7
|
-
UnknownProperties: true
|
8
|
-
};
|
9
|
-
Object.defineProperty(exports, "UnknownProperties", {
|
10
|
-
enumerable: true,
|
11
|
-
get: function get() {
|
12
|
-
return _UnknownProperties.UnknownProperties;
|
13
|
-
}
|
14
|
-
});
|
15
|
-
var _UnknownProperties = require("./UnknownProperties");
|
16
6
|
var _Component = require("./Component");
|
17
7
|
Object.keys(_Component).forEach(function (key) {
|
18
8
|
if (key === "default" || key === "__esModule") return;
|
19
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
20
9
|
if (key in exports && exports[key] === _Component[key]) return;
|
21
10
|
Object.defineProperty(exports, key, {
|
22
11
|
enumerable: true,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","names":["
|
1
|
+
{"version":3,"file":"index.js","names":["_Component","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["../../../src/core/types/index.ts"],"sourcesContent":["import type { UnknownProperties } from './UnknownProperties';\n\nexport * from './Component';\n\nexport { UnknownProperties };\n"],"mappings":";;;;;AAEA,IAAAA,UAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,UAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,UAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAT,UAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/core/types/index.ts"],"sourcesContent":["import type { UnknownProperties } from './UnknownProperties';\n\nexport * from './Component';\n\nexport { UnknownProperties };\n"],"mappings":"AAEA,cAAc,iBAAa;AAAC"}
|