@lotics/cli 0.187.0 → 0.187.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/src/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/src/cli.js CHANGED
@@ -45875,7 +45875,7 @@ function resultSideEffects(result) {
45875
45875
  }
45876
45876
 
45877
45877
  // src/version.ts
45878
- var VERSION = "0.187.0";
45878
+ var VERSION = "0.187.1";
45879
45879
 
45880
45880
  // src/timezone.ts
45881
45881
  function machineTimezone() {
@@ -47412,7 +47412,7 @@ function buildWrapperPage(args) {
47412
47412
  <span>workspace <code>${escapeHtml2(workspace_id)}</code></span>
47413
47413
  <span>RPC \u2192 <code>${escapeHtml2(api_url)}</code></span>
47414
47414
  </header>
47415
- <iframe id="app" sandbox="allow-scripts allow-same-origin allow-downloads" allow="clipboard-write; geolocation; web-share"></iframe>
47415
+ <iframe id="app" sandbox="allow-scripts allow-same-origin allow-downloads allow-modals" allow="clipboard-write; geolocation; web-share"></iframe>
47416
47416
  <script>
47417
47417
  (function () {
47418
47418
  const APP_ID = ${JSON.stringify(app_id)};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotics/cli",
3
- "version": "0.187.0",
3
+ "version": "0.187.1",
4
4
  "description": "Lotics SDK and CLI for AI agents",
5
5
  "type": "module",
6
6
  "bin": {