@autometa/config 0.1.24 → 0.1.26

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.
@@ -1,16 +1,16 @@
1
1
 
2
- > @autometa/config@0.1.23 test /Users/ben.aherne/Documents/GitHub/autometa/packages/config
2
+ > @autometa/config@0.1.24 test /Users/ben.aherne/Documents/GitHub/autometa/packages/config
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
6
  RUN v1.4.0 /Users/ben.aherne/Documents/GitHub/autometa/packages/config
7
7
 
8
+ ✓ src/envrionment-reader.spec.ts (7 tests) 3ms
8
9
  ✓ src/define-config.spec.ts (7 tests) 4ms
9
- ✓ src/config.schema.spec.ts (13 tests) 10ms
10
- ✓ src/envrionment-reader.spec.ts (7 tests) 2ms
10
+ ✓ src/config.schema.spec.ts (13 tests) 34ms
11
11
 
12
12
  Test Files 3 passed (3)
13
13
  Tests 27 passed (27)
14
- Start at 21:38:57
15
- Duration 1.53s (transform 339ms, setup 0ms, collect 432ms, tests 16ms, environment 0ms, prepare 1.72s)
14
+ Start at 13:47:45
15
+ Duration 1.40s (transform 193ms, setup 0ms, collect 731ms, tests 41ms, environment 0ms, prepare 561ms)
16
16
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @autometa/config
2
2
 
3
+ ## 0.1.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [da669a3]
8
+ - @autometa/app@0.4.1
9
+
10
+ ## 0.1.25
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [7440e9f]
15
+ - @autometa/app@0.4.0
16
+
3
17
  ## 0.1.24
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/config",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,16 +27,16 @@
27
27
  "tsup": "^7.2.0",
28
28
  "typescript": "^4.9.5",
29
29
  "vitest": "1.4.0",
30
- "tsconfig": "0.7.0",
31
- "eslint-config-custom": "0.6.0"
30
+ "eslint-config-custom": "0.6.0",
31
+ "tsconfig": "0.7.0"
32
32
  },
33
33
  "dependencies": {
34
34
  "error-cause": "^1.0.5",
35
35
  "zod": "^3.21.4",
36
- "@autometa/app": "^0.3.5",
37
- "@autometa/types": "^0.4.1",
36
+ "@autometa/app": "^0.4.1",
38
37
  "@autometa/asserters": "^0.1.8",
39
- "@autometa/errors": "^0.2.2"
38
+ "@autometa/errors": "^0.2.2",
39
+ "@autometa/types": "^0.4.1"
40
40
  },
41
41
  "scripts": {
42
42
  "test": "vitest run --passWithNoTests",