@ctx-core/env 16.0.11 → 16.0.14

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,28 @@
1
1
  # @ctx-core/env
2
2
 
3
+ ## 16.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - svelte: ^3.46.6 -> ^3.47.0
8
+ - Updated dependencies
9
+ - @ctx-core/nanostores@1.0.9
10
+
11
+ ## 16.0.13
12
+
13
+ ### Patch Changes
14
+
15
+ - update dependencies
16
+ - Updated dependencies
17
+ - @ctx-core/error@11.4.1
18
+ - @ctx-core/object@22.1.3
19
+
20
+ ## 16.0.12
21
+
22
+ ### Patch Changes
23
+
24
+ - update dependencies
25
+
3
26
  ## 16.0.11
4
27
 
5
28
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/env",
3
- "version": "16.0.11",
3
+ "version": "16.0.14",
4
4
  "description": "ctx-core env",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -34,11 +34,11 @@
34
34
  "test-unit-coverage": "c8 pnpm test-unit"
35
35
  },
36
36
  "dependencies": {
37
- "@ctx-core/error": "^11.4.0",
38
- "@ctx-core/function": "*",
39
- "@ctx-core/nanostores": "^1.0.4",
40
- "@ctx-core/object": "*",
41
- "svelte": "^3.46.4"
37
+ "@ctx-core/error": "^11.4.1",
38
+ "@ctx-core/function": "^20.6.0",
39
+ "@ctx-core/nanostores": "^1.0.9",
40
+ "@ctx-core/object": "^22.1.3",
41
+ "svelte": "^3.47.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "c8": "^7.11.0",
@@ -53,4 +53,4 @@
53
53
  },
54
54
  "svelte": "./src/index.js",
55
55
  "sideEffects": false
56
- }
56
+ }
Binary file