@bfra.me/prettier-config 0.7.0 → 0.7.2
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 +9 -8
 - package/tsup.config.ts +0 -11
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@bfra.me/prettier-config",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "0.7. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.7.2",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Shared Prettier configuration for bfra.me",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "keywords": [
         
     | 
| 
       6 
6 
     | 
    
         
             
                "bfra.me",
         
     | 
| 
         @@ -37,21 +37,22 @@ 
     | 
|
| 
       37 
37 
     | 
    
         
             
              "files": [
         
     | 
| 
       38 
38 
     | 
    
         
             
                "*.js",
         
     | 
| 
       39 
39 
     | 
    
         
             
                "*.ts",
         
     | 
| 
       40 
     | 
    
         
            -
                " 
     | 
| 
      
 40 
     | 
    
         
            +
                "!**/*.map",
         
     | 
| 
      
 41 
     | 
    
         
            +
                "!tsup.config.ts"
         
     | 
| 
       41 
42 
     | 
    
         
             
              ],
         
     | 
| 
       42 
43 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       43 
     | 
    
         
            -
                "@bfra.me/prettier-plugins": "0.3. 
     | 
| 
      
 44 
     | 
    
         
            +
                "@bfra.me/prettier-plugins": "0.3.1"
         
     | 
| 
       44 
45 
     | 
    
         
             
              },
         
     | 
| 
       45 
46 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       46 
47 
     | 
    
         
             
                "@types/fs-extra": "11.0.4",
         
     | 
| 
       47 
     | 
    
         
            -
                "execa": "9. 
     | 
| 
      
 48 
     | 
    
         
            +
                "execa": "9.4.0",
         
     | 
| 
       48 
49 
     | 
    
         
             
                "fast-glob": "3.3.2",
         
     | 
| 
       49 
50 
     | 
    
         
             
                "fs-extra": "11.2.0",
         
     | 
| 
       50 
51 
     | 
    
         
             
                "prettier": "3.3.3",
         
     | 
| 
       51 
     | 
    
         
            -
                "tsup": "8. 
     | 
| 
       52 
     | 
    
         
            -
                "vitest": "2.0 
     | 
| 
       53 
     | 
    
         
            -
                "@bfra.me/ 
     | 
| 
       54 
     | 
    
         
            -
                "@bfra.me/ 
     | 
| 
      
 52 
     | 
    
         
            +
                "tsup": "8.3.0",
         
     | 
| 
      
 53 
     | 
    
         
            +
                "vitest": "2.1.0",
         
     | 
| 
      
 54 
     | 
    
         
            +
                "@bfra.me/prettier-config": "0.7.2",
         
     | 
| 
      
 55 
     | 
    
         
            +
                "@bfra.me/tsconfig": "0.8.0"
         
     | 
| 
       55 
56 
     | 
    
         
             
              },
         
     | 
| 
       56 
57 
     | 
    
         
             
              "peerDependencies": {
         
     | 
| 
       57 
58 
     | 
    
         
             
                "prettier": "^3.0.0"
         
     | 
    
        package/tsup.config.ts
    DELETED