Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dist/
config/oauth_config.json
config/iparam_test_data.json
log/*
fdk.log
4 changes: 2 additions & 2 deletions current-host/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</body>

<script defer src="scripts/app.js"></script>
<script async type="module" src="https://unpkg.com/@freshworks/crayons@3/dist/crayons/crayons.esm.js"></script>
<script async nomodule src="https://unpkg.com/@freshworks/crayons@3/dist/crayons/crayons.js"></script>
<script async type="module" src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.esm.js"></script>
<script async nomodule src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.js"></script>

</html>
2 changes: 1 addition & 1 deletion current-host/app/scripts/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var client;
let client;

init();

Expand Down
4 changes: 2 additions & 2 deletions current-host/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"engines": {
"node": "18.16.1",
"fdk": "9.1.0"
"node": "18.20.8",
"fdk": "9.7.0"
}
}
4 changes: 2 additions & 2 deletions iparams-html/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</body>

<script defer src="scripts/app.js"></script>
<script async type="module" src="https://unpkg.com/@freshworks/crayons@3/dist/crayons/crayons.esm.js"></script>
<script async nomodule src="https://unpkg.com/@freshworks/crayons@3/dist/crayons/crayons.js"></script>
<script async type="module" src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.esm.js"></script>
<script async nomodule src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.js"></script>

</html>
2 changes: 1 addition & 1 deletion iparams-html/app/scripts/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var client;
let client;

init();

Expand Down
4 changes: 2 additions & 2 deletions iparams-html/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"engines": {
"node": "18.16.1",
"fdk": "9.1.0"
"node": "18.20.8",
"fdk": "9.7.0"
}
}
4 changes: 2 additions & 2 deletions iparams-json/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</body>

<script defer src="scripts/app.js"></script>
<script async type="module" src="https://unpkg.com/@freshworks/crayons@3/dist/crayons/crayons.esm.js"></script>
<script async nomodule src="https://unpkg.com/@freshworks/crayons@3/dist/crayons/crayons.js"></script>
<script async type="module" src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.esm.js"></script>
<script async nomodule src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.js"></script>
</html>
2 changes: 1 addition & 1 deletion iparams-json/app/scripts/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var client;
let client;

init();

Expand Down
4 changes: 2 additions & 2 deletions iparams-json/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"engines": {
"node": "18.16.1",
"fdk": "9.1.0"
"node": "18.20.8",
"fdk": "9.7.0"
}
}
4 changes: 2 additions & 2 deletions placeholders/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</body>

<script defer src="scripts/app.js"></script>
<script async type="module" src="https://unpkg.com/@freshworks/crayons@3/dist/crayons/crayons.esm.js"></script>
<script async nomodule src="https://unpkg.com/@freshworks/crayons@3/dist/crayons/crayons.js"></script>
<script async type="module" src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.esm.js"></script>
<script async nomodule src="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/dist/crayons/crayons.js"></script>

</html>
4 changes: 2 additions & 2 deletions placeholders/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"engines": {
"node": "18.16.1",
"fdk": "9.1.0"
"node": "18.20.8",
"fdk": "9.7.0"
}
}