@ctx-core/session 9.1.72 → 9.1.74

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 +40 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @ctx-core/session
2
2
 
3
+ ## 9.1.74
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/monorepo: ^20.3.0 -> ^20.3.1
8
+ - @ctx-core/git-tools: ^7.0.60 -> ^7.0.61
9
+ - @ctx-core/function: ^21.17.15 -> ^21.17.16
10
+ - @ctx-core/dev-tools: 8.1.110 -> 8.1.111
11
+ - @ctx-core/build: 1.0.298 -> 1.0.299
12
+ - @ctx-core/ctx-core-package-tools: ^8.0.190 -> ^8.0.191
13
+ - @ctx-core/queue: ^7.5.17 -> ^7.5.18
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/env@17.2.81
22
+
23
+ ## 9.1.73
24
+
25
+ ### Patch Changes
26
+
27
+ - @ctx-core/queue: ^7.5.16 -> ^7.5.17
28
+ - @ctx-core/dev-tools: 8.1.109 -> 8.1.110
29
+ - @ctx-core/git-tools: ^7.0.59 -> ^7.0.60
30
+ - @ctx-core/monorepo: ^20.2.3 -> ^20.3.0
31
+ - @ctx-core/ctx-core-package-tools: ^8.0.189 -> ^8.0.190
32
+ - @ctx-core/build: 1.0.297 -> 1.0.298
33
+ - @ctx-core/function: ^21.17.14 -> ^21.17.15
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - @ctx-core/env@17.2.80
42
+
3
43
  ## 9.1.72
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/session",
3
- "version": "9.1.72",
3
+ "version": "9.1.74",
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.79"
27
+ "@ctx-core/env": "^17.2.81"
28
28
  },
29
29
  "devDependencies": {
30
30
  "c8": "^7.13.0",