bunup 0.8.35 → 0.8.36

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/dist/plugins.js CHANGED
@@ -5,8 +5,8 @@ import {
5
5
  injectStyles,
6
6
  report,
7
7
  shims
8
- } from "./chunk-0r7kktgh.js";
9
- import"./chunk-8z361mhm.js";
8
+ } from "./chunk-w13gdbvp.js";
9
+ import"./chunk-ka4kbkdd.js";
10
10
  export {
11
11
  shims,
12
12
  report,
package/package.json CHANGED
@@ -1,93 +1,103 @@
1
1
  {
2
- "name": "bunup",
3
- "description": "⚡ A blazing-fast build tool for your libraries built with Bun.",
4
- "version": "0.8.35",
5
- "type": "module",
6
- "files": ["dist", "bin"],
7
- "types": "./dist/index.d.ts",
8
- "module": "./dist/index.js",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js"
13
- },
14
- "./plugins": {
15
- "types": "./dist/plugins.d.ts",
16
- "import": "./dist/plugins.js"
17
- },
18
- "./cli": {
19
- "import": "./dist/cli/index.js"
20
- }
21
- },
22
- "license": "MIT",
23
- "author": "Arshad Yaseen <m@arshadyaseen.com> (https://arshadyaseen.com)",
24
- "maintainers": [
25
- {
26
- "name": "Arshad Yaseen",
27
- "email": "m@arshadyaseen.com",
28
- "url": "https://arshadyaseen.com"
29
- }
30
- ],
31
- "repository": {
32
- "type": "git",
33
- "url": "git+https://github.com/arshad-yaseen/bunup.git"
34
- },
35
- "funding": "https://github.com/sponsors/arshad-yaseen",
36
- "homepage": "https://bunup.dev",
37
- "keywords": ["bun", "bunup", "bun-bundler"],
38
- "bin": {
39
- "bunup": "bin/bunup.mjs"
40
- },
41
- "dependencies": {
42
- "@clack/prompts": "^0.10.1",
43
- "bun-dts": "^0.1.59",
44
- "chokidar": "^4.0.3",
45
- "coffi": "^0.1.31",
46
- "giget": "^2.0.0",
47
- "picocolors": "^1.1.1",
48
- "replace-in-file": "^8.3.0",
49
- "tinyexec": "^1.0.1"
50
- },
51
- "devDependencies": {
52
- "@biomejs/biome": "^1.9.4",
53
- "@types/bun": "^1.2.5",
54
- "bumpp": "^10.1.0",
55
- "husky": "^9.1.7",
56
- "lightningcss": "^1.30.1",
57
- "lint-staged": "^15.5.1",
58
- "typescript": "^5.8.3"
59
- },
60
- "peerDependencies": {
61
- "typescript": ">=4.5.0",
62
- "lightningcss": ">=1.17.0"
63
- },
64
- "peerDependenciesMeta": {
65
- "typescript": {
66
- "optional": true
67
- },
68
- "lightningcss": {
69
- "optional": true
70
- }
71
- },
72
- "scripts": {
73
- "build": "bunx bunup@latest",
74
- "build:docs": "bun run --cwd docs build",
75
- "dev": "bunx bunup@latest --watch",
76
- "dev:docs": "bun run --cwd docs dev",
77
- "format": "biome format .",
78
- "format:fix": "biome format --write .",
79
- "lint": "biome check .",
80
- "lint:fix": "biome check --write .",
81
- "prepare": "husky",
82
- "test": "bun test",
83
- "test-build": "bun run --cwd tests build",
84
- "tsc": "tsc --noEmit",
85
- "publish:ci": "bun publish --access public --no-git-checks",
86
- "release": "bumpp"
87
- },
88
- "lint-staged": {
89
- "*": "bun run format:fix && git add .",
90
- "src/**/*.(m|c)?(j|t)s": "bun run tsc"
91
- },
92
- "workspaces": ["docs", "tests"]
93
- }
2
+ "name": "bunup",
3
+ "description": "⚡ A blazing-fast build tool for your libraries built with Bun.",
4
+ "version": "0.8.36",
5
+ "type": "module",
6
+ "files": [
7
+ "dist",
8
+ "bin"
9
+ ],
10
+ "types": "./dist/index.d.ts",
11
+ "module": "./dist/index.js",
12
+ "exports": {
13
+ ".": {
14
+ "types": "./dist/index.d.ts",
15
+ "import": "./dist/index.js"
16
+ },
17
+ "./plugins": {
18
+ "types": "./dist/plugins.d.ts",
19
+ "import": "./dist/plugins.js"
20
+ },
21
+ "./cli": {
22
+ "import": "./dist/cli/index.js"
23
+ }
24
+ },
25
+ "license": "MIT",
26
+ "author": "Arshad Yaseen <m@arshadyaseen.com> (https://arshadyaseen.com)",
27
+ "maintainers": [
28
+ {
29
+ "name": "Arshad Yaseen",
30
+ "email": "m@arshadyaseen.com",
31
+ "url": "https://arshadyaseen.com"
32
+ }
33
+ ],
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git+https://github.com/arshad-yaseen/bunup.git"
37
+ },
38
+ "funding": "https://github.com/sponsors/arshad-yaseen",
39
+ "homepage": "https://bunup.dev",
40
+ "keywords": [
41
+ "bun",
42
+ "bunup",
43
+ "bun-bundler"
44
+ ],
45
+ "bin": {
46
+ "bunup": "bin/bunup.mjs"
47
+ },
48
+ "dependencies": {
49
+ "@clack/prompts": "^0.10.1",
50
+ "bun-dts": "^0.1.64",
51
+ "chokidar": "^4.0.3",
52
+ "coffi": "^0.1.31",
53
+ "giget": "^2.0.0",
54
+ "picocolors": "^1.1.1",
55
+ "replace-in-file": "^8.3.0",
56
+ "tinyexec": "^1.0.1"
57
+ },
58
+ "devDependencies": {
59
+ "@biomejs/biome": "^1.9.4",
60
+ "@types/bun": "^1.2.5",
61
+ "bumpp": "^10.1.0",
62
+ "husky": "^9.1.7",
63
+ "lightningcss": "^1.30.1",
64
+ "lint-staged": "^15.5.1",
65
+ "typescript": "^5.8.3"
66
+ },
67
+ "peerDependencies": {
68
+ "typescript": ">=4.5.0",
69
+ "lightningcss": ">=1.17.0"
70
+ },
71
+ "peerDependenciesMeta": {
72
+ "typescript": {
73
+ "optional": true
74
+ },
75
+ "lightningcss": {
76
+ "optional": true
77
+ }
78
+ },
79
+ "scripts": {
80
+ "build": "bunx bunup@latest",
81
+ "build:docs": "bun run --cwd docs build",
82
+ "dev": "bunx bunup@latest --watch",
83
+ "dev:docs": "bun run --cwd docs dev",
84
+ "format": "biome format .",
85
+ "format:fix": "biome format --write .",
86
+ "lint": "biome check .",
87
+ "lint:fix": "biome check --write .",
88
+ "prepare": "husky",
89
+ "test": "bun test",
90
+ "test-build": "bun run --cwd tests build",
91
+ "tsc": "tsc --noEmit",
92
+ "publish:ci": "bun publish --access public --no-git-checks",
93
+ "release": "bumpp"
94
+ },
95
+ "lint-staged": {
96
+ "*": "bun run format:fix && git add .",
97
+ "src/**/*.(m|c)?(j|t)s": "bun run tsc"
98
+ },
99
+ "workspaces": [
100
+ "docs",
101
+ "tests"
102
+ ]
103
+ }