@arkyn/server 3.0.1-beta.32 → 3.0.1-beta.33
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 +2 -2
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkyn/server",
|
|
3
|
-
"version": "3.0.1-beta.
|
|
3
|
+
"version": "3.0.1-beta.33",
|
|
4
4
|
"author": "Arkyn | Lucas Gonçalves",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./src/index.ts",
|
|
7
7
|
"type": "module",
|
|
8
|
-
"types": "./
|
|
8
|
+
"types": "./src/index.ts",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"description": "Comprehensive server-side utilities for building robust backend applications, featuring HTTP response helpers, error handlers, request utilities, and API configurations.",
|
|
11
11
|
"keywords": [
|