nuclo 0.1.67 → 0.1.70

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 +4 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -586,11 +586,11 @@ These markers identify conditional and list boundaries in the DOM.
586
586
 
587
587
  ## Documentation
588
588
 
589
- Full documentation is available at [https://dan2dev.github.io/nuclo/](https://dan2dev.github.io/nuclo/)
589
+ Full documentation is available at [https://nuclo.dan2.dev/](https://nuclo.dan2.dev/)
590
590
 
591
- - [Getting Started](https://dan2dev.github.io/nuclo/getting-started.html)
592
- - [API Reference](https://dan2dev.github.io/nuclo/api.html)
593
- - [Examples](https://dan2dev.github.io/nuclo/examples.html)
591
+ - [Getting Started](https://nuclo.dan2.dev/getting-started)
592
+ - [API Reference](https://nuclo.dan2.dev/core-api)
593
+ - [Examples](https://nuclo.dan2.dev/examples)
594
594
 
595
595
  ---
596
596
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuclo",
3
3
  "private": false,
4
- "version": "0.1.67",
4
+ "version": "0.1.70",
5
5
  "type": "module",
6
6
  "main": "./dist/nuclo.cjs",
7
7
  "module": "./dist/nuclo.js",
@@ -29,15 +29,15 @@
29
29
  "@rollup/plugin-terser": "^0.4.4",
30
30
  "@rollup/plugin-typescript": "^12.3.0",
31
31
  "@types/node": "^24.10.1",
32
- "@vitest/coverage-v8": "4.0.13",
32
+ "@vitest/coverage-v8": "4.0.14",
33
33
  "eslint": "^9.39.1",
34
34
  "globals": "^16.5.0",
35
35
  "jsdom": "^27.2.0",
36
36
  "rollup": "^4.53.3",
37
37
  "tslib": "^2.8.1",
38
38
  "typescript": "^5.9.3",
39
- "typescript-eslint": "^8.47.0",
40
- "vitest": "^4.0.13"
39
+ "typescript-eslint": "^8.48.0",
40
+ "vitest": "^4.0.14"
41
41
  },
42
42
  "repository": {
43
43
  "type": "git",
@@ -46,7 +46,7 @@
46
46
  "bugs": {
47
47
  "url": "https://github.com/dan2dev/nuclo/issues"
48
48
  },
49
- "homepage": "https://dan2.dev/nuclo/",
49
+ "homepage": "https://nuclo.dan2.dev/",
50
50
  "scripts": {
51
51
  "build": "rm -rf dist && rollup -c && tsc --emitDeclarationOnly",
52
52
  "dev": "rm -rf dist && rollup -c -w & tsc --emitDeclarationOnly --watch",