@ctx-core/session 9.1.67 → 9.1.69

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @ctx-core/session
2
2
 
3
+ ## 9.1.69
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/build: 1.0.292 -> 1.0.293
8
+ - @ctx-core/dev-tools: 8.1.104 -> 8.1.105
9
+ - @ctx-core/ctx-core-package-tools: 8.0.185 -> 8.0.186
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/env@17.2.75
14
+
15
+ ## 9.1.68
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/build: 1.0.291 -> 1.0.292
20
+ - @ctx-core/ctx-core-package-tools: 8.0.184 -> 8.0.185
21
+ - @ctx-core/dev-tools: 8.1.103 -> 8.1.104
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - @ctx-core/env@17.2.74
26
+
3
27
  ## 9.1.67
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/session",
3
- "version": "9.1.67",
3
+ "version": "9.1.69",
4
4
  "description": "ctx-core session",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,7 +24,7 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/env": "^17.2.73"
27
+ "@ctx-core/env": "^17.2.75"
28
28
  },
29
29
  "devDependencies": {
30
30
  "c8": "^7.13.0",