Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents 8d75e49 + 448eb96 commit f15d8f3
Show file tree
Hide file tree
Showing 75 changed files with 855 additions and 3,314 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<head>
<meta name="Momento JavaScript Client Library Documentation" content="JavaScript client software development kit for Momento Cache">
<meta name="Momento Client Library Documentation for JavaScript" content="Momento client software development kit for JavaScript">
</head>
<img src="https://docs.momentohq.com/img/momento-logo-forest.svg" alt="logo" width="400"/>

[![project status](https://momentohq.github.io/standards-and-practices/badges/project-status-official.svg)](https://github.com/momentohq/standards-and-practices/blob/main/docs/momento-on-github.md)
[![project stability](https://momentohq.github.io/standards-and-practices/badges/project-stability-stable.svg)](https://github.com/momentohq/standards-and-practices/blob/main/docs/momento-on-github.md)

# Momento JavaScript Client Libraries
# Momento Client Libraries for JavaScript

Momento Cache is a fast, simple, pay-as-you-go caching solution without any of the operational overhead
required by traditional caching solutions. This repo contains the source code for the Momento JavaScript client libraries.
required by traditional caching solutions. This repo contains the source code for the Momento client libraries for JavaScript.

To get started with Momento you will need a Momento Auth Token. You can get one from the [Momento Console](https://console.gomomento.com).

* Website: [https://www.gomomento.com/](https://www.gomomento.com/)
* Momento Documentation: [https://docs.momentohq.com/](https://docs.momentohq.com/)
* Getting Started: [https://docs.momentohq.com/getting-started](https://docs.momentohq.com/getting-started)
* JavaScript SDK Documentation: [https://docs.momentohq.com/sdks/nodejs](https://docs.momentohq.com/sdks/nodejs)
* Momento SDK Documentation for JavaScript: [https://docs.momentohq.com/sdks/nodejs](https://docs.momentohq.com/sdks/nodejs)
* Discuss: [Momento Discord](https://discord.gg/3HkAKjUZGq)

## Packages
Expand Down
14 changes: 7 additions & 7 deletions examples/cloudflare-workers/http-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions examples/cloudflare-workers/web-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/cloudflare-workers/web-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@gomomento/sdk-core": "^1.40.0",
"@gomomento/sdk-web": "^1.98.1",
"@gomomento/sdk-web": "^1.99.0",
"xhr4sw": "^0.0.5"
}
}
30 changes: 15 additions & 15 deletions examples/nodejs/access-control/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/nodejs/access-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"@gomomento/sdk": "^1.98.1",
"@gomomento/sdk": "^1.99.0",
"uuidv4": "6.2.13"
}
}
16 changes: 8 additions & 8 deletions examples/nodejs/aws/eventbridge/cliApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/nodejs/aws/eventbridge/cliApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.596.0",
"@gomomento/sdk": "^1.98.1",
"@gomomento/sdk": "^1.99.0",
"dotenv": "^16.4.5"
},
"engines": {
Expand Down
30 changes: 15 additions & 15 deletions examples/nodejs/aws/eventbridge/webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/nodejs/aws/eventbridge/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "npm install && cd - && cdk deploy"
},
"dependencies": {
"@gomomento/sdk-web": "^1.98.1",
"@gomomento/sdk-web": "^1.99.0",
"aws-sdk": "^2.1628.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -40,6 +40,6 @@
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.9"
"vite": "^4.5.5"
}
}
Loading

0 comments on commit f15d8f3

Please sign in to comment.