tsoa-next 8.0.4-dev.53.2c0aa7c6 → 8.0.5

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 (2) hide show
  1. package/README.MD +2 -0
  2. package/package.json +3 -3
package/README.MD CHANGED
@@ -127,6 +127,8 @@ This feature is fully opt-in. If you do not use `@Validate(...)`, existing inter
127
127
 
128
128
  Check out the [guides](https://tsoa-next.dev/)
129
129
 
130
+ Use the companion [playground repository](https://github.com/tsoa-next/playground) for runnable example apps and server-focused scenarios.
131
+
130
132
  See example controllers in [the tests](https://github.com/tsoa-next/tsoa-next/tree/main/tests/fixtures/controllers)
131
133
 
132
134
  See example models in [the tests](https://github.com/tsoa-next/tsoa-next/blob/main/tests/fixtures/testModel.ts)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsoa-next",
3
- "version": "8.0.4-dev.53.2c0aa7c6",
3
+ "version": "8.0.5",
4
4
  "description": "Build swagger-compliant REST APIs using TypeScript and Node",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -32,8 +32,8 @@
32
32
  "author": "Vanna DiCatania <vanna@dicatania.me> (http://www.dicatania.me)",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@tsoa-next/cli": "8.0.4-dev.53.2c0aa7c6",
36
- "@tsoa-next/runtime": "8.0.4-dev.53.2c0aa7c6"
35
+ "@tsoa-next/cli": "8.0.5",
36
+ "@tsoa-next/runtime": "8.0.5"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "24.12.0",