@ctx-core/env 16.0.15 → 16.0.18

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,35 @@
1
1
  # @ctx-core/env
2
2
 
3
+ ## 16.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/nanostores@1.0.13
10
+ - @ctx-core/object@22.1.6
11
+
12
+ ## 16.0.17
13
+
14
+ ### Patch Changes
15
+
16
+ - fix: @ctx-core/\* dependencies
17
+ - Updated dependencies
18
+ - @ctx-core/error@11.4.3
19
+ - @ctx-core/nanostores@1.0.12
20
+ - @ctx-core/object@22.1.5
21
+
22
+ ## 16.0.16
23
+
24
+ ### Patch Changes
25
+
26
+ - package.json: exports: update
27
+ - Updated dependencies
28
+ - @ctx-core/error@11.4.2
29
+ - @ctx-core/function@20.6.1
30
+ - @ctx-core/nanostores@1.0.11
31
+ - @ctx-core/object@22.1.4
32
+
3
33
  ## 16.0.15
4
34
 
5
35
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/env",
3
- "version": "16.0.15",
3
+ "version": "16.0.18",
4
4
  "description": "ctx-core env",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -19,9 +19,7 @@
19
19
  "type": "module",
20
20
  "types": "./src/index.d.ts",
21
21
  "exports": {
22
- ".": {
23
- "import": "./src/index.js"
24
- },
22
+ ".": "./src/index.js",
25
23
  "./package.json": "./package.json"
26
24
  },
27
25
  "scripts": {
@@ -34,10 +32,10 @@
34
32
  "test-unit-coverage": "c8 pnpm test-unit"
35
33
  },
36
34
  "dependencies": {
37
- "@ctx-core/error": "^11.4.1",
38
- "@ctx-core/function": "^20.6.0",
39
- "@ctx-core/nanostores": "^1.0.10",
40
- "@ctx-core/object": "^22.1.3",
35
+ "@ctx-core/error": "^11.4.3",
36
+ "@ctx-core/function": "^20.7.0",
37
+ "@ctx-core/nanostores": "^1.0.13",
38
+ "@ctx-core/object": "^22.1.6",
41
39
  "svelte": "^3.47.0"
42
40
  },
43
41
  "devDependencies": {
@@ -53,4 +51,4 @@
53
51
  },
54
52
  "svelte": "./src/index.js",
55
53
  "sideEffects": false
56
- }
54
+ }
Binary file