@opentabs-dev/opentabs-plugin-npm 0.0.74 → 0.0.76
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
|
@@ -14790,7 +14790,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14790
14790
|
};
|
|
14791
14791
|
var src_default = new NpmPlugin();
|
|
14792
14792
|
|
|
14793
|
-
// dist/
|
|
14793
|
+
// dist/_adapter_entry_7864abc4-c9d4-4320-b8aa-e139f8a10b0d.ts
|
|
14794
14794
|
if (!globalThis.__openTabs) {
|
|
14795
14795
|
globalThis.__openTabs = {};
|
|
14796
14796
|
} else {
|
|
@@ -15006,5 +15006,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15006
15006
|
};
|
|
15007
15007
|
delete src_default.onDeactivate;
|
|
15008
15008
|
}
|
|
15009
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["npm"]){var a=o.adapters["npm"];a.__adapterHash="
|
|
15009
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["npm"]){var a=o.adapters["npm"];a.__adapterHash="31aa7dab1cf87bd24245552931823be86fb64beb0e507ba503674c5e85b5b17b";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,"npm",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15010
15010
|
//# sourceMappingURL=adapter.iife.js.map
|