@onekeyfe/cross-inpage-provider-core 2.1.7 → 2.1.8
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.
|
@@ -10,15 +10,25 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
11
11
|
o[k2] = m[k];
|
|
12
12
|
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
13
25
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
27
|
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.notification = void 0;
|
|
21
|
-
const notification_1 =
|
|
29
|
+
exports.isInSameOriginIframe = exports.notification = void 0;
|
|
30
|
+
const notification_1 = __importStar(require("./notification"));
|
|
22
31
|
exports.notification = notification_1.default;
|
|
32
|
+
Object.defineProperty(exports, "isInSameOriginIframe", { enumerable: true, get: function () { return notification_1.isInSameOriginIframe; } });
|
|
23
33
|
__exportStar(require("./swtichDefaultWalletNotification"), exports);
|
|
24
34
|
__exportStar(require("./switchNetworkNotification"), exports);
|
package/dist/cjs/versionInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import notification from './notification';
|
|
2
|
-
export { notification };
|
|
1
|
+
import notification, { isInSameOriginIframe } from './notification';
|
|
2
|
+
export { notification, isInSameOriginIframe };
|
|
3
3
|
export * from './swtichDefaultWalletNotification';
|
|
4
4
|
export * from './switchNetworkNotification';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import notification from './notification';
|
|
2
|
-
export { notification };
|
|
1
|
+
import notification, { isInSameOriginIframe } from './notification';
|
|
2
|
+
export { notification, isInSameOriginIframe };
|
|
3
3
|
export * from './swtichDefaultWalletNotification';
|
|
4
4
|
export * from './switchNetworkNotification';
|
package/dist/versionInfo.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/cross-inpage-provider-core",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.8",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"cross-inpage-provider"
|
|
6
6
|
],
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"build-version-info": "node ./scripts/buildVersionInfo.js"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@onekeyfe/cross-inpage-provider-errors": "2.1.
|
|
33
|
-
"@onekeyfe/cross-inpage-provider-events": "2.1.
|
|
34
|
-
"@onekeyfe/cross-inpage-provider-types": "2.1.
|
|
32
|
+
"@onekeyfe/cross-inpage-provider-errors": "2.1.8",
|
|
33
|
+
"@onekeyfe/cross-inpage-provider-events": "2.1.8",
|
|
34
|
+
"@onekeyfe/cross-inpage-provider-types": "2.1.8",
|
|
35
35
|
"events": "^3.3.0",
|
|
36
36
|
"lodash-es": "^4.17.21",
|
|
37
37
|
"ms": "^2.1.3"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/lodash-es": "^4.17.12"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "40fd9b618f62b24870523282fa47da5c2ca33d66"
|
|
43
43
|
}
|