Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
chore: bump package to v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Oct 29, 2022
1 parent 3870d2d commit 26de81d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

#### Archived Releases:

- [**v6**](https://github.com/azurystudio/cachu/blob/c454bf2723e351bc8809bd8a9c7ca90613c4e54a/CHANGELOG.md)

## v7.0.0

### Breaking Changes
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"name": "cachu",
"version": "6.0.6",
"description": "A simple key-value cache for Node.js.",
"version": "7.0.0",
"description": "👾 A simple key-value cache for Node.js.",
"author": "Samuel Kopp <opensource@azury.dev> (https://azury.dev)",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"lint": "eslint src",
"format": "eslint src --fix",
"build": "empty dist && esbuild src/index.ts --bundle --minify --format=esm --legal-comments=none --outfile=dist/index.js",
"build": "empty dist types && tsc && esbuild src/index.ts --bundle --minify --format=esm --legal-comments=none --outfile=dist/index.js",
"test": "jest --config jest.config.json"
},
"license": "Apache-2.0",
"repository": "azurystudio/cachu",
"bugs": "https://github.com/azurystudio/cachu/issues",
"homepage": "https://github.com/azurystudio/cachu#readme",
"dependencies": {
"@azury/bytes": "^2.0.0"
},
"devDependencies": {
"@azury/bytes": "^2.0.0",
"@azury/eslint-config": "^1.0.7",
"@azury/style": "^1.0.0",
"@types/ms": "^0.7.31",
Expand Down

0 comments on commit 26de81d

Please sign in to comment.