Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/updateRuntimeDependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ const HEADER = `/*
/**
* Package the TypeScript declarations for dayjs, jsonpath and SmartLegalContract
* These are needed at runtime to compile user TypeScript code and template logic to JS
* used for dynamic contract generation
* generated files are placed in src/runtime/ and imported where needed
* used in the Smart Contract Runtime
*/
const dayjs = readFileSync('./node_modules/dayjs/index.d.ts').toString(
'base64'
Expand Down