@types/sharedb 5.1.1 → 6.0.0

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 (2) hide show
  1. sharedb/README.md +2 -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: Fri, 17 Apr 2026 12:48:05 GMT
11
+ * Last updated: Sat, 18 Jul 2026 15:19:45 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), and [Craig Beck](https://github.com/craigbeck).
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.1",
3
+ "version": "6.0.0",
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": "443d4b1ff851f8daa543926a236c92f63fe218fc978e04c78f88adfa6e89ee47",
50
- "typeScriptVersion": "5.3"
54
+ "typesPublisherContentHash": "c8612cb99d64c79c20b871014b3650ee7ff0b650ab88f2997ae16a4453ad1f49",
55
+ "typeScriptVersion": "5.6"
51
56
  }