Skip to content

Commit 9c5eae2

Browse files
committed
Major updates
1 parent 7ce4d46 commit 9c5eae2

File tree

7 files changed

+862
-743
lines changed

7 files changed

+862
-743
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
.idea
3-
.DS_Store
3+
.DS_Store
4+
5+
dist

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

index.d.ts

Lines changed: 0 additions & 192 deletions
This file was deleted.

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "@constl/orbit-db-types",
3-
"private": false,
4-
"version": "2.0.6",
5-
"description": "Unofficial typings for orbit-db",
2+
"name": "@orbitdb/core-types",
3+
"version": "1.0.0",
4+
"description": "Official typings for OrbitDB",
65
"types": "index.d.ts",
76
"type": "module",
87
"repository": {
@@ -21,13 +20,16 @@
2120
},
2221
"homepage": "https://github.com/reseau-constellationn/orbit-db-types#readme",
2322
"scripts": {
24-
"publishNPM": "pnpm publish --access public"
23+
"test": "pnpm tsc -p tsconfig.json",
24+
"release": "pnpm test && pnpm publish --access public"
2525
},
2626
"devDependencies": {
27-
"@libp2p/interface": "^2.1.3",
28-
"@orbitdb/core": "^2.3.0",
27+
"@libp2p/interface": "^2.2.1",
28+
"@orbitdb/core": "^2.4.3",
2929
"@types/elliptic": "^6.4.18",
3030
"@types/events": "^3.0.3",
31-
"helia": "^5.1.0"
31+
"helia": "^5.1.1",
32+
"tiny-typed-emitter": "^2.1.0",
33+
"typescript": "^5.7.2"
3234
}
3335
}

0 commit comments

Comments
 (0)