Skip to content

Commit f16dbe5

Browse files
authored
fix: remove all internal npm repository references (#63)
* fix: asynchronous-authorization/langchain-next-js deps * fix: auth-for-mcp/express-mcp-js deps * fix: auth-for-mcp/fastmcp-mcp-customtokenexchange-js deps * fix: auth-for-mcp/hono/mcp-js deps * fix: authenticate-users/langchain-fastapi-py-starter deps * fix: call-apis-on-users-behalf/others-api/langchain-fastapi-py deps * fix: call-apis-on-users-behalf/others-api/langchain-next-js deps * fix: call-apis-on-users-behalf/others-api/vercel-react-spa-js deps * fix: call-apis-on-users-behalf/your-api/langchain-next-js deps * fix: add all missing .npmrc files
1 parent 251a334 commit f16dbe5

File tree

46 files changed

+3216
-2185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3216
-2185
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

asynchronous-authorization/langchain-next-js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
AUTH0_DOMAIN=
2-
AUTH0_AUDIENCE=
2+
AUTH0_AUDIENCE=http://localhost:3001/
33
PORT=3001
44
MCP_SERVER_URL=http://localhost:3001

auth-for-mcp/express-mcp-js/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

auth-for-mcp/express-mcp-js/package-lock.json

Lines changed: 379 additions & 389 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AUTH0_DOMAIN=
2-
AUTH0_AUDIENCE=
2+
AUTH0_AUDIENCE=http://localhost:3001/
33
PORT=3001
44
MCP_SERVER_URL=http://localhost:3001
55

@@ -9,4 +9,4 @@ MCP_AUTH0_SUBJECT_TOKEN_TYPE="urn:fastmcp:mcp"
99
MCP_AUTH0_EXCHANGE_SCOPE="openid offline_access read:private"
1010

1111
API_AUTH0_AUDIENCE=http://localhost:8787
12-
API_BASE_URL=http://localhost:8787
12+
API_BASE_URL=http://localhost:8787
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

0 commit comments

Comments
 (0)