-
Notifications
You must be signed in to change notification settings - Fork 19
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
11 changed files
with
422 additions
and
422 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,21 +1,21 @@ | ||
{ | ||
"name": "ts-drp-examples-canvas", | ||
"version": "0.6.1", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "vite preview --host --port 5173" | ||
}, | ||
"dependencies": { | ||
"@ts-drp/node": "0.6.1", | ||
"@ts-drp/object": "0.6.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"typescript": "^5.5.4", | ||
"vite": "^6.0.9", | ||
"vite-plugin-node-polyfills": "^0.22.0" | ||
} | ||
"name": "ts-drp-examples-canvas", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "vite preview --host --port 5173" | ||
}, | ||
"dependencies": { | ||
"@ts-drp/node": "0.7.0", | ||
"@ts-drp/object": "0.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"typescript": "^5.5.4", | ||
"vite": "^6.0.9", | ||
"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,21 +1,21 @@ | ||
{ | ||
"name": "ts-drp-example-chat", | ||
"version": "0.6.1", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "vite preview --host --port 5173" | ||
}, | ||
"dependencies": { | ||
"@ts-drp/node": "0.6.1", | ||
"@ts-drp/object": "0.6.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"typescript": "^5.5.4", | ||
"vite": "^6.0.9", | ||
"vite-plugin-node-polyfills": "^0.22.0" | ||
} | ||
"name": "ts-drp-example-chat", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "vite preview --host --port 5173" | ||
}, | ||
"dependencies": { | ||
"@ts-drp/node": "0.7.0", | ||
"@ts-drp/object": "0.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"typescript": "^5.5.4", | ||
"vite": "^6.0.9", | ||
"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,21 +1,21 @@ | ||
{ | ||
"name": "ts-drp-example-grid", | ||
"version": "0.6.1", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "vite preview --host --port 5173" | ||
}, | ||
"dependencies": { | ||
"@ts-drp/node": "0.6.1", | ||
"@ts-drp/object": "0.6.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"typescript": "^5.5.4", | ||
"vite": "^6.0.9", | ||
"vite-plugin-node-polyfills": "^0.22.0" | ||
} | ||
"name": "ts-drp-example-grid", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve", | ||
"start": "vite preview --host --port 5173" | ||
}, | ||
"dependencies": { | ||
"@ts-drp/node": "0.7.0", | ||
"@ts-drp/object": "0.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"typescript": "^5.5.4", | ||
"vite": "^6.0.9", | ||
"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,19 +1,19 @@ | ||
{ | ||
"name": "ts-drp-example-localdev", | ||
"version": "0.6.1", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve" | ||
}, | ||
"dependencies": { | ||
"@ts-drp/node": "0.6.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"typescript": "^5.5.4", | ||
"vite": "^6.0.9", | ||
"vite-plugin-node-polyfills": "^0.22.0" | ||
} | ||
"name": "ts-drp-example-localdev", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"dev": "vite serve" | ||
}, | ||
"dependencies": { | ||
"@ts-drp/node": "0.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.4", | ||
"typescript": "^5.5.4", | ||
"vite": "^6.0.9", | ||
"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,81 +1,81 @@ | ||
{ | ||
"name": "ts-drp", | ||
"description": "The official TypeScript implementation of DRP protocol", | ||
"version": "0.6.1", | ||
"license": "MIT", | ||
"homepage": "https://topology.gg/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/topology-foundation/ts-drp.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/topology-foundation/ts-drp/issues" | ||
}, | ||
"workspaces": [ | ||
"packages/*", | ||
"examples/*" | ||
], | ||
"type": "module", | ||
"scripts": { | ||
"bench": "vitest bench", | ||
"build": "pnpm build:packages && pnpm build:examples", | ||
"build:examples": "pnpm --filter 'ts-drp-example*' build", | ||
"build:packages": "pnpm --filter '@ts-drp/*' build", | ||
"clean": "pnpm --filter '@ts-drp/*' clean && rm -r node_modules/ docs/", | ||
"cli": "tsx ./packages/node/src/run.ts", | ||
"coverage": "pnpm tsx scripts/coverage.ts", | ||
"docs": "typedoc", | ||
"flamegraph": "./scripts/flamegraph.sh", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"postinstall": "pnpm build:packages", | ||
"proto-gen": "pnpm proto-gen:object && pnpm proto-gen:network", | ||
"proto-gen:network": "buf generate packages/network/src/proto -o packages/network/src/proto", | ||
"proto-gen:object": "buf generate packages/object/src/proto -o packages/object/src/proto", | ||
"release": "release-it", | ||
"test": "vitest", | ||
"watch": "pnpm --parallel --filter '@ts-drp/*' watch" | ||
}, | ||
"devDependencies": { | ||
"@release-it-plugins/workspaces": "^4.2.0", | ||
"@types/node": "^22.5.4", | ||
"@typescript-eslint/parser": "^8.21.0", | ||
"@vitest/coverage-v8": "2.1.8", | ||
"assemblyscript": "^0.27.29", | ||
"eslint": "^9.19.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
"eslint-plugin-unused-imports": "^4.1.4", | ||
"eslint-plugin-vitest": "^0.5.4", | ||
"globals": "^15.14.0", | ||
"release-it": "^17.6.0", | ||
"ts-node": "^10.9.2", | ||
"ts-proto": "^2.2.4", | ||
"tsx": "4.19.1", | ||
"typedoc": "^0.26.6", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.21.0", | ||
"vite": "^6.0.9", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^2.1.1" | ||
}, | ||
"private": true, | ||
"release-it": { | ||
"hooks": { | ||
"after:bump": "pnpm lint --fix" | ||
}, | ||
"plugins": { | ||
"@release-it-plugins/workspaces": { | ||
"publish": false | ||
} | ||
}, | ||
"npm": false, | ||
"git": { | ||
"commitMessage": "chore: release v${version}" | ||
}, | ||
"github": { | ||
"release": true | ||
} | ||
} | ||
"name": "ts-drp", | ||
"description": "The official TypeScript implementation of DRP protocol", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
"homepage": "https://topology.gg/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/topology-foundation/ts-drp.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/topology-foundation/ts-drp/issues" | ||
}, | ||
"workspaces": [ | ||
"packages/*", | ||
"examples/*" | ||
], | ||
"type": "module", | ||
"scripts": { | ||
"bench": "vitest bench", | ||
"build": "pnpm build:packages && pnpm build:examples", | ||
"build:examples": "pnpm --filter 'ts-drp-example*' build", | ||
"build:packages": "pnpm --filter '@ts-drp/*' build", | ||
"clean": "pnpm --filter '@ts-drp/*' clean && rm -r node_modules/ docs/", | ||
"cli": "tsx ./packages/node/src/run.ts", | ||
"coverage": "pnpm tsx scripts/coverage.ts", | ||
"docs": "typedoc", | ||
"flamegraph": "./scripts/flamegraph.sh", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"postinstall": "pnpm build:packages", | ||
"proto-gen": "pnpm proto-gen:object && pnpm proto-gen:network", | ||
"proto-gen:network": "buf generate packages/network/src/proto -o packages/network/src/proto", | ||
"proto-gen:object": "buf generate packages/object/src/proto -o packages/object/src/proto", | ||
"release": "release-it", | ||
"test": "vitest", | ||
"watch": "pnpm --parallel --filter '@ts-drp/*' watch" | ||
}, | ||
"devDependencies": { | ||
"@release-it-plugins/workspaces": "^4.2.0", | ||
"@types/node": "^22.5.4", | ||
"@typescript-eslint/parser": "^8.21.0", | ||
"@vitest/coverage-v8": "2.1.8", | ||
"assemblyscript": "^0.27.29", | ||
"eslint": "^9.19.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
"eslint-plugin-unused-imports": "^4.1.4", | ||
"eslint-plugin-vitest": "^0.5.4", | ||
"globals": "^15.14.0", | ||
"release-it": "^17.6.0", | ||
"ts-node": "^10.9.2", | ||
"ts-proto": "^2.2.4", | ||
"tsx": "4.19.1", | ||
"typedoc": "^0.26.6", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.21.0", | ||
"vite": "^6.0.9", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^2.1.1" | ||
}, | ||
"private": true, | ||
"release-it": { | ||
"hooks": { | ||
"after:bump": "pnpm lint --fix" | ||
}, | ||
"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,36 +1,36 @@ | ||
{ | ||
"name": "@ts-drp/blueprints", | ||
"version": "0.6.1", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/topology-foundation/ts-drp.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" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "tsc -b", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"prepack": "tsc -b", | ||
"test": "vitest", | ||
"watch": "tsc -b -w" | ||
}, | ||
"devDependencies": { | ||
"@ts-drp/object": "0.6.1" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/random": "^4.1.0" | ||
} | ||
"name": "@ts-drp/blueprints", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/topology-foundation/ts-drp.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" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "tsc -b", | ||
"clean": "rm -rf dist/ node_modules/", | ||
"prepack": "tsc -b", | ||
"test": "vitest", | ||
"watch": "tsc -b -w" | ||
}, | ||
"devDependencies": { | ||
"@ts-drp/object": "0.7.0" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/random": "^4.1.0" | ||
} | ||
} |
Oops, something went wrong.