windrunner 1.0.2 → 1.1.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.
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
- {
2
- "name": "windrunner",
3
- "version": "1.0.2",
4
- "description": "Zero-config Tailwind v4 runtime — compile utility classes on-demand in the browser, no build step required",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "module": "dist/index.esm.js",
8
- "types": "dist/index.d.ts",
9
- "prepare": "node build.js",
10
- "engines": {
11
- "node": ">=18"
12
- },
13
- "exports": {
14
- ".": {
15
- "import": "./dist/index.esm.js",
16
- "require": "./dist/index.js"
17
- },
18
- "./min": {
19
- "import": "./dist/index.min.js"
20
- },
21
- "./dist/index.esm.js": "./dist/index.esm.js",
22
- "./dist/index.min.js": "./dist/index.min.js"
23
- },
24
- "files": [
25
- "dist/"
26
- ],
27
- "scripts": {
28
- "build": "node build.js",
29
- "test": "vitest --run",
30
- "release": "npm run build && git add -A && git commit -m \"chore(release): prepare release\" || true && git push",
31
- "dev": "node -e \"import('./src/index.js').then(m => console.log(m.compileRuntimeClassName('flex')))\""
32
- },
33
- "keywords": [
34
- "tailwind",
35
- "tailwindcss",
36
- "windrunner",
37
- "runtime",
38
- "css",
39
- "browser",
40
- "zero-config",
41
- "utility-first"
42
- ],
43
- "author": "Bigetion",
44
- "license": "ISC",
45
- "repository": {
46
- "type": "git",
47
- "url": "git+https://github.com/Bigetion/windrunner.git"
48
- },
49
- "bugs": {
50
- "url": "https://github.com/Bigetion/windrunner/issues"
51
- },
52
- "homepage": "https://github.com/Bigetion/windrunner#readme",
53
- "devDependencies": {
54
- "esbuild": "^0.28.1",
55
- "typescript": "^5.0.0",
56
- "vitest": "^4.1.9"
57
- }
58
- }
1
+ {
2
+ "name": "windrunner",
3
+ "version": "1.1.0",
4
+ "description": "Zero-config Tailwind v4 runtime — compile utility classes on-demand in the browser, no build step required",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "module": "dist/index.esm.js",
8
+ "types": "dist/index.d.ts",
9
+ "prepare": "node build.js",
10
+ "engines": {
11
+ "node": ">=18"
12
+ },
13
+ "exports": {
14
+ ".": {
15
+ "import": "./dist/index.esm.js",
16
+ "require": "./dist/index.js"
17
+ },
18
+ "./min": {
19
+ "import": "./dist/index.min.js"
20
+ },
21
+ "./dist/index.esm.js": "./dist/index.esm.js",
22
+ "./dist/index.min.js": "./dist/index.min.js"
23
+ },
24
+ "files": [
25
+ "dist/"
26
+ ],
27
+ "scripts": {
28
+ "build": "node build.js",
29
+ "test": "vitest --run",
30
+ "release": "npm run build && git add -A && git commit -m \"chore(release): prepare release\" || true && git push",
31
+ "dev": "node -e \"import('./src/index.js').then(m => console.log(m.compileRuntimeClassName('flex')))\""
32
+ },
33
+ "keywords": [
34
+ "tailwind",
35
+ "tailwindcss",
36
+ "windrunner",
37
+ "runtime",
38
+ "css",
39
+ "browser",
40
+ "zero-config",
41
+ "utility-first"
42
+ ],
43
+ "author": "Bigetion",
44
+ "license": "ISC",
45
+ "repository": {
46
+ "type": "git",
47
+ "url": "git+https://github.com/Bigetion/windrunner.git"
48
+ },
49
+ "bugs": {
50
+ "url": "https://github.com/Bigetion/windrunner/issues"
51
+ },
52
+ "homepage": "https://github.com/Bigetion/windrunner#readme",
53
+ "devDependencies": {
54
+ "esbuild": "^0.28.1",
55
+ "typescript": "^5.0.0",
56
+ "vitest": "^4.1.9"
57
+ }
58
+ }