xypriss 9.3.66 → 9.3.68

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.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,20 +1,13 @@
1
1
  {
2
2
  "name": "xypriss",
3
- "version": "9.3.66",
4
- "description": "XyPriss is a lightweight, TypeScript-first, open-source Node.js web framework crafted for developers seeking a familiar Express-like API without Express dependencies. It features built-in security middleware, a robust routing system, and performance optimizations to build scalable, secure web applications effortlessly. Join our community and contribute on GitHub!",
3
+ "version": "9.3.68",
4
+ "description": "XyPriss is a lightweight, TypeScript-first, open-source Node.js web framework crafted for developers seeking a familiar Express-like API without Express dependencies.",
5
+ "type": "module",
5
6
  "author": {
6
7
  "name": "Nehonix",
7
8
  "url": "https://nehonix.com",
8
9
  "whatsapp": "https://s.nehonix.com/QBo0KpCl"
9
10
  },
10
- "files": [
11
- "dist/",
12
- "shared/",
13
- "scripts/",
14
- "README.md",
15
- "LICENSE",
16
- "CONTRIBUTING.md"
17
- ],
18
11
  "main": "./dist/cjs/src/index.js",
19
12
  "module": "./dist/esm/src/index.js",
20
13
  "types": "./dist/index.d.ts",
@@ -25,6 +18,14 @@
25
18
  "types": "./dist/index.d.ts"
26
19
  }
27
20
  },
21
+ "files": [
22
+ "dist/",
23
+ "shared/",
24
+ "scripts/",
25
+ "README.md",
26
+ "LICENSE",
27
+ "CONTRIBUTING.md"
28
+ ],
28
29
  "scripts": {
29
30
  "benchmark": "node benchmarks/index.js",
30
31
  "build": "NODE_OPTIONS='--max-old-space-size=4096' npx rollup -c rollup.config.js",
@@ -102,7 +103,7 @@
102
103
  "ws": "^8.19.0",
103
104
  "xss": "^1.0.15",
104
105
  "xypriss-compression-pluging": "^1.0.3",
105
- "xypriss-security": "^2.0.8"
106
+ "xypriss-security": "^2.1.1"
106
107
  },
107
108
  "devDependencies": {
108
109
  "@rollup/plugin-commonjs": "^25.0.8",
@@ -137,7 +138,6 @@
137
138
  "typedoc": "^0.25.13"
138
139
  },
139
140
  "peerDependencies": {
140
- "@types/react": ">=16.8.0",
141
141
  "react": ">=16.8.0"
142
142
  }
143
143
  }