@kehto/paja 0.3.4 → 0.3.5
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/browser-host.js +1 -1
- package/dist/browser-host.js.map +1 -1
- package/package.json +10 -10
package/dist/browser-host.js
CHANGED
|
@@ -607,7 +607,7 @@ function deserialize2(json) {
|
|
|
607
607
|
return defaultConfig();
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
// ../../node_modules/.pnpm/@napplet+core@0.
|
|
610
|
+
// ../../node_modules/.pnpm/@napplet+core@0.24.0/node_modules/@napplet/core/dist/index.js
|
|
611
611
|
function createDispatch() {
|
|
612
612
|
const handlers = /* @__PURE__ */ new Map();
|
|
613
613
|
function registerNap2(domain, handler) {
|