Skip to content

Commit

Permalink
release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krisselden committed Aug 23, 2018
1 parent e2de465 commit 89d65eb
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 87 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/rimraf": "*",
"@types/ws": "*",
"chrome-launcher": "^0.10.2",
"execa": "^0.11.0",
"execa": "^0.10.0",
"mktemp": "^0.4.0",
"rimraf": "^2.5.1",
"ws": "^6.0.0"
Expand All @@ -56,11 +56,11 @@
"@types/got": "^8.3.3",
"@types/tape": "^4.2.32",
"faucet": "0.0.1",
"got": "^9.0.0",
"got": "^8.3.2",
"prettier": "^1.14.0",
"tape": "^4.9.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-prettier": "^1.14.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion protocol/1-2.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Debugging Protocol 1.2 Domains
* Generated on Mon Aug 20 2018 10:05:40 GMT-0700 (PDT)
* Generated on Wed Aug 01 2018 17:01:09 GMT-0700 (PDT)
*/
/* tslint:disable */
import { IDebuggingProtocolClient } from "../lib/types";
Expand Down
2 changes: 1 addition & 1 deletion protocol/1-3.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Debugging Protocol Domains
* Generated on Mon Aug 20 2018 10:05:40 GMT-0700 (PDT)
* Generated on Wed Aug 01 2018 17:01:09 GMT-0700 (PDT)
*/
/* tslint:disable */
import { IDebuggingProtocolClient } from "../lib/types";
Expand Down
15 changes: 1 addition & 14 deletions protocol/tot.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Debugging Protocol Domains
* Generated on Mon Aug 20 2018 10:05:40 GMT-0700 (PDT)
* Generated on Wed Aug 01 2018 17:01:09 GMT-0700 (PDT)
*/
/* tslint:disable */
import { IDebuggingProtocolClient } from "../lib/types";
Expand Down Expand Up @@ -4084,19 +4084,6 @@ export namespace Memory {
/** Array of heap profile samples. */
export interface SamplingProfile {
samples: SamplingProfileNode[];
modules: Module[];
}
/** Executable module information */
export interface Module {
/** Name of the module. */
name: string;
/** UUID of the module. */
uuid: string;
/** Base address where the module is loaded into memory. Encoded as a decimal
or hexadecimal (0x prefixed) string. */
baseAddress: string;
/** Size of the module in bytes. */
size: number;
}
export type GetDOMCountersReturn = {
documents: number;
Expand Down
2 changes: 1 addition & 1 deletion protocol/v8.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Debugging Protocol 1.3 Domains
* Generated on Mon Aug 20 2018 10:05:40 GMT-0700 (PDT)
* Generated on Wed Aug 01 2018 17:01:09 GMT-0700 (PDT)
*/
/* tslint:disable */
import { IDebuggingProtocolClient } from "../lib/types";
Expand Down
Loading

0 comments on commit 89d65eb

Please sign in to comment.