Skip to content

Commit

Permalink
update protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
krisselden committed Mar 17, 2018
1 parent c2fde2d commit 8d91587
Show file tree
Hide file tree
Showing 7 changed files with 4,568 additions and 100 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "chrome-debugging-client",
"version": "0.4.5",
"description":
"An async/await friendly Chrome debugging client with TypeScript support",
"keywords": ["chrome", "debugging", "protocol", "typescript"],
"description": "An async/await friendly Chrome debugging client with TypeScript support",
"keywords": [
"chrome",
"debugging",
"protocol",
"typescript"
],
"main": "dist/index.js",
"files": [
"dist/index.d.ts",
Expand All @@ -22,8 +26,7 @@
"scripts": {
"prepare": "npm run rebuild",
"compile-protocol-gen": "tsc -p scripts/tsconfig.json",
"protocol-gen":
"npm run compile-protocol-gen && node dist/scripts/generate-protocol.js",
"protocol-gen": "npm run compile-protocol-gen && node dist/scripts/generate-protocol.js",
"rebuild": "rm -rf dist && tsc",
"compile": "tsc --watch",
"lint": "tslint -p tsconfig.json",
Expand All @@ -47,7 +50,9 @@
},
"devDependencies": {
"@types/execa": "^0.9.0",
"@types/got": "^7.1.8",
"faucet": "0.0.1",
"got": "^8.3.0",
"tape": "^4.9.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
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 Dec 11 2017 15:06:38 GMT-0800 (PST)
* Generated on Sat Mar 17 2018 16:21:03 GMT-0700 (PDT)
*/
/* tslint:disable */
import { IDebuggingProtocolClient } from "../lib/types";
Expand Down
Loading

0 comments on commit 8d91587

Please sign in to comment.