Skip to content

Commit 05d16db

Browse files
iqbalhasandevgithub-actions[bot]
authored andcommitted
style: fix code formatting [skip ci]
1 parent 559a9b6 commit 05d16db

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### What's Changed
1111

12-
* build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/1
13-
* build(deps-dev): bump vitest from 2.1.9 to 4.0.17 by @dependabot[bot] in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/3
14-
* build(deps-dev): bump @types/node from 22.19.6 to 25.0.8 by @dependabot[bot] in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/5
15-
* build(deps-dev): bump vite from 6.4.1 to 7.3.1 by @dependabot[bot] in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/4
12+
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/1
13+
- build(deps-dev): bump vitest from 2.1.9 to 4.0.17 by @dependabot[bot] in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/3
14+
- build(deps-dev): bump @types/node from 22.19.6 to 25.0.8 by @dependabot[bot] in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/5
15+
- build(deps-dev): bump vite from 6.4.1 to 7.3.1 by @dependabot[bot] in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/4
1616

1717
### New Contributors
1818

19-
* @dependabot[bot] made their first contribution in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/1
19+
- @dependabot[bot] made their first contribution in https://github.com/DevWizardHQ/vite-plugin-enumify/pull/1
2020

2121
**Full Changelog**: https://github.com/DevWizardHQ/vite-plugin-enumify/commits/v0.1.1
2222

package.json

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,72 @@
11
{
2-
"name": "@devwizard/vite-plugin-enumify",
3-
"version": "0.1.1",
4-
"description": "Vite plugin for Laravel Enumify - auto-sync PHP enums to TypeScript",
5-
"keywords": [
6-
"vite",
7-
"vite-plugin",
8-
"laravel",
9-
"enum",
10-
"typescript",
11-
"codegen"
12-
],
13-
"author": {
14-
"name": "IQBAL HASAN",
15-
"email": "devwizard24@gmail.com",
16-
"url": "https://github.com/DevWizardHQ"
17-
},
18-
"license": "MIT",
19-
"funding": {
20-
"type": "github",
21-
"url": "https://github.com/sponsors/DevWizardHQ"
22-
},
23-
"homepage": "https://github.com/DevWizardHQ/vite-plugin-enumify#readme",
24-
"repository": {
25-
"type": "git",
26-
"url": "git+https://github.com/DevWizardHQ/vite-plugin-enumify.git"
27-
},
28-
"bugs": {
29-
"url": "https://github.com/DevWizardHQ/vite-plugin-enumify/issues"
30-
},
31-
"scripts": {
32-
"prepublishOnly": "npm run build",
33-
"dev": "unbuild --stub",
34-
"build": "unbuild",
35-
"test": "vitest run",
36-
"lint": "tsc --noEmit",
37-
"typecheck": "tsc --noEmit",
38-
"format": "prettier --write ."
39-
},
40-
"main": "dist/index.cjs",
41-
"module": "dist/index.mjs",
42-
"types": "dist/index.d.ts",
43-
"exports": {
44-
".": {
45-
"import": "./dist/index.mjs",
46-
"require": "./dist/index.cjs",
47-
"types": "./dist/index.d.ts"
48-
}
49-
},
50-
"files": [
51-
"dist",
52-
"README.md"
53-
],
54-
"peerDependencies": {
55-
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
56-
},
57-
"devDependencies": {
58-
"@types/node": "^25.0.8",
59-
"prettier": "^3.5.0",
60-
"rollup": "^4.40.0",
61-
"typescript": "^5.7.0",
62-
"unbuild": "^3.5.0",
63-
"vite": "^7.3.1",
64-
"vitest": "^4.0.17"
65-
},
66-
"engines": {
67-
"node": ">=18.0.0"
68-
},
69-
"publishConfig": {
70-
"access": "public"
2+
"name": "@devwizard/vite-plugin-enumify",
3+
"version": "0.1.1",
4+
"description": "Vite plugin for Laravel Enumify - auto-sync PHP enums to TypeScript",
5+
"keywords": [
6+
"vite",
7+
"vite-plugin",
8+
"laravel",
9+
"enum",
10+
"typescript",
11+
"codegen"
12+
],
13+
"author": {
14+
"name": "IQBAL HASAN",
15+
"email": "devwizard24@gmail.com",
16+
"url": "https://github.com/DevWizardHQ"
17+
},
18+
"license": "MIT",
19+
"funding": {
20+
"type": "github",
21+
"url": "https://github.com/sponsors/DevWizardHQ"
22+
},
23+
"homepage": "https://github.com/DevWizardHQ/vite-plugin-enumify#readme",
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/DevWizardHQ/vite-plugin-enumify.git"
27+
},
28+
"bugs": {
29+
"url": "https://github.com/DevWizardHQ/vite-plugin-enumify/issues"
30+
},
31+
"scripts": {
32+
"prepublishOnly": "npm run build",
33+
"dev": "unbuild --stub",
34+
"build": "unbuild",
35+
"test": "vitest run",
36+
"lint": "tsc --noEmit",
37+
"typecheck": "tsc --noEmit",
38+
"format": "prettier --write ."
39+
},
40+
"main": "dist/index.cjs",
41+
"module": "dist/index.mjs",
42+
"types": "dist/index.d.ts",
43+
"exports": {
44+
".": {
45+
"import": "./dist/index.mjs",
46+
"require": "./dist/index.cjs",
47+
"types": "./dist/index.d.ts"
7148
}
49+
},
50+
"files": [
51+
"dist",
52+
"README.md"
53+
],
54+
"peerDependencies": {
55+
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
56+
},
57+
"devDependencies": {
58+
"@types/node": "^25.0.8",
59+
"prettier": "^3.5.0",
60+
"rollup": "^4.40.0",
61+
"typescript": "^5.7.0",
62+
"unbuild": "^3.5.0",
63+
"vite": "^7.3.1",
64+
"vitest": "^4.0.17"
65+
},
66+
"engines": {
67+
"node": ">=18.0.0"
68+
},
69+
"publishConfig": {
70+
"access": "public"
71+
}
7272
}

0 commit comments

Comments
 (0)