@oiyo/core 0.3.4 → 0.3.6
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/index.cjs +2 -2
- package/dist/index.d.cts +3 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/core v0.3.
|
|
2
|
+
* @oiyo/core v0.3.6
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
@@ -236,7 +236,9 @@ declare class OiyoModRoot {
|
|
|
236
236
|
code: string;
|
|
237
237
|
map: _$magic_string0.SourceMap;
|
|
238
238
|
};
|
|
239
|
+
private resetRootTemplate;
|
|
239
240
|
shouldRefreshView(code: string): boolean;
|
|
241
|
+
private resetRootVM;
|
|
240
242
|
shouldRefreshVM: (code: string) => boolean;
|
|
241
243
|
}
|
|
242
244
|
//#endregion
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @oiyo/core v0.3.
|
|
2
|
+
* @oiyo/core v0.3.6
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
@@ -236,7 +236,9 @@ declare class OiyoModRoot {
|
|
|
236
236
|
code: string;
|
|
237
237
|
map: _$magic_string0.SourceMap;
|
|
238
238
|
};
|
|
239
|
+
private resetRootTemplate;
|
|
239
240
|
shouldRefreshView(code: string): boolean;
|
|
241
|
+
private resetRootVM;
|
|
240
242
|
shouldRefreshVM: (code: string) => boolean;
|
|
241
243
|
}
|
|
242
244
|
//#endregion
|