literaljs 8.1.7 → 8.1.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -385,7 +385,7 @@ Pass styles as objects (not strings). String styles cause a `TypeError` because
385
385
 
386
386
  ## Changelog
387
387
 
388
- ### [8.1.7] - 2026-06-09
388
+ ### [8.1.8] - 2026-06-09
389
389
 
390
390
  **Fixed**: State updates now correctly trigger DOM updates when component instances are returned directly from `render()`.
391
391
 
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "literaljs",
3
- "version": "8.1.7",
3
+ "version": "8.1.8",
4
4
  "description": "A small JavaScript library for building reactive user interfaces.",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.m.js",
7
- "source": "src/index.js",
8
7
  "scripts": {
9
8
  "build": "microbundle --no-sourcemap",
10
9
  "test": "jest --coverage",