From ca2a9b6bbbbc4cc06a9e3492da70804f4dd2175d Mon Sep 17 00:00:00 2001 From: Aayush-kumar-ctrl Date: Sun, 1 Feb 2026 00:17:08 +0530 Subject: [PATCH 1/4] testing --- scripts/updateRuntimeDependencies.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/updateRuntimeDependencies.js b/scripts/updateRuntimeDependencies.js index 4c63a7d..fb72890 100644 --- a/scripts/updateRuntimeDependencies.js +++ b/scripts/updateRuntimeDependencies.js @@ -44,6 +44,7 @@ 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 */ const dayjs = readFileSync('./node_modules/dayjs/index.d.ts').toString( 'base64' From 15557550411e48a43af8d8f6e5624215d9e0e3c7 Mon Sep 17 00:00:00 2001 From: Aayush-kumar-ctrl Date: Sun, 1 Feb 2026 00:23:51 +0530 Subject: [PATCH 2/4] Signed-off-by: Aayush --- scripts/updateRuntimeDependencies.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/updateRuntimeDependencies.js b/scripts/updateRuntimeDependencies.js index fb72890..50e4e10 100644 --- a/scripts/updateRuntimeDependencies.js +++ b/scripts/updateRuntimeDependencies.js @@ -45,6 +45,7 @@ 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 + * used in the Smart Contract Runtime */ const dayjs = readFileSync('./node_modules/dayjs/index.d.ts').toString( 'base64' From f7194f9534c804cb21d7da5e2e374468ffd1f16c Mon Sep 17 00:00:00 2001 From: Aayush-kumar-ctrl Date: Sun, 1 Feb 2026 00:54:03 +0530 Subject: [PATCH 3/4] testrr --- scripts/updateRuntimeDependencies.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/updateRuntimeDependencies.js b/scripts/updateRuntimeDependencies.js index 50e4e10..c127817 100644 --- a/scripts/updateRuntimeDependencies.js +++ b/scripts/updateRuntimeDependencies.js @@ -45,6 +45,7 @@ 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( From 83ad58d8b7a8043d8d6d7dd5ea9f598fdb3be824 Mon Sep 17 00:00:00 2001 From: Aayush-kumar-ctrl Date: Sun, 1 Feb 2026 00:54:03 +0530 Subject: [PATCH 4/4] testrr Signed-off-by: Aayush-kumar-ctrl --- scripts/updateRuntimeDependencies.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/updateRuntimeDependencies.js b/scripts/updateRuntimeDependencies.js index 50e4e10..c127817 100644 --- a/scripts/updateRuntimeDependencies.js +++ b/scripts/updateRuntimeDependencies.js @@ -45,6 +45,7 @@ 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(