@ctx-core/env 16.0.16 → 16.0.19

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 CHANGED
@@ -1,5 +1,34 @@
1
1
  # @ctx-core/env
2
2
 
3
+ ## 16.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/array: 26.2.0
8
+ - Updated dependencies
9
+ - @ctx-core/error@11.4.4
10
+ - @ctx-core/nanostores@1.0.15
11
+ - @ctx-core/object@22.1.7
12
+
13
+ ## 16.0.18
14
+
15
+ ### Patch Changes
16
+
17
+ - update dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/nanostores@1.0.13
20
+ - @ctx-core/object@22.1.6
21
+
22
+ ## 16.0.17
23
+
24
+ ### Patch Changes
25
+
26
+ - fix: @ctx-core/\* dependencies
27
+ - Updated dependencies
28
+ - @ctx-core/error@11.4.3
29
+ - @ctx-core/nanostores@1.0.12
30
+ - @ctx-core/object@22.1.5
31
+
3
32
  ## 16.0.16
4
33
 
5
34
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/env",
3
- "version": "16.0.16",
3
+ "version": "16.0.19",
4
4
  "description": "ctx-core env",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -32,15 +32,15 @@
32
32
  "test-unit-coverage": "c8 pnpm test-unit"
33
33
  },
34
34
  "dependencies": {
35
- "@ctx-core/error": "workspace:^11.4.2",
36
- "@ctx-core/function": "workspace:^20.6.1",
37
- "@ctx-core/nanostores": "workspace:^1.0.11",
38
- "@ctx-core/object": "workspace:^22.1.4",
35
+ "@ctx-core/error": "workspace:^11.4.4",
36
+ "@ctx-core/function": "workspace:^20.7.0",
37
+ "@ctx-core/nanostores": "workspace:^1.0.15",
38
+ "@ctx-core/object": "workspace:^22.1.7",
39
39
  "svelte": "^3.47.0"
40
40
  },
41
41
  "devDependencies": {
42
- "c8": "^7.11.0",
43
- "check-dts": "^0.6.6",
42
+ "c8": "^7.11.2",
43
+ "check-dts": "^0.6.7",
44
44
  "tsm": "^2.2.1",
45
45
  "typescript": "next",
46
46
  "uvu": "^0.5.3"
@@ -51,4 +51,4 @@
51
51
  },
52
52
  "svelte": "./src/index.js",
53
53
  "sideEffects": false
54
- }
54
+ }
Binary file