@opentabs-dev/opentabs-plugin-panda-express 0.0.76 → 0.0.78
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 +4 -2
- package/dist/adapter.iife.js.map +2 -2
- package/dist/tools.json +1 -1
- package/package.json +10 -4
package/dist/adapter.iife.js
CHANGED
|
@@ -289,6 +289,8 @@
|
|
|
289
289
|
* (e.g., 'https://github.com'), not a match pattern.
|
|
290
290
|
*/
|
|
291
291
|
homepage;
|
|
292
|
+
/** Typed configuration schema — declares settings that users provide via config.json or the side panel. */
|
|
293
|
+
configSchema;
|
|
292
294
|
};
|
|
293
295
|
|
|
294
296
|
// src/panda-api.ts
|
|
@@ -14897,7 +14899,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14897
14899
|
};
|
|
14898
14900
|
var src_default = new PandaExpressPlugin();
|
|
14899
14901
|
|
|
14900
|
-
// dist/
|
|
14902
|
+
// dist/_adapter_entry_6f2136a4-2c9e-483d-9f1d-367593218a21.ts
|
|
14901
14903
|
if (!globalThis.__openTabs) {
|
|
14902
14904
|
globalThis.__openTabs = {};
|
|
14903
14905
|
} else {
|
|
@@ -15113,5 +15115,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15113
15115
|
};
|
|
15114
15116
|
delete src_default.onDeactivate;
|
|
15115
15117
|
}
|
|
15116
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["panda-express"]){var a=o.adapters["panda-express"];a.__adapterHash="
|
|
15118
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["panda-express"]){var a=o.adapters["panda-express"];a.__adapterHash="0b3ac0a9c5168e5b3d04cd385260bff1d968ce66a5d38a901accc88b9d633950";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,"panda-express",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15117
15119
|
//# sourceMappingURL=adapter.iife.js.map
|