@portal-hq/injected-provider
Advanced tools
Comparing version 0.2.0-beta6 to 0.2.0-beta7
@@ -11,5 +11,11 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.injectionScript = void 0; | ||
const utils_1 = require("@portal-hq/utils"); | ||
const signers_1 = require("./signers"); | ||
var script_1 = require("./injection/script"); | ||
Object.defineProperty(exports, "injectionScript", { enumerable: true, get: function () { return __importDefault(script_1).default; } }); | ||
const signerMethods = [ | ||
@@ -16,0 +22,0 @@ 'eth_accounts', |
@@ -12,2 +12,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
import { PostMessageSigner } from './signers'; | ||
export { default as injectionScript } from './injection/script'; | ||
const signerMethods = [ | ||
@@ -14,0 +15,0 @@ 'eth_accounts', |
{ | ||
"name": "@portal-hq/injected-provider", | ||
"version": "0.2.0-beta6", | ||
"version": "0.2.0-beta7", | ||
"license": "MIT", | ||
@@ -15,2 +15,3 @@ "main": "lib/commonjs/index", | ||
"scripts": { | ||
"bundle": "webpack && node ./scripts/browser", | ||
"prepare": "yarn prepare:cjs && yarn prepare:esm", | ||
@@ -21,3 +22,3 @@ "prepare:cjs": "tsc --outDir lib/commonjs --module commonjs", | ||
"dependencies": { | ||
"@portal-hq/utils": "^0.2.0-beta6" | ||
"@portal-hq/utils": "^0.2.0-beta7" | ||
}, | ||
@@ -27,2 +28,3 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.19.3", | ||
"babel-loader": "^8.2.5", | ||
"terser-webpack-plugin": "^5.3.6", | ||
@@ -29,0 +31,0 @@ "ts-loader": "^9.4.1", |
@@ -22,2 +22,3 @@ import { | ||
export { default as injectionScript } from './injection/script' | ||
export { type GatewayLike, type RequestArguments } from '../types' | ||
@@ -24,0 +25,0 @@ |
373531
20
2799
8