@projectqai/proto 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # @projectqai/proto-ts
1
+ # @projectqai/proto
2
2
 
3
3
  TypeScript bindings for [projectqai/proto](https://github.com/projectqai/proto).
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- bun add @projectqai/proto-ts @bufbuild/protobuf
8
+ bun add @projectqai/proto @bufbuild/protobuf
9
9
  ```
10
10
 
11
11
  ## Usage
12
12
 
13
13
  ```typescript
14
- import { EntitySchema, WorldService } from "@projectqai/proto-ts/world";
14
+ import { EntitySchema, WorldService } from "@projectqai/proto/world";
15
15
  import { create } from "@bufbuild/protobuf";
16
16
 
17
17
  // Create an entity
@@ -32,4 +32,4 @@ const response = await client.listEntities({});
32
32
 
33
33
  ## Exports
34
34
 
35
- - `@projectqai/proto-ts/world` - Entity types and WorldService
35
+ - `@projectqai/proto/world` - Entity types and WorldService
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectqai/proto",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "author": "projectq-release-bot",
5
5
  "type": "module",
6
6
  "exports": {