@ctx-core/env 15.0.11 → 15.0.16

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,37 @@
1
1
  # @ctx-core/env
2
2
 
3
+ ## 15.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 15.0.15
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - @ctx-core/nanostores@0.4.0
16
+
17
+ ## 15.0.14
18
+
19
+ ### Patch Changes
20
+
21
+ - 738370415: svelte: ^3.45.0 -> ^3.46.1
22
+
23
+ ## 15.0.13
24
+
25
+ ### Patch Changes
26
+
27
+ - update dependencies
28
+
29
+ ## 15.0.12
30
+
31
+ ### Patch Changes
32
+
33
+ - update dependencies
34
+
3
35
  ## 15.0.11
4
36
 
5
37
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1 +1,2 @@
1
1
 
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/env",
3
- "version": "15.0.11",
3
+ "version": "15.0.16",
4
4
  "description": "ctx-core env",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -27,9 +27,9 @@
27
27
  "dependencies": {
28
28
  "@ctx-core/error": "^11.1.23",
29
29
  "@ctx-core/function": "^20.2.25",
30
- "@ctx-core/nanostores": "^0.3.5",
30
+ "@ctx-core/nanostores": "^0.4.0",
31
31
  "@ctx-core/object": "^22.0.12",
32
- "svelte": "^3.45.0"
32
+ "svelte": "^3.46.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "c8": "^7.11.0",