Skip to content

Commit

Permalink
chore: release v0.0.23-0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jul 30, 2024
1 parent 7ebcbd1 commit 1288648
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions examples/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-topology-examples-canvas",
"version": "0.0.22",
"version": "0.0.23-0",
"license": "MIT",
"scripts": {
"build": "webpack",
Expand All @@ -9,10 +9,10 @@
"start": "ts-node ./src/index.ts"
},
"dependencies": {
"@topology-foundation/crdt": "file:../../packages/crdt",
"@topology-foundation/network": "file:../../packages/network",
"@topology-foundation/node": "file:../../packages/node",
"@topology-foundation/object": "file:../../packages/object",
"@topology-foundation/crdt": "0.0.23-0",
"@topology-foundation/network": "0.0.23-0",
"@topology-foundation/node": "0.0.23-0",
"@topology-foundation/object": "0.0.23-0",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "topology-example-chat",
"version": "1.0.0",
"version": "0.0.23-0",
"description": "Topology Protocol Chat Exmaple",
"main": "src/index.ts",
"repository": "https://github.com/topology-foundation/ts-topology.git",
"license": "MIT",
"dependencies": {
"@topology-foundation/crdt": "file:../../packages/crdt",
"@topology-foundation/network": "file:../../packages/network",
"@topology-foundation/node": "file:../../packages/node",
"@topology-foundation/object": "file:../../packages/object",
"@topology-foundation/crdt": "0.0.23-0",
"@topology-foundation/network": "0.0.23-0",
"@topology-foundation/node": "0.0.23-0",
"@topology-foundation/object": "0.0.23-0",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
Expand Down
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.22",
"version": "0.0.23-0",
"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.22",
"version": "0.0.23-0",
"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.22",
"version": "0.0.23-0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topology-foundation/node",
"version": "0.0.22",
"version": "0.0.23-0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,9 +35,9 @@
"vitest": "^2.0.3"
},
"dependencies": {
"@topology-foundation/crdt": "0.0.22",
"@topology-foundation/network": "0.0.22",
"@topology-foundation/object": "0.0.22",
"@topology-foundation/crdt": "0.0.23-0",
"@topology-foundation/network": "0.0.23-0",
"@topology-foundation/object": "0.0.23-0",
"commander": "^12.1.0"
}
}
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.22",
"version": "0.0.23-0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1288648

Please sign in to comment.