mol_dump_lib 0.0.4 → 0.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_dump_lib",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -438,6 +438,7 @@ declare namespace $ {
438
438
  }
439
439
 
440
440
  declare namespace $ {
441
+ function $mol_style_attach_force(): HTMLStyleElement;
441
442
  function $mol_style_attach(id: string, text: string): HTMLStyleElement | null;
442
443
  }
443
444