Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 19, 2024
1 parent a128428 commit 06abbc6
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 13 deletions.
6 changes: 4 additions & 2 deletions 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.4",
"version": "0.0.5",
"license": "MIT",
"homepage": "https://topology.gg/",
"repository": {
Expand All @@ -22,7 +22,9 @@
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"private": true,
"release-it": {
"plugins": {
Expand Down
9 changes: 7 additions & 2 deletions packages/crdt/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "@topology-foundation/crdt",
"version": "0.0.4",
"version": "0.0.5",
"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 Down
9 changes: 7 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "@topology-foundation/network",
"version": "0.0.4",
"version": "0.0.5",
"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 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.4",
"version": "0.0.5",
"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 @@ -29,8 +34,8 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@topology-foundation/crdt": "0.0.4",
"@topology-foundation/network": "0.0.4",
"@topology-foundation/object": "0.0.4"
"@topology-foundation/crdt": "0.0.5",
"@topology-foundation/network": "0.0.5",
"@topology-foundation/object": "0.0.5"
}
}
9 changes: 7 additions & 2 deletions packages/object/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "@topology-foundation/object",
"version": "0.0.4",
"version": "0.0.5",
"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 Down

0 comments on commit 06abbc6

Please sign in to comment.