aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorCodeWithShreyans <[email protected]>2025-08-28 23:04:21 +0000
committerCodeWithShreyans <[email protected]>2025-08-28 23:04:21 +0000
commitb0a0b5d896d02ddfb909e13dcc5a962829831926 (patch)
treee8c4e09528e9c0ed2535496f76e2767475479c5e /packages
parentMerge pull request #384 from supermemoryai/08-24-feat_ui_integrations_page_wi... (diff)
downloadsupermemory-b0a0b5d896d02ddfb909e13dcc5a962829831926.tar.xz
supermemory-b0a0b5d896d02ddfb909e13dcc5a962829831926.zip
ci: temp add debugging to ai-sdk workflow (#392)shreyans/08-29-ci_temp_add_debugging_to_ai-sdk_workflow
Diffstat (limited to 'packages')
-rw-r--r--packages/ai-sdk/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/ai-sdk/package.json b/packages/ai-sdk/package.json
index 21d330db..58a49198 100644
--- a/packages/ai-sdk/package.json
+++ b/packages/ai-sdk/package.json
@@ -1,7 +1,7 @@
{
"name": "@supermemory/ai-sdk",
"type": "module",
- "version": "1.0.5",
+ "version": "1.0.7",
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
@@ -23,11 +23,11 @@
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
- "main": "./dist/index.mjs",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.mts",
+ "main": "./dist/index.js",
+ "module": "./dist/index.js",
+ "types": "./dist/index.d.ts",
"exports": {
- ".": "./dist/index.mjs",
+ ".": "./dist/index.js",
"./package.json": "./package.json"
},
"repository": {