Skip to content

Commit e07f40b

Browse files
committed
fix(manifests): fix time-sync manifests
1 parent ee814c0 commit e07f40b

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

manifests/examples/builtins/time-sync/failure-missing-config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ initialize:
88
'time-sync':
99
method: TimeSync
1010
path: 'builtin'
11-
config:
1211
tree:
1312
children:
1413
child:

manifests/outputs/builtins/time-sync/failure-missing-global-config.yaml renamed to manifests/outputs/builtins/time-sync/failure-missing-config.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,25 @@ initialize:
88
time-sync:
99
method: TimeSync
1010
path: builtin
11-
config: null
1211
execution:
1312
status: fail
1413
command: >-
1514
/Users/manushak/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
1615
/Users/manushak/Documents/Projects/Green-Software/if/src/if-run/index.ts -m
17-
manifests/examples/builtins/time-sync/failure-missing-global-config.yml -o
18-
manifests/outputs/builtins/time-sync/failure-missing-global-config.yml
16+
manifests/examples/builtins/time-sync/failure-missing-config.yml -o
17+
manifests/outputs/builtins/time-sync/failure-missing-config.yaml
1918
environment:
2019
if-version: 0.6.0
2120
os: macOS
2221
os-version: 14.6.1
2322
node-version: 18.20.4
24-
date-time: 2024-09-12T06:16:16.464Z (UTC)
23+
date-time: 2024-10-04T13:07:11.870Z (UTC)
2524
dependencies:
2625
- '@babel/core@7.22.10'
2726
- '@babel/preset-typescript@7.23.3'
2827
- '@commitlint/cli@18.6.0'
2928
- '@commitlint/config-conventional@18.6.0'
30-
- '@grnsft/if-core@0.0.22'
29+
- '@grnsft/if-core@0.0.25'
3130
- '@jest/globals@29.7.0'
3231
- '@types/jest@29.5.8'
3332
- '@types/js-yaml@4.0.9'
@@ -53,9 +52,7 @@ execution:
5352
- typescript@5.2.2
5453
- winston@3.11.0
5554
- zod@3.23.8
56-
error: >-
57-
ManifestValidationError: "initialize.plugins.time-sync.config" parameter is
58-
expected object, received null. Error code: invalid_type.
55+
error: 'ConfigError: Config is not provided.'
5956
tree:
6057
children:
6158
child:

0 commit comments

Comments
 (0)