@ctx-core/session 9.1.74 → 9.1.76

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 +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @ctx-core/session
2
2
 
3
+ ## 9.1.76
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/monorepo: ^20.3.3 -> ^20.3.4
8
+ - Updated dependencies
9
+ - @ctx-core/env@17.2.83
10
+
11
+ ## 9.1.75
12
+
13
+ ### Patch Changes
14
+
15
+ - @ctx-core/monorepo: ^20.3.1 -> ^20.3.2
16
+ - @ctx-core/dev-tools: 8.1.111 -> 8.1.112
17
+ - @ctx-core/function: ^21.17.16 -> ^21.17.17
18
+ - @ctx-core/queue: ^7.5.18 -> ^7.5.19
19
+ - @ctx-core/git-tools: ^7.0.61 -> ^7.0.62
20
+ - @ctx-core/build: 1.0.299 -> 1.0.300
21
+ - @ctx-core/ctx-core-package-tools: ^8.0.191 -> ^8.0.192
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/env@17.2.82
30
+
3
31
  ## 9.1.74
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/session",
3
- "version": "9.1.74",
3
+ "version": "9.1.76",
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.81"
27
+ "@ctx-core/env": "^17.2.83"
28
28
  },
29
29
  "devDependencies": {
30
30
  "c8": "^7.13.0",