@openfn/cli 1.27.0 → 1.28.0

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.
@@ -2451,6 +2451,7 @@ async function handler(options8, logger) {
2451
2451
  endpoint: config2.endpoint
2452
2452
  };
2453
2453
  }
2454
+ localProject.credentials = localProject.buildCredentialMap();
2454
2455
  logger.success(`Loaded local project ${printProjectName(localProject)}`);
2455
2456
  const merged = options8.new ? localProject : await syncProjects(options8, config2, ws, localProject, logger);
2456
2457
  const state = merged.serialize("state", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/cli",
3
- "version": "1.27.0",
3
+ "version": "1.28.0",
4
4
  "description": "CLI devtools for the OpenFn toolchain",
5
5
  "engines": {
6
6
  "node": ">=18",
@@ -52,10 +52,10 @@
52
52
  "yargs": "^17.7.2",
53
53
  "@openfn/compiler": "1.2.2",
54
54
  "@openfn/deploy": "0.11.5",
55
- "@openfn/lexicon": "^1.4.1",
56
55
  "@openfn/describe-package": "0.1.5",
56
+ "@openfn/lexicon": "^1.4.1",
57
57
  "@openfn/logger": "1.1.1",
58
- "@openfn/project": "^0.13.1",
58
+ "@openfn/project": "^0.14.0",
59
59
  "@openfn/runtime": "1.8.4"
60
60
  },
61
61
  "files": [