From e0ba54dc25b929d72d4db6ca3f234cf8ae379ec5 Mon Sep 17 00:00:00 2001 From: Michael Landis Date: Wed, 11 Dec 2024 10:49:26 -0800 Subject: [PATCH] fix: set the repo url to the current url (#1480) Sets the package metadata repo url to the current (github.com/momentohq/client-sdk-javascript). Also corrects the repo url for the fastly example. --- examples/fastly-compute/package.json | 2 +- packages/client-sdk-nodejs/package.json | 2 +- packages/client-sdk-web/package.json | 2 +- packages/common-integration-tests/package-lock.json | 1 + packages/common-integration-tests/package.json | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/fastly-compute/package.json b/examples/fastly-compute/package.json index d55b9de8b..716e8ca24 100644 --- a/examples/fastly-compute/package.json +++ b/examples/fastly-compute/package.json @@ -4,7 +4,7 @@ "type": "module", "repository": { "type": "git", - "url": "git+https://github.com/fastly/compute-starter-kit-typescript.git" + "url": "https://github.com/momentohq/client-sdk-javascript" }, "author": "oss@fastly.com", "license": "MIT", diff --git a/packages/client-sdk-nodejs/package.json b/packages/client-sdk-nodejs/package.json index e5fbbf62e..4d34897d0 100644 --- a/packages/client-sdk-nodejs/package.json +++ b/packages/client-sdk-nodejs/package.json @@ -10,7 +10,7 @@ "types": "dist/src/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/momentohq/client-sdk-nodejs" + "url": "https://github.com/momentohq/client-sdk-javascript" }, "scripts": { "prebuild": "eslint . --ext .ts", diff --git a/packages/client-sdk-web/package.json b/packages/client-sdk-web/package.json index c2ae5375c..13a27dc48 100644 --- a/packages/client-sdk-web/package.json +++ b/packages/client-sdk-web/package.json @@ -10,7 +10,7 @@ "types": "dist/src/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/momentohq/client-sdk-nodejs" + "url": "https://github.com/momentohq/client-sdk-javascript" }, "scripts": { "prebuild": "eslint . --ext .ts", diff --git a/packages/common-integration-tests/package-lock.json b/packages/common-integration-tests/package-lock.json index 83a28d64a..4bc40ef40 100644 --- a/packages/common-integration-tests/package-lock.json +++ b/packages/common-integration-tests/package-lock.json @@ -37,6 +37,7 @@ } }, "../core": { + "name": "@gomomento/sdk-core", "version": "0.0.1", "license": "Apache-2.0", "dependencies": { diff --git a/packages/common-integration-tests/package.json b/packages/common-integration-tests/package.json index 0ef14b44b..c1b2b3ebc 100644 --- a/packages/common-integration-tests/package.json +++ b/packages/common-integration-tests/package.json @@ -10,7 +10,7 @@ "types": "dist/src/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/momentohq/client-sdk-nodejs" + "url": "https://github.com/momentohq/client-sdk-javascript" }, "scripts": { "prebuild": "eslint . --ext .ts",