@types/chrome 0.0.159 → 0.0.160

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. chrome/README.md +1 -1
  2. chrome/index.d.ts +2 -2
  3. chrome/package.json +2 -2
chrome/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Chrome extension development (http://
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 08 Oct 2021 16:31:22 GMT
11
+ * Last updated: Sat, 23 Oct 2021 18:31:19 GMT
12
12
  * Dependencies: [@types/filesystem](https://npmjs.com/package/@types/filesystem), [@types/har-format](https://npmjs.com/package/@types/har-format)
13
13
  * Global values: `chrome`
14
14
 
chrome/index.d.ts CHANGED
@@ -6195,7 +6195,7 @@ declare namespace chrome.serial {
6195
6195
  /** Flag indicating whether the connection is blocked from firing onReceive events. */
6196
6196
  paused: boolean;
6197
6197
  /** See ConnectionOptions.persistent */
6198
- peristent: boolean;
6198
+ persistent: boolean;
6199
6199
  /** See ConnectionOptions.name */
6200
6200
  name: string;
6201
6201
  /** See ConnectionOptions.bufferSize */
@@ -6220,7 +6220,7 @@ declare namespace chrome.serial {
6220
6220
  export interface ConnectionOptions {
6221
6221
  /** Optional. Flag indicating whether or not the connection should be left open when the application is suspended (see Manage App Lifecycle: https://developer.chrome.com/apps/app_lifecycle).
6222
6222
  * The default value is "false." When the application is loaded, any serial connections previously opened with persistent=true can be fetched with getConnections. */
6223
- peristent?: boolean | undefined;
6223
+ persistent?: boolean | undefined;
6224
6224
  /** Optional. An application-defined string to associate with the connection. */
6225
6225
  name?: string | undefined;
6226
6226
  /** Optional. The size of the buffer used to receive data. The default value is 4096. */
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.159",
3
+ "version": "0.0.160",
4
4
  "description": "TypeScript definitions for Chrome extension development",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
6
6
  "license": "MIT",
@@ -98,6 +98,6 @@
98
98
  "@types/filesystem": "*",
99
99
  "@types/har-format": "*"
100
100
  },
101
- "typesPublisherContentHash": "a04bf9677124c275908329b4be2146fbc75190a247fb61ad461844199cceee40",
101
+ "typesPublisherContentHash": "b51f40588590dbced89b9018e1fdd44615575de3277c0d367e5afdf234f7a119",
102
102
  "typeScriptVersion": "3.7"
103
103
  }