@gomomento/sdk-core 1.74.0 → 1.75.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gomomento/sdk-core",
3
- "version": "1.74.0",
3
+ "version": "1.75.0",
4
4
  "description": "Common code for Momento JS SDKs",
5
5
  "main": "dist/src/index.js",
6
6
  "files": [
@@ -10,7 +10,7 @@
10
10
  "types": "dist/src/index.d.ts",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/momentohq/client-sdk-nodejs"
13
+ "url": "https://github.com/momentohq/client-sdk-javascript"
14
14
  },
15
15
  "scripts": {
16
16
  "prebuild": "eslint . --ext .ts",