@point-hub/papi 0.5.10 → 0.5.11

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.
@@ -1 +1 @@
1
- {"version":3,"file":"mongodb-error-handler.middleware.d.ts","sourceRoot":"","sources":["../../../src/middleware/mongodb-error-handler.middleware.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAIzD,MAAM,CAAC,OAAO,UAAU,6BAA6B,UACtC,KAAK,OAAO,OAAO,OAAO,QAAQ,QAAQ,YAAY,UAMpE"}
1
+ {"version":3,"file":"mongodb-error-handler.middleware.d.ts","sourceRoot":"","sources":["../../../src/middleware/mongodb-error-handler.middleware.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAIzD,MAAM,CAAC,OAAO,UAAU,6BAA6B,KAC3C,KAAK,KAAK,EAAE,KAAK,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,UAMpE"}
@@ -1 +1 @@
1
- {"version":3,"file":"configurable.middleware.d.ts","sourceRoot":"","sources":["../../../stub/middleware/configurable.middleware.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEzD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,CAAC,SAC5B,OAAO,OAAO,QAAQ,QAAQ,YAAY,UAIjE"}
1
+ {"version":3,"file":"configurable.middleware.d.ts","sourceRoot":"","sources":["../../../stub/middleware/configurable.middleware.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEzD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,CAAC,IACjC,KAAK,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,UAIjE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@point-hub/papi",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
4
4
  "description": "Point API Framework",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -33,25 +33,25 @@
33
33
  "url": "https://github.com/point-hub/papi.git"
34
34
  },
35
35
  "devDependencies": {
36
- "@eslint/eslintrc": "^3.2.0",
37
- "@eslint/js": "^9.15.0",
36
+ "@eslint/eslintrc": "^3.3.0",
37
+ "@eslint/js": "^9.22.0",
38
38
  "@types/compression": "^1.7.5",
39
39
  "@types/cors": "^2.8.17",
40
40
  "@types/express": "^5.0.0",
41
- "@types/node": "^22.9.1",
41
+ "@types/node": "^22.13.10",
42
42
  "@types/shelljs": "^0.8.15",
43
43
  "@types/validatorjs": "^3.15.5",
44
- "@typescript-eslint/eslint-plugin": "^8.15.0",
45
- "@typescript-eslint/parser": "^8.15.0",
46
- "bun-types": "^1.1.36",
44
+ "@typescript-eslint/eslint-plugin": "^8.26.1",
45
+ "@typescript-eslint/parser": "^8.26.1",
46
+ "bun-types": "^1.2.5",
47
47
  "cross-env": "^7.0.3",
48
- "eslint": "^9.15.0",
49
- "eslint-config-prettier": "^9.1.0",
50
- "eslint-plugin-prettier": "^5.2.1",
48
+ "eslint": "^9.22.0",
49
+ "eslint-config-prettier": "^10.1.1",
50
+ "eslint-plugin-prettier": "^5.2.3",
51
51
  "eslint-plugin-simple-import-sort": "^12.1.1",
52
- "prettier": "^3.3.3",
52
+ "prettier": "^3.5.3",
53
53
  "shx": "^0.3.4",
54
- "typescript": "^5.6.3"
54
+ "typescript": "^5.8.2"
55
55
  },
56
56
  "dependencies": {
57
57
  "@point-hub/express-cli": "^0.2.2",
@@ -59,8 +59,8 @@
59
59
  "@point-hub/express-factory": "^1.1.4",
60
60
  "@point-hub/express-utils": "^0.2.10",
61
61
  "date-fns": "^4.1.0",
62
- "mongodb": "^6.10.0",
63
- "shelljs": "^0.8.5"
62
+ "mongodb": "^6.14.2",
63
+ "shelljs": "^0.9.1"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "express": "^4.18.1"