@types/sharedb 5.1.1 → 5.1.2
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.
- sharedb/README.md +2 -2
- sharedb/package.json +8 -3
sharedb/README.md
CHANGED
|
@@ -8,8 +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:
|
|
11
|
+
* Last updated: Sat, 04 Jul 2026 16:21:36 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
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), [Christina Burger](https://github.com/pypmannetjies),
|
|
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), [Christina Burger](https://github.com/pypmannetjies), [Craig Beck](https://github.com/craigbeck), and [Dawid Kisielwski](https://github.com/dawidreedsy).
|
sharedb/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/sharedb",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
4
4
|
"description": "TypeScript definitions for sharedb",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sharedb",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,6 +34,11 @@
|
|
|
34
34
|
"name": "Craig Beck",
|
|
35
35
|
"githubUsername": "craigbeck",
|
|
36
36
|
"url": "https://github.com/craigbeck"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "Dawid Kisielwski",
|
|
40
|
+
"githubUsername": "dawidreedsy",
|
|
41
|
+
"url": "https://github.com/dawidreedsy"
|
|
37
42
|
}
|
|
38
43
|
],
|
|
39
44
|
"main": "",
|
|
@@ -46,6 +51,6 @@
|
|
|
46
51
|
"scripts": {},
|
|
47
52
|
"dependencies": {},
|
|
48
53
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
50
|
-
"typeScriptVersion": "5.
|
|
54
|
+
"typesPublisherContentHash": "36bb4634baf147b72bf80dc019557a0d93cfe2b1066da427397bbf7339d9060e",
|
|
55
|
+
"typeScriptVersion": "5.6"
|
|
51
56
|
}
|