@casual-simulation/aux-common
Advanced tools
Comparing version 3.3.4-alpha.9230094984 to 3.3.4-alpha.9289538794
@@ -1519,2 +1519,16 @@ import { clamp } from '../utils'; | ||
} | ||
/** | ||
* Creates a CreateStaticHtmlAction. | ||
* @param bots The bots that should be used to render the template. | ||
* @param templateUrl The URL of the template. | ||
* @param taskId The ID of the task. | ||
*/ | ||
export function createStaticHtml(bots, templateUrl, taskId) { | ||
return { | ||
type: 'create_static_html', | ||
bots, | ||
templateUrl, | ||
taskId, | ||
}; | ||
} | ||
//# sourceMappingURL=BotEvents.js.map |
{ | ||
"name": "@casual-simulation/aux-common", | ||
"version": "3.3.4-alpha.9230094984", | ||
"version": "3.3.4-alpha.9289538794", | ||
"description": "Common library for AUX projects", | ||
@@ -43,3 +43,3 @@ "main": "index.js", | ||
"@casual-simulation/three": "^0.140.3", | ||
"@casual-simulation/timesync": "^3.3.4-alpha.9230094984", | ||
"@casual-simulation/timesync": "^3.3.4-alpha.9289538794", | ||
"@tweenjs/tween.js": "18.6.0", | ||
@@ -75,3 +75,3 @@ "@types/estraverse": "^5.1.1", | ||
], | ||
"gitHead": "e5f9dc3d17707b4d9104ee1aa8f5fe76c69e8379" | ||
"gitHead": "9619b78554d8fe16e8ad7f72c0afed688c760e3d" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1513041
31140