From fde2ef2653524eece265e3c72ccf9977c5aaad0e Mon Sep 17 00:00:00 2001 From: Andrew Zhong Date: Sat, 7 Jun 2025 02:20:03 -0700 Subject: [PATCH 1/2] init --- clients/typescript/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 89f65de..c79689f 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -24,7 +24,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/lightfeed/sdk" + "url": "git+https://github.com/lightfeed/sdk.git" }, "homepage": "https://www.lightfeed.ai/docs/apis/", "devDependencies": { @@ -42,5 +42,8 @@ }, "engines": { "node": ">=14.0.0" + }, + "publishConfig": { + "access": "public" } -} \ No newline at end of file +} From d016e70cdfd5fa8b7452193843f2b3b0608c1b9e Mon Sep 17 00:00:00 2001 From: Andrew Zhong Date: Sat, 7 Jun 2025 02:20:46 -0700 Subject: [PATCH 2/2] minor --- clients/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/typescript/package.json b/clients/typescript/package.json index c79689f..d3e5e47 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -46,4 +46,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file