@furystack/filesystem-store 2.0.25 → 2.0.30

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 +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # filesystem-store
2
2
 
3
- Filesystem Store implementation for FuryStack. Recommended for experimenting / tryout, not for production.
3
+ Filesystem Store implementation for FuryStack. Recommended for lightweight usage, embedded operations, experimenting / tryout, not for production.
4
4
 
5
5
  An usage example:
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/filesystem-store",
3
- "version": "2.0.25",
3
+ "version": "2.0.30",
4
4
  "description": "Simple File System store implementation for FuryStack",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "keywords": [
16
16
  "FuryStack",
17
- "HTTP",
18
- "REST",
19
- "API",
20
- "Actions"
17
+ "Storage",
18
+ "File system",
19
+ "Embedded",
20
+ "Lightweight"
21
21
  ],
22
22
  "publishConfig": {
23
23
  "access": "public"
@@ -29,18 +29,18 @@
29
29
  },
30
30
  "homepage": "https://github.com/furystack/furystack",
31
31
  "dependencies": {
32
- "@furystack/core": "^10.4.1",
33
- "@furystack/inject": "^5.0.0",
34
- "@furystack/utils": "^2.0.0",
32
+ "@furystack/core": "^10.4.6",
33
+ "@furystack/inject": "^5.0.3",
34
+ "@furystack/utils": "^2.0.3",
35
35
  "semaphore-async-await": "^1.5.1",
36
36
  "tslib": "^2.3.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/jest": "^27.0.3",
40
- "@types/redis": "^2.8.32",
41
- "@types/uuid": "^8.3.3",
39
+ "@types/jest": "^27.4.0",
40
+ "@types/redis": "^4.0.11",
41
+ "@types/uuid": "^8.3.4",
42
42
  "uuid": "^8.3.2"
43
43
  },
44
44
  "typings": "./dist/index.d.ts",
45
- "gitHead": "8a1860a227691def1a94e8de5e95a7c5067356cc"
45
+ "gitHead": "dcee00dfb4035fe382ec726af4d614ef9d8a579f"
46
46
  }