@ctx-core/env 16.0.13 → 16.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 +25 -0
- package/ctx-core-env-16.0.16.tgz +0 -0
- package/package.json +7 -9
- package/COMMIT_EDITMSG +0 -18
- package/ctx-core-env-16.0.13.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @ctx-core/env
|
|
2
2
|
|
|
3
|
+
## 16.0.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- package.json: exports: update
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @ctx-core/error@11.4.2
|
|
10
|
+
- @ctx-core/function@20.6.1
|
|
11
|
+
- @ctx-core/nanostores@1.0.11
|
|
12
|
+
- @ctx-core/object@22.1.4
|
|
13
|
+
|
|
14
|
+
## 16.0.15
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- update dependencies
|
|
19
|
+
|
|
20
|
+
## 16.0.14
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- svelte: ^3.46.6 -> ^3.47.0
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @ctx-core/nanostores@1.0.9
|
|
27
|
+
|
|
3
28
|
## 16.0.13
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/env",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.16",
|
|
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,11 +32,11 @@
|
|
|
34
32
|
"test-unit-coverage": "c8 pnpm test-unit"
|
|
35
33
|
},
|
|
36
34
|
"dependencies": {
|
|
37
|
-
"@ctx-core/error": "
|
|
38
|
-
"@ctx-core/function": "
|
|
39
|
-
"@ctx-core/nanostores": "
|
|
40
|
-
"@ctx-core/object": "
|
|
41
|
-
"svelte": "^3.
|
|
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",
|
|
39
|
+
"svelte": "^3.47.0"
|
|
42
40
|
},
|
|
43
41
|
"devDependencies": {
|
|
44
42
|
"c8": "^7.11.0",
|
package/COMMIT_EDITMSG
DELETED
package/ctx-core-env-16.0.13.tgz
DELETED
|
Binary file
|