Skip to content

Commit 95ad622

Browse files
committed
Fix #108 - Un-break semver
1 parent 5da947a commit 95ad622

3 files changed

Lines changed: 67 additions & 64 deletions

File tree

esm/reactive.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { Hole, html, svg, htmlFor, svgFor, attr } from './keyed.js';
22

3-
import { detach, attach } from './render/reactive.js';
3+
import { attach, detach } from './render/reactive.js';
44

5-
export { Hole, detach, attach, html, svg, htmlFor, svgFor, attr };
5+
export { Hole, attach, detach, html, svg, htmlFor, svgFor, attr };
6+
7+
// TODO: mostly backward compatibility ... should this change?
8+
export { attach as reactive };

package-lock.json

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@rollup/plugin-terser": "^0.4.4",
2929
"ascjs": "^6.0.3",
3030
"c8": "^9.1.0",
31-
"rollup": "^4.9.5",
31+
"rollup": "^4.10.0",
3232
"typescript": "^5.3.3"
3333
},
3434
"module": "./esm/index.js",
@@ -76,7 +76,7 @@
7676
"@webreflection/uparser": "^0.3.3",
7777
"custom-function": "^1.0.6",
7878
"domconstants": "^1.1.6",
79-
"gc-hook": "^0.3.0",
79+
"gc-hook": "^0.3.1",
8080
"html-escaper": "^3.0.3",
8181
"htmlparser2": "^9.1.0",
8282
"udomdiff": "^1.1.0"

0 commit comments

Comments
 (0)