@fjell/cache 4.6.15 → 4.6.16

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fjell/cache",
3
3
  "description": "Cache for Fjell",
4
- "version": "4.6.15",
4
+ "version": "4.6.16",
5
5
  "keywords": [
6
6
  "cache",
7
7
  "fjell"
@@ -17,10 +17,10 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@fjell/client-api": "^4.4.13",
21
- "@fjell/core": "^4.4.13",
22
- "@fjell/http-api": "^4.4.17",
23
- "@fjell/logging": "^4.4.17",
20
+ "@fjell/client-api": "^4.4.14",
21
+ "@fjell/core": "^4.4.18",
22
+ "@fjell/http-api": "^4.4.18",
23
+ "@fjell/logging": "^4.4.19",
24
24
  "@fjell/registry": "^4.4.17"
25
25
  },
26
26
  "devDependencies": {
@@ -56,9 +56,9 @@
56
56
  "lint": "eslint . --ext .ts --fix",
57
57
  "clean": "rimraf dist",
58
58
  "test": "pnpm run lint && vitest run --coverage",
59
- "docs:dev": "cd docs && pnpm run dev",
60
- "docs:build": "cd docs && pnpm run build",
61
- "docs:preview": "cd docs && pnpm run preview",
62
- "docs:test": "cd docs && pnpm run test"
59
+ "docs:dev": "cd docs && npm run dev",
60
+ "docs:build": "cd docs && npm run build",
61
+ "docs:preview": "cd docs && npm run preview",
62
+ "docs:test": "cd docs && npm run test"
63
63
  }
64
64
  }