We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a640dc7 commit eabe842Copy full SHA for eabe842
typescript-sdk/integrations/langgraph/package.json
@@ -5,6 +5,10 @@
5
"module": "./dist/index.mjs",
6
"types": "./dist/index.d.ts",
7
"sideEffects": false,
8
+ "private": false,
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
"files": [
13
"dist/**"
14
],
typescript-sdk/integrations/mastra/package.json
@@ -6,6 +6,10 @@
15
0 commit comments