@opentabs-dev/opentabs-plugin-temporal-cloud 0.0.88 → 0.0.89
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.
- package/dist/adapter.iife.js +2 -2
- package/dist/adapter.iife.js.map +1 -1
- package/dist/tools.json +1 -1
- package/package.json +3 -3
package/dist/adapter.iife.js
CHANGED
|
@@ -15523,7 +15523,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15523
15523
|
};
|
|
15524
15524
|
var src_default = new TemporalCloudPlugin();
|
|
15525
15525
|
|
|
15526
|
-
// dist/
|
|
15526
|
+
// dist/_adapter_entry_4d9f177e-6eb9-458d-8c86-3ac5cf725734.ts
|
|
15527
15527
|
if (!globalThis.__openTabs) {
|
|
15528
15528
|
globalThis.__openTabs = {};
|
|
15529
15529
|
} else {
|
|
@@ -15741,5 +15741,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15741
15741
|
};
|
|
15742
15742
|
delete src_default.onDeactivate;
|
|
15743
15743
|
}
|
|
15744
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["temporal-cloud"]){var a=o.adapters["temporal-cloud"];a.__adapterHash="
|
|
15744
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["temporal-cloud"]){var a=o.adapters["temporal-cloud"];a.__adapterHash="8414949383c4e85df9b94f1ced0b1c4091e6cdf521b07fd11632291322f03cd4";if(a.tools&&Array.isArray(a.tools)){for(var i=0;i<a.tools.length;i++){Object.freeze(a.tools[i]);}Object.freeze(a.tools);}Object.freeze(a);Object.defineProperty(o.adapters,"temporal-cloud",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15745
15745
|
//# sourceMappingURL=adapter.iife.js.map
|