@bigtest/agent
Advanced tools
Comparing version 0.1.0-41bb35f to 0.1.0-4f2b28b
@@ -1,16 +0,1 @@ | ||
import { Operation } from 'effection'; | ||
interface Options { | ||
port: number; | ||
externalURL?: string; | ||
} | ||
export declare class AgentServer { | ||
url: string; | ||
protected appDir: string; | ||
protected constructor(url: string, appDir: string); | ||
static create(options: Options, appDir?: string): AgentServer; | ||
connectURL(connectBackURL: string): string; | ||
get harnessScriptURL(): string; | ||
listen(): Operation; | ||
join(): Operation; | ||
} | ||
export {}; | ||
export { AgentServer } from './server'; |
{ | ||
"name": "@bigtest/agent", | ||
"version": "0.1.0-41bb35f", | ||
"version": "0.1.0-4f2b28b", | ||
"description": "Agent for connecting test environments (browsers) to BigTest", | ||
"main": "dist/agent.umd.js", | ||
"module": "dist/agent.esm.js", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
@@ -16,7 +15,7 @@ "repository": "https://github.com/thefrontside/bigtest.git", | ||
"scripts": { | ||
"lint": "eslint '**/*.ts'", | ||
"lint": "eslint '{app,bin,src,test}/**/*.ts'", | ||
"test": "mocha -r ts-node/register test/**/*.test.ts", | ||
"start": "ts-node bin/start.ts", | ||
"start": "parcel serve --out-dir dist/app app/index.html", | ||
"bundle": "parcel watch --out-dir dist/app app/index.html", | ||
"prepack": "microbundle --entry index.ts --output dist --format modern,es,umd && parcel build --out-dir dist/app app/index.html app/harness.ts" | ||
"prepack": "tsc --outdir dist --project tsconfig.dist.json --declaration --sourcemap && parcel build --out-dir dist/app app/index.html app/harness.ts" | ||
}, | ||
@@ -32,3 +31,2 @@ "devDependencies": { | ||
"expect": "^24.9.0", | ||
"microbundle": "^0.12.0-next.8", | ||
"mocha": "^6.2.2", | ||
@@ -45,3 +43,3 @@ "node-fetch": "^2.6.0", | ||
"bowser": "^2.9.0", | ||
"effection": "^0.5.0", | ||
"effection": "^0.5.1", | ||
"express": "^4.17.1" | ||
@@ -48,0 +46,0 @@ }, |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
14
212
4
90438
13
Updatedeffection@^0.5.1