diff --git a/scripts/updateRuntimeDependencies.js b/scripts/updateRuntimeDependencies.js index 4c63a7d..c127817 100644 --- a/scripts/updateRuntimeDependencies.js +++ b/scripts/updateRuntimeDependencies.js @@ -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'