@forklaunch/hyper-express 0.9.28 → 0.9.29
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 +7 -7
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@forklaunch/hyper-express",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "0.9. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.9.29",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Forklaunch framework for hyper-express.",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "bugs": {
         
     | 
| 
         @@ -31,22 +31,22 @@ 
     | 
|
| 
       31 
31 
     | 
    
         
             
                "live-directory": "^3.0.3",
         
     | 
| 
       32 
32 
     | 
    
         
             
                "openapi3-ts": "^4.5.0",
         
     | 
| 
       33 
33 
     | 
    
         
             
                "qs": "^6.14.0",
         
     | 
| 
       34 
     | 
    
         
            -
                "swagger-ui-dist": "^5.29. 
     | 
| 
      
 34 
     | 
    
         
            +
                "swagger-ui-dist": "^5.29.5",
         
     | 
| 
       35 
35 
     | 
    
         
             
                "swagger-ui-express": "^5.0.1",
         
     | 
| 
       36 
36 
     | 
    
         
             
                "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0",
         
     | 
| 
       37 
     | 
    
         
            -
                "@forklaunch/common": "0.6. 
     | 
| 
       38 
     | 
    
         
            -
                "@forklaunch/ 
     | 
| 
       39 
     | 
    
         
            -
                "@forklaunch/ 
     | 
| 
      
 37 
     | 
    
         
            +
                "@forklaunch/common": "0.6.20",
         
     | 
| 
      
 38 
     | 
    
         
            +
                "@forklaunch/core": "0.15.10",
         
     | 
| 
      
 39 
     | 
    
         
            +
                "@forklaunch/validator": "0.10.20"
         
     | 
| 
       40 
40 
     | 
    
         
             
              },
         
     | 
| 
       41 
41 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       42 
     | 
    
         
            -
                "@eslint/js": "^9. 
     | 
| 
      
 42 
     | 
    
         
            +
                "@eslint/js": "^9.38.0",
         
     | 
| 
       43 
43 
     | 
    
         
             
                "@types/busboy": "^1.5.4",
         
     | 
| 
       44 
44 
     | 
    
         
             
                "@types/cors": "^2.8.19",
         
     | 
| 
       45 
45 
     | 
    
         
             
                "@types/jest": "^30.0.0",
         
     | 
| 
       46 
46 
     | 
    
         
             
                "@types/qs": "^6.14.0",
         
     | 
| 
       47 
47 
     | 
    
         
             
                "@types/swagger-ui-dist": "^3.30.6",
         
     | 
| 
       48 
48 
     | 
    
         
             
                "@types/swagger-ui-express": "^4.1.8",
         
     | 
| 
       49 
     | 
    
         
            -
                "@typescript/native-preview": "7.0.0-dev. 
     | 
| 
      
 49 
     | 
    
         
            +
                "@typescript/native-preview": "7.0.0-dev.20251017.1",
         
     | 
| 
       50 
50 
     | 
    
         
             
                "jest": "^30.2.0",
         
     | 
| 
       51 
51 
     | 
    
         
             
                "kill-port-process": "^3.2.1",
         
     | 
| 
       52 
52 
     | 
    
         
             
                "prettier": "^3.6.2",
         
     |