Skip to content

Commit

Permalink
📦 version and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aryasaatvik committed Sep 22, 2024
1 parent 21911a1 commit 2f486f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions packages/construct/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Turborepo Remote Cache API Construct

![GitHub License](https://img.shields.io/github/license/aryasaatvik/turbo-remote-cache-aws)
![Version](https://img.shields.io/badge/version-0.3.0-blue)
![Downloads](https://img.shields.io/npm/dt/turbo-remote-cache-construct)
<div align="center">

![GitHub License](https://img.shields.io/github/license/aryasaatvik/turbo-remote-cache-aws)
![Version](https://img.shields.io/badge/version-1.0.0-blue)
![Downloads](https://img.shields.io/npm/dt/turbo-remote-cache-construct)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)

</div>

An AWS CDK construct for easily deploying a Turborepo Remote Cache API infrastructure. This project implements a Remote Cache API for Turborepo using AWS services. It provides a scalable and efficient solution for storing and retrieving build artifacts in a distributed development environment.

Expand Down
2 changes: 1 addition & 1 deletion packages/construct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-remote-cache-construct",
"version": "0.3.0",
"version": "1.0.0",
"description": "A Turborepo Remote Cache implementation using AWS API Gateway, Lambda, S3, and DynamoDB.",
"author": "Saatvik Arya <[email protected]>",
"homepage": "https://github.com/aryasaatvik/turbo-remote-cache-aws/tree/main/packages/construct#readme",
Expand Down

0 comments on commit 2f486f3

Please sign in to comment.