@skirbi/tur 0.0.4 → 0.0.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.
Files changed (3) hide show
  1. package/Changes +8 -0
  2. package/lib/index.mjs +1 -1
  3. package/package.json +11 -5
package/Changes CHANGED
@@ -1,5 +1,13 @@
1
1
  Revision history for @skirbi/tur
2
2
 
3
+ 0.0.6 2026-08-07 01:01:35Z
4
+
5
+ * Update deps
6
+
7
+ 0.0.5 2026-08-04 19:12:58Z
8
+
9
+ * Fix overrides for semtic/sugar
10
+
3
11
  0.0.4 2026-08-01 16:14:20Z
4
12
 
5
13
  * Bump deps
package/lib/index.mjs CHANGED
@@ -2,4 +2,4 @@
2
2
  //
3
3
  // SPDX-License-Identifier: MIT
4
4
 
5
- const VERSION = "0.0.4";
5
+ const VERSION = "0.0.6";
package/package.json CHANGED
@@ -6,15 +6,16 @@
6
6
  "dependencies": {
7
7
  "@skirbi/bolbe": ">=0.0.3",
8
8
  "@skirbi/dibuho": ">=0.0.3",
9
- "@skirbi/pinta": ">=0.0.28",
10
- "@skirbi/semtic": ">=0.0.29",
11
- "@skirbi/sugar": ">=0.1.17"
9
+ "@skirbi/pinta": ">=0.0.29",
10
+ "@skirbi/semtic": ">=0.0.31",
11
+ "@skirbi/sugar": ">=0.1.19"
12
12
  },
13
13
  "description": "Skirbi meta package",
14
14
  "devDependencies": {},
15
15
  "exports": {
16
16
  ".": "./lib/index.mjs"
17
17
  },
18
+ "homepage": "https://skirbi.xyz",
18
19
  "keywords": [
19
20
  "semantic HTML",
20
21
  "web components",
@@ -23,9 +24,14 @@
23
24
  "license": "MIT",
24
25
  "name": "@skirbi/tur",
25
26
  "overrides": {
26
- "@skirbi/sugar": ">=0.1.17"
27
+ "@skirbi/semtic": ">=0.0.31",
28
+ "@skirbi/sugar": ">=0.1.19"
27
29
  },
28
30
  "private": false,
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "git+https://gitlab.com/waterkip/skirbi-tur"
34
+ },
29
35
  "scripts": {
30
36
  "build": "rzil build",
31
37
  "pkg": "rzil pkg",
@@ -34,5 +40,5 @@
34
40
  },
35
41
  "sideEffects": false,
36
42
  "type": "module",
37
- "version": "0.0.4"
43
+ "version": "0.0.6"
38
44
  }