@qelos/redis 3.9.0 → 3.11.0

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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  Polyform Shield License 1.0.0
2
2
 
3
- Copyright (c) [שנת הפרסום] Qelos LTD
3
+ Copyright (c) 2025 Velocitech LTD
4
4
 
5
5
  Your use of this software is governed by the Polyform Shield License 1.0.0.
6
6
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@qelos/redis",
3
- "version": "3.9.0",
4
- "scripts": {
5
- "db": "docker compose up -d"
6
- },
3
+ "version": "3.11.0",
7
4
  "author": "David Meir-Levy <davidmeirlevy@gmail.com>",
8
5
  "license": "Apache-2.0",
9
6
  "gitHead": "13468bc51557291935b96b1aeaa837b8b52861e8",
10
7
  "private": false,
11
8
  "publishConfig": {
12
9
  "access": "public"
10
+ },
11
+ "scripts": {
12
+ "db": "docker compose up -d"
13
13
  }
14
- }
14
+ }
Binary file