Skip to content

Commit

Permalink
Major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 25, 2024
1 parent 7ce4d46 commit 9c5eae2
Show file tree
Hide file tree
Showing 7 changed files with 862 additions and 743 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
.idea
.DS_Store
.DS_Store

dist
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
192 changes: 0 additions & 192 deletions index.d.ts

This file was deleted.

18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@constl/orbit-db-types",
"private": false,
"version": "2.0.6",
"description": "Unofficial typings for orbit-db",
"name": "@orbitdb/core-types",
"version": "1.0.0",
"description": "Official typings for OrbitDB",
"types": "index.d.ts",
"type": "module",
"repository": {
Expand All @@ -21,13 +20,16 @@
},
"homepage": "https://github.com/reseau-constellationn/orbit-db-types#readme",
"scripts": {
"publishNPM": "pnpm publish --access public"
"test": "pnpm tsc -p tsconfig.json",
"release": "pnpm test && pnpm publish --access public"
},
"devDependencies": {
"@libp2p/interface": "^2.1.3",
"@orbitdb/core": "^2.3.0",
"@libp2p/interface": "^2.2.1",
"@orbitdb/core": "^2.4.3",
"@types/elliptic": "^6.4.18",
"@types/events": "^3.0.3",
"helia": "^5.1.0"
"helia": "^5.1.1",
"tiny-typed-emitter": "^2.1.0",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 9c5eae2

Please sign in to comment.