@types/serviceworker 0.0.144 → 0.0.145

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/iterable.d.ts CHANGED
@@ -107,7 +107,7 @@ interface IDBDatabase {
107
107
 
108
108
  interface IDBObjectStore {
109
109
  /**
110
- * The **`createIndex()`** method of the field/column defining a new data point for each database record to contain.
110
+ * The **`createIndex()`** method of the IDBObjectStore interface creates and returns a new IDBIndex object in the connected database.
111
111
  *
112
112
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)
113
113
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/serviceworker",
3
- "version": "0.0.144",
3
+ "version": "0.0.145",
4
4
  "description": "Types for the global scope of Service Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],