@scayle/h3-session 0.3.4 → 0.3.5

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/CHANGELOG.md +6 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @scayle/h3-session
2
2
 
3
+ ## 0.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Update to `h3@1.10.1` (_For detailed changes see [Release Notes for unjs/h3 v1.10.0](https://github.com/unjs/h3/releases/tag/v1.10.0)_)
8
+
3
9
  ## 0.3.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/h3-session",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Persistent sessions for h3",
5
5
  "author": "SCAYLE Commerce Engine",
6
6
  "license": "MIT",
@@ -24,25 +24,25 @@
24
24
  "lint:fix": "eslint . --fix"
25
25
  },
26
26
  "peerDependencies": {
27
- "h3": "^1.8.0"
27
+ "h3": "^1.10.0"
28
28
  },
29
29
  "dependencies": {
30
- "defu": "6.1.3",
30
+ "defu": "6.1.4",
31
31
  "uncrypto": "0.1.3",
32
- "unstorage": "1.9.0",
32
+ "unstorage": "1.10.1",
33
33
  "zod": "3.22.4"
34
34
  },
35
35
  "devDependencies": {
36
- "@changesets/types": "5.2.1",
37
- "@scayle/eslint-config-storefront": "3.2.5",
36
+ "@changesets/types": "6.0.0",
37
+ "@scayle/eslint-config-storefront": "3.2.6",
38
38
  "@scayle/prettier-config-storefront": "2.0.2",
39
- "eslint": "8.52.0",
40
- "eslint-formatter-gitlab": "5.0.0",
41
- "h3": "1.8.2",
39
+ "eslint": "8.56.0",
40
+ "eslint-formatter-gitlab": "5.1.0",
41
+ "h3": "1.10.0",
42
42
  "prettier": "3.0.0",
43
- "typescript": "5.2.2"
43
+ "typescript": "5.3.3"
44
44
  },
45
45
  "volta": {
46
- "node": "20.9.0"
46
+ "node": "20.10.0"
47
47
  }
48
48
  }