-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
286 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "ts-topology-examples-canvas", | ||
"version": "0.0.23-5", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "ts-node ./src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@topology-foundation/crdt": "0.0.23-5", | ||
"@topology-foundation/network": "0.0.23-5", | ||
"@topology-foundation/node": "0.0.23-5", | ||
"@topology-foundation/object": "0.0.23-5", | ||
"crypto-browserify": "^3.12.0", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"ts-node": "^10.9.2", | ||
"vm-browserify": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.3", | ||
"vite-plugin-node-polyfills": "^0.22.0" | ||
} | ||
"name": "ts-topology-examples-canvas", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "ts-node ./src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@topology-foundation/crdt": "0.1.0", | ||
"@topology-foundation/network": "0.1.0", | ||
"@topology-foundation/node": "0.1.0", | ||
"@topology-foundation/object": "0.1.0", | ||
"crypto-browserify": "^3.12.0", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"ts-node": "^10.9.2", | ||
"vm-browserify": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.3", | ||
"vite-plugin-node-polyfills": "^0.22.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"name": "topology-example-chat", | ||
"version": "0.0.23-5", | ||
"description": "Topology Protocol Chat Exmaple", | ||
"main": "src/index.ts", | ||
"repository": "https://github.com/topology-foundation/ts-topology.git", | ||
"license": "MIT", | ||
"scripts": { | ||
"asbuild": "asc --config asconfig.json --target release", | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "ts-node ./src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@topology-foundation/crdt": "0.0.23-5", | ||
"@topology-foundation/network": "0.0.23-5", | ||
"@topology-foundation/node": "0.0.23-5", | ||
"@topology-foundation/object": "0.0.23-5", | ||
"assemblyscript": "^0.27.29", | ||
"crypto-browserify": "^3.12.0", | ||
"memfs": "^4.11.1", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"ts-node": "^10.9.2", | ||
"uint8arrays": "^5.1.0", | ||
"vm-browserify": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.3", | ||
"vite-plugin-node-polyfills": "^0.22.0" | ||
} | ||
"name": "topology-example-chat", | ||
"version": "0.1.0", | ||
"description": "Topology Protocol Chat Exmaple", | ||
"main": "src/index.ts", | ||
"repository": "https://github.com/topology-foundation/ts-topology.git", | ||
"license": "MIT", | ||
"scripts": { | ||
"asbuild": "asc --config asconfig.json --target release", | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "ts-node ./src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@topology-foundation/crdt": "0.1.0", | ||
"@topology-foundation/network": "0.1.0", | ||
"@topology-foundation/node": "0.1.0", | ||
"@topology-foundation/object": "0.1.0", | ||
"assemblyscript": "^0.27.29", | ||
"crypto-browserify": "^3.12.0", | ||
"memfs": "^4.11.1", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"ts-node": "^10.9.2", | ||
"uint8arrays": "^5.1.0", | ||
"vm-browserify": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.3", | ||
"vite-plugin-node-polyfills": "^0.22.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
{ | ||
"name": "ts-topology", | ||
"description": "The official TypeScript implementation of Topology Protocol", | ||
"version": "0.0.23-5", | ||
"license": "MIT", | ||
"homepage": "https://topology.gg/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/topology-foundation/ts-topology.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/topology-foundation/ts-topology/issues" | ||
}, | ||
"scripts": { | ||
"bench": "vitest bench", | ||
"biome-check": "biome check", | ||
"docs": "typedoc", | ||
"postinstall": "pnpm --filter '@topology-foundation/*' build", | ||
"proto-gen": "buf generate", | ||
"release": "release-it", | ||
"test": "vitest" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.3", | ||
"@release-it-plugins/workspaces": "^4.2.0", | ||
"@types/node": "^22.5.4", | ||
"assemblyscript": "^0.27.29", | ||
"release-it": "^17.6.0", | ||
"ts-proto": "^2.0.3", | ||
"typedoc": "^0.26.6", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.3", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^2.0.5" | ||
}, | ||
"private": true, | ||
"release-it": { | ||
"plugins": { | ||
"@release-it-plugins/workspaces": { | ||
"publish": false | ||
} | ||
}, | ||
"npm": false, | ||
"git": { | ||
"commitMessage": "chore: release v${version}" | ||
}, | ||
"github": { | ||
"release": true | ||
} | ||
} | ||
"name": "ts-topology", | ||
"description": "The official TypeScript implementation of Topology Protocol", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"homepage": "https://topology.gg/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/topology-foundation/ts-topology.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/topology-foundation/ts-topology/issues" | ||
}, | ||
"scripts": { | ||
"bench": "vitest bench", | ||
"biome-check": "biome check", | ||
"docs": "typedoc", | ||
"postinstall": "pnpm --filter '@topology-foundation/*' build", | ||
"proto-gen": "buf generate", | ||
"release": "release-it", | ||
"test": "vitest" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.3", | ||
"@release-it-plugins/workspaces": "^4.2.0", | ||
"@types/node": "^22.5.4", | ||
"assemblyscript": "^0.27.29", | ||
"release-it": "^17.6.0", | ||
"ts-proto": "^2.0.3", | ||
"typedoc": "^0.26.6", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.3", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^2.0.5" | ||
}, | ||
"private": true, | ||
"release-it": { | ||
"plugins": { | ||
"@release-it-plugins/workspaces": { | ||
"publish": false | ||
} | ||
}, | ||
"npm": false, | ||
"git": { | ||
"commitMessage": "chore: release v${version}" | ||
}, | ||
"github": { | ||
"release": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,40 @@ | ||
{ | ||
"name": "@topology-foundation/crdt", | ||
"version": "0.0.23-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"], | ||
"exports": { | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.js" | ||
}, | ||
"./wasm": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./src/index.asc.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"asbuild": "yarn asbuild:debug && yarn asbuild:release", | ||
"asbuild:debug": "asc --config asconfig.json --target debug", | ||
"asbuild:release": "asc --config asconfig.json --target release", | ||
"build": "tsc -b", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"prepack": "tsc -b", | ||
"test": "vitest" | ||
}, | ||
"devDependencies": { | ||
"@topology-foundation/object": "0.0.23-5", | ||
"assemblyscript": "^0.27.29" | ||
} | ||
"name": "@topology-foundation/crdt", | ||
"version": "0.1.0", | ||
"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" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.js" | ||
}, | ||
"./wasm": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./src/index.asc.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"asbuild": "yarn asbuild:debug && yarn asbuild:release", | ||
"asbuild:debug": "asc --config asconfig.json --target debug", | ||
"asbuild:release": "asc --config asconfig.json --target release", | ||
"build": "tsc -b", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"prepack": "tsc -b", | ||
"test": "vitest" | ||
}, | ||
"devDependencies": { | ||
"@topology-foundation/object": "0.1.0", | ||
"assemblyscript": "^0.27.29" | ||
} | ||
} |
Oops, something went wrong.