@heramb1/provider-upstash 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @heramb1/provider-upstash
2
+
3
+ Upstash provider lock for [Heramb](https://heramb.pages.dev) — Redis provisioning driver.
4
+
5
+ Install the CLI to use this provider:
6
+
7
+ ```bash
8
+ npm install -g @heramb1/cli
9
+ ```
10
+
11
+ ## License
12
+
13
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heramb1/provider-upstash",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Upstash lock — Redis provisioning for Heramb",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "node": ">=18"
30
30
  },
31
31
  "dependencies": {
32
- "@heramb1/core": "0.1.0"
32
+ "@heramb1/core": "0.1.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.7.2"