@togatherlabs/event-sdk 1.0.10 → 1.0.11

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 +1 -1
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -124,7 +124,7 @@ pnpm add @bufbuild/protobuf@^2.9.0
124
124
  **Example usage:**
125
125
 
126
126
  ```ts
127
- import { UserCreated, UserCreatedSchema } from '@<lib>/user/v1';
127
+ import {UserCreated,UserCreatedSchema} from '@togatherlabs/event-sdk/user/v1'
128
128
  import { create, toBinary, fromBinary, toJson } from '@bufbuild/protobuf';
129
129
 
130
130
  // Create a new message
package/package.json CHANGED
@@ -1,12 +1,8 @@
1
1
  {
2
2
  "name": "@togatherlabs/event-sdk",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Shared Protobuf event schemas and generated code for toGather microservices",
5
5
  "exports": {
6
- ".": {
7
- "import": "./gen/ts/index.js",
8
- "types": "./gen/ts/index.d.ts"
9
- },
10
6
  "./user/v1": {
11
7
  "import": "./gen/ts/user/v1/index.js",
12
8
  "types": "./gen/ts/user/v1/index.d.ts"