@terreno/api 0.22.0 → 0.22.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 +2 -2
package/package.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"@asteasolutions/zod-to-openapi": "^8.5.0",
|
|
8
8
|
"@sentry/bun": "^10.25.0",
|
|
9
9
|
"@sentry/profiling-node": "^10.25.0",
|
|
10
|
+
"@terreno/test": "0.22.2",
|
|
10
11
|
"@types/qs": "^6.14.0",
|
|
11
12
|
"ajv": "8.18.0",
|
|
12
13
|
"ajv-formats": "^3.0.1",
|
|
@@ -46,7 +47,6 @@
|
|
|
46
47
|
"description": "Styled after the Django & Django REST Framework, a batteries-include framework for building REST APIs with Node/Express/Mongoose.",
|
|
47
48
|
"devDependencies": {
|
|
48
49
|
"@biomejs/biome": "^2.3.6",
|
|
49
|
-
"@terreno/test": "workspace:*",
|
|
50
50
|
"@types/bcrypt": "^6.0.0",
|
|
51
51
|
"@types/bun": "^1.2.4",
|
|
52
52
|
"@types/cors": "^2.8.17",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"updateSnapshot": "bun test --update-snapshots"
|
|
124
124
|
},
|
|
125
125
|
"types": "dist/index.d.ts",
|
|
126
|
-
"version": "0.22.
|
|
126
|
+
"version": "0.22.2"
|
|
127
127
|
}
|