@types/sharedb 3.3.6 → 3.3.7

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.
Files changed (3) hide show
  1. sharedb/README.md +1 -2
  2. sharedb/index.d.ts +0 -10
  3. sharedb/package.json +12 -12
sharedb/README.md CHANGED
@@ -8,9 +8,8 @@ This package contains type definitions for sharedb (https://github.com/share/sha
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sharedb.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 17 Oct 2023 16:37:24 GMT
11
+ * Last updated: Wed, 18 Oct 2023 11:45:06 GMT
12
12
  * Dependencies: none
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Steve Oney](https://github.com/soney), [Eric Hwang](https://github.com/ericyhwang), [Peter Xu](https://github.com/pxpeterxu), [Alec Gibson](https://github.com/alecgibson), and [Christina Burger](https://github.com/pypmannetjies).
sharedb/index.d.ts CHANGED
@@ -1,13 +1,3 @@
1
- // Type definitions for sharedb 3.3
2
- // Project: https://github.com/share/sharedb
3
- // Definitions by: Steve Oney <https://github.com/soney>
4
- // Eric Hwang <https://github.com/ericyhwang>
5
- // Peter Xu <https://github.com/pxpeterxu>
6
- // Alec Gibson <https://github.com/alecgibson>
7
- // Christina Burger <https://github.com/pypmannetjies>
8
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
9
- // TypeScript Version: 3.0
10
-
11
1
  /// <reference path="lib/sharedb.d.ts" />
12
2
 
13
3
  import { EventEmitter } from "events";
sharedb/package.json CHANGED
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "name": "@types/sharedb",
3
- "version": "3.3.6",
3
+ "version": "3.3.7",
4
4
  "description": "TypeScript definitions for sharedb",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sharedb",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Steve Oney",
10
- "url": "https://github.com/soney",
11
- "githubUsername": "soney"
10
+ "githubUsername": "soney",
11
+ "url": "https://github.com/soney"
12
12
  },
13
13
  {
14
14
  "name": "Eric Hwang",
15
- "url": "https://github.com/ericyhwang",
16
- "githubUsername": "ericyhwang"
15
+ "githubUsername": "ericyhwang",
16
+ "url": "https://github.com/ericyhwang"
17
17
  },
18
18
  {
19
19
  "name": "Peter Xu",
20
- "url": "https://github.com/pxpeterxu",
21
- "githubUsername": "pxpeterxu"
20
+ "githubUsername": "pxpeterxu",
21
+ "url": "https://github.com/pxpeterxu"
22
22
  },
23
23
  {
24
24
  "name": "Alec Gibson",
25
- "url": "https://github.com/alecgibson",
26
- "githubUsername": "alecgibson"
25
+ "githubUsername": "alecgibson",
26
+ "url": "https://github.com/alecgibson"
27
27
  },
28
28
  {
29
29
  "name": "Christina Burger",
30
- "url": "https://github.com/pypmannetjies",
31
- "githubUsername": "pypmannetjies"
30
+ "githubUsername": "pypmannetjies",
31
+ "url": "https://github.com/pypmannetjies"
32
32
  }
33
33
  ],
34
34
  "main": "",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "8e778aefbdb74140b0d1ad976733fb882fa3029b02c493708ca8808883ec2670",
43
+ "typesPublisherContentHash": "46d24f74d1dfce18e6a2214c49ac62ce3f7a0d5d25218f3818726c3a7d70d165",
44
44
  "typeScriptVersion": "4.5"
45
45
  }