Skip to content

Commit

Permalink
chore: release v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jul 4, 2024
1 parent 20b5cda commit 2874e92
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-topology",
"description": "The official TypeScript implementation of Topology Protocol",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",
"homepage": "https://topology.gg/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topology-foundation/crdt",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topology-foundation/network",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
15 changes: 10 additions & 5 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "@topology-foundation/node",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/topology-foundation/ts-topology.git"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": ["src", "dist", "!dist/test", "!**/*.tsbuildinfo"],
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
Expand All @@ -32,8 +37,8 @@
},
"dependencies": {
"@libp2p/dcutr": "^1.1.0",
"@topology-foundation/crdt": "0.0.14",
"@topology-foundation/network": "0.0.14",
"@topology-foundation/object": "0.0.14"
"@topology-foundation/crdt": "0.0.15",
"@topology-foundation/network": "0.0.15",
"@topology-foundation/object": "0.0.15"
}
}
2 changes: 1 addition & 1 deletion packages/object/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topology-foundation/object",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2874e92

Please sign in to comment.