tsdown-preset 0.0.0-alpha.0.0.1 → 1.0.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,59 +1,55 @@
1
1
  {
2
- "name": "tsdown-preset",
3
- "type": "module",
4
- "version": "0.0.0-alpha.0.0.1",
5
- "description": "An opinionated preset for tsdown.",
6
- "author": "lonewolfyx",
7
- "packageManager": "pnpm@10.15.1",
8
- "scripts": {
9
- "dev": "tsdown --watch",
10
- "build": "tsdown",
11
- "release": "npm publish",
12
- "lint": "eslint",
13
- "lint:fix": "eslint --fix",
14
- "prepublishOnly": "pnpm build",
15
- "prepare": "simple-git-hooks"
16
- },
17
- "license": "MIT",
18
- "homepage": "https://github.com/lonewolfyx/tsdown-preset#readme",
19
- "repository": {
20
- "type": "git",
21
- "url": "git+https://github.com/lonewolfyx/tsdown-preset.git"
22
- },
23
- "bugs": "https://github.com/lonewolfyx/tsdown-preset/issues",
24
- "keywords": [],
25
- "exports": {
26
- ".": "./dist/index.mjs",
27
- "./package.json": "./package.json"
28
- },
29
- "main": "./dist/index.mjs",
30
- "module": "./dist/index.mjs",
31
- "types": "./dist/index.d.mts",
32
- "files": [
33
- "dist"
34
- ],
35
- "devDependencies": {
36
- "@antfu/eslint-config": "^5.2.1",
37
- "@lonewolfyx/tsconfig": "^0.0.6",
38
- "@types/node": "^24.3.0",
39
- "eslint": "^9.34.0",
40
- "eslint-plugin-yml": "^1.18.0",
41
- "lint-staged": "^16.1.5",
42
- "simple-git-hooks": "^2.13.1",
43
- "tsdown": "^0.14.1",
44
- "tsup": "^8.5.0",
45
- "tsx": "^4.20.5",
46
- "typescript": "^5.9.2",
47
- "yaml-eslint-parser": "^1.3.0"
48
- },
49
- "publishConfig": {
50
- "registry": "https://registry.npmjs.org",
51
- "access": "public"
52
- },
53
- "simple-git-hooks": {
54
- "pre-commit": "npx lint-staged"
55
- },
56
- "lint-staged": {
57
- "*": "eslint --fix"
58
- }
59
- }
2
+ "name": "tsdown-preset",
3
+ "type": "module",
4
+ "version": "1.0.0",
5
+ "packageManager": "pnpm@10.15.1",
6
+ "description": "An opinionated preset for tsdown.",
7
+ "author": "lonewolfyx",
8
+ "license": "MIT",
9
+ "homepage": "https://github.com/lonewolfyx/tsdown-preset#readme",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/lonewolfyx/tsdown-preset.git"
13
+ },
14
+ "bugs": "https://github.com/lonewolfyx/tsdown-preset/issues",
15
+ "keywords": [],
16
+ "exports": {
17
+ ".": "./dist/index.js",
18
+ "./package.json": "./package.json"
19
+ },
20
+ "types": "./dist/index.d.mts",
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "scripts": {
25
+ "dev": "tsdown --watch",
26
+ "build": "tsdown",
27
+ "release": "npm publish",
28
+ "lint": "eslint",
29
+ "lint:fix": "eslint --fix",
30
+ "prepublishOnly": "pnpm build",
31
+ "prepare": "simple-git-hooks"
32
+ },
33
+ "devDependencies": {
34
+ "@antfu/eslint-config": "^7.2.0",
35
+ "@lonewolfyx/tsconfig": "^0.0.6",
36
+ "@types/node": "^25.1.0",
37
+ "eslint": "^9.39.2",
38
+ "lint-staged": "^16.2.7",
39
+ "simple-git-hooks": "^2.13.1",
40
+ "tsdown": "^0.20.1",
41
+ "tsup": "^8.5.1",
42
+ "tsx": "^4.21.0",
43
+ "typescript": "^5.9.3"
44
+ },
45
+ "publishConfig": {
46
+ "registry": "https://registry.npmjs.org",
47
+ "access": "public"
48
+ },
49
+ "simple-git-hooks": {
50
+ "pre-commit": "npx lint-staged"
51
+ },
52
+ "lint-staged": {
53
+ "*": "eslint --fix"
54
+ }
55
+ }
@@ -1,5 +0,0 @@
1
- //#region src/index.d.ts
2
- declare const test: () => void;
3
- //#endregion
4
- export { test };
5
- //# sourceMappingURL=index-Doy_YMxE.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-Doy_YMxE.d.ts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";cAAa"}