@scayle/h3-session 0.6.2 → 0.6.3
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/CHANGELOG.md +8 -0
- package/package.json +6 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @scayle/h3-session
|
|
2
2
|
|
|
3
|
+
## 0.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependency `defu@^6.1.4` to `defu@catalog:`
|
|
8
|
+
- Updated dependency `uncrypto@^0.1.3` to `uncrypto@catalog:`
|
|
9
|
+
- This is an internal change only. The packages now use the PNPM catalog feature to ensure dependencies use the identical version across packages.
|
|
10
|
+
|
|
3
11
|
## 0.6.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/h3-session",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Persistent sessions for h3",
|
|
5
5
|
"author": "SCAYLE Commerce Engine",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,21 +33,18 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@arethetypeswrong/cli": "0.18.2",
|
|
36
|
-
"@vitest/coverage-v8": "
|
|
36
|
+
"@vitest/coverage-v8": "4.0.16",
|
|
37
37
|
"cookie-es": "2.0.0",
|
|
38
38
|
"dprint": "0.50.2",
|
|
39
|
-
"eslint-formatter-gitlab": "
|
|
40
|
-
"eslint": "9.
|
|
39
|
+
"eslint-formatter-gitlab": "7.0.1",
|
|
40
|
+
"eslint": "9.39.2",
|
|
41
41
|
"h3": "1.15.4",
|
|
42
42
|
"typescript": "5.9.3",
|
|
43
43
|
"unbuild": "3.6.1",
|
|
44
|
-
"vitest": "
|
|
45
|
-
"@scayle/eslint-config-storefront": "4.7.
|
|
44
|
+
"vitest": "4.0.16",
|
|
45
|
+
"@scayle/eslint-config-storefront": "4.7.18",
|
|
46
46
|
"@scayle/vitest-config-storefront": "1.0.0"
|
|
47
47
|
},
|
|
48
|
-
"volta": {
|
|
49
|
-
"node": "22.21.0"
|
|
50
|
-
},
|
|
51
48
|
"scripts": {
|
|
52
49
|
"build": "unbuild",
|
|
53
50
|
"verify-packaging": "attw --pack . --profile esm-only",
|