Commit Graph

4 Commits

Author SHA1 Message Date
a92c42829c Fix CI: commit package-lock.json and remove it from .gitignore
Some checks failed
Build and Test / build (16.x) (push) Failing after 11s
Build and Test / build (18.x) (push) Failing after 9s
Build and Test / build (20.x) (push) Failing after 9s
npm ci requires a lockfile to exist in the repo. All 3 CI runs have
been failing since the initial commit because package-lock.json was
gitignored.
2026-03-17 10:53:08 -04:00
e6f95bc165 Sync Node SDK with Go SDK: add missing types, credentials functions, and client getters
Some checks failed
Build and Test / build (16.x) (push) Failing after 15s
Build and Test / build (20.x) (push) Failing after 14s
Build and Test / build (18.x) (push) Failing after 16s
- Add remote field to SmartContractCreateRequest
- Add GrpcConnectionInfo interface and field on SmartContract
- Add addChain, setDefault, deleteChain credential functions
- Add getPublicId, getAuthKeyId, getEndpoint client accessors
- Fix expandPath to handle both $VAR and ${VAR} env var formats
- Improve saveConfig with better yaml.dump options and _rawContent tracking
2026-03-17 10:50:43 -04:00
5c7770be70 Updated package name
Some checks failed
Build and Test / build (16.x) (push) Failing after 5s
Build and Test / build (18.x) (push) Failing after 3s
Build and Test / build (20.x) (push) Failing after 3s
2025-11-11 13:41:25 -05:00
98ab2e05a7 Initial Commit
Some checks failed
Build and Test / build (16.x) (push) Failing after 12s
Build and Test / build (18.x) (push) Failing after 6s
Build and Test / build (20.x) (push) Failing after 6s
2025-11-05 15:25:20 -05:00