@yummacss/nitro 0.5.1 → 3.8.0

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 (1) hide show
  1. package/package.json +7 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yummacss/nitro",
3
- "version": "0.5.1",
3
+ "version": "3.8.0",
4
4
  "description": "The engine behind Yumma CSS.",
5
5
  "keywords": [
6
6
  "css-framework",
@@ -27,25 +27,21 @@
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "git+https://github.com/yummacss/nitro.git"
30
+ "url": "git+https://github.com/yummacss/yummacss.git",
31
+ "directory": "packages/nitro"
31
32
  },
32
33
  "dependencies": {
33
- "@yummacss/api": "^1.8.0",
34
34
  "globby": "^16.1.0",
35
- "zod": "^4.3.4"
36
- },
37
- "devDependencies": {
38
- "@biomejs/biome": "2.3.10",
39
- "@types/node": "^25.0.3",
40
- "tsdown": "^0.18.4",
41
- "typescript": "^5.9.3"
35
+ "zod": "^4.3.4",
36
+ "@yummacss/api": "3.8.0"
42
37
  },
43
38
  "publishConfig": {
44
39
  "access": "public",
45
- "provenance": false
40
+ "provenance": true
46
41
  },
47
42
  "scripts": {
48
43
  "build": "tsdown",
44
+ "check": "tsc --noEmit",
49
45
  "dev": "tsdown --watch",
50
46
  "lint": "biome check --write"
51
47
  }