@togatherlabs/event-sdk 1.0.8 → 1.0.9
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './parter_pb';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './parter_pb';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './user_pb';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './user_pb';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@togatherlabs/event-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Shared Protobuf event schemas and generated code for toGather microservices",
|
|
5
5
|
"main": "./gen/ts/index.js",
|
|
6
6
|
"types": "./gen/ts/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
36
36
|
"commit": "git-cz",
|
|
37
37
|
"buf:lint": "buf lint",
|
|
38
|
-
"buf:generate": "buf generate",
|
|
38
|
+
"buf:generate": "buf generate && node ./script/gen-index.js",
|
|
39
39
|
"package:patch": "pnpm version patch",
|
|
40
40
|
"package:publish": "pnpm publish --access public",
|
|
41
41
|
"release": "rm -rf gen && pnpm buf:lint && pnpm buf:generate && git add . && pnpm commit && pnpm package:patch && git push --follow-tags && pnpm package:publish"
|