@ctx-core/session 9.1.62 → 9.1.64

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 +38 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @ctx-core/session
2
2
 
3
+ ## 9.1.64
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dev-tools: 8.1.99 -> 8.1.100
8
+ - @ctx-core/monorepo: ^20.1.9 -> ^20.1.10
9
+ - @ctx-core/queue: ^7.5.6 -> ^7.5.7
10
+ - @ctx-core/git-tools: ^7.0.50 -> ^7.0.51
11
+ - @ctx-core/function: ^21.17.5 -> ^21.17.6
12
+ - @ctx-core/build: 1.0.287 -> 1.0.288
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/env@17.2.70
20
+
21
+ ## 9.1.63
22
+
23
+ ### Patch Changes
24
+
25
+ - @ctx-core/git-tools: ^7.0.49 -> ^7.0.50
26
+ - @ctx-core/function: ^21.17.4 -> ^21.17.5
27
+ - @ctx-core/dev-tools: 8.1.98 -> 8.1.99
28
+ - @ctx-core/build: 1.0.286 -> 1.0.287
29
+ - @ctx-core/monorepo: ^20.1.8 -> ^20.1.9
30
+ - @ctx-core/ctx-core-package-tools: 8.0.179 -> 8.0.180
31
+ - @ctx-core/queue: ^7.5.5 -> ^7.5.6
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - @ctx-core/env@17.2.69
40
+
3
41
  ## 9.1.62
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/session",
3
- "version": "9.1.62",
3
+ "version": "9.1.64",
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.68"
27
+ "@ctx-core/env": "^17.2.70"
28
28
  },
29
29
  "devDependencies": {
30
30
  "c8": "^7.13.0",