@danceroutine/tango-openapi 1.1.1 → 1.1.3

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 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -124,9 +124,9 @@ The root export is enough for normal application use. The `domain`, `generators`
124
124
  ## Documentation
125
125
 
126
126
  - Official documentation: <https://tangowebframework.dev>
127
- - Publish an OpenAPI document: <https://tangowebframework.dev/how-to/publish-openapi-document>
127
+ - Auto-document your API: <https://tangowebframework.dev/how-to/auto-document-your-api>
128
128
  - OpenAPI API reference: <https://tangowebframework.dev/reference/openapi-api>
129
- - Resources topic: <https://tangowebframework.dev/topics/resources-and-viewsets>
129
+ - API layer topic: <https://tangowebframework.dev/topics/api-layer>
130
130
 
131
131
  ## Development
132
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danceroutine/tango-openapi",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "OpenAPI generation for Tango resources",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -41,15 +41,15 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "zod": "^4.0.0",
44
- "@danceroutine/tango-resources": "1.1.1"
44
+ "@danceroutine/tango-resources": "1.1.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^22.9.0",
48
48
  "tsdown": "^0.4.0",
49
49
  "typescript": "^5.6.3",
50
50
  "vitest": "^4.0.6",
51
- "@danceroutine/tango-core": "1.1.1",
52
- "@danceroutine/tango-testing": "1.1.1"
51
+ "@danceroutine/tango-core": "1.1.3",
52
+ "@danceroutine/tango-testing": "1.1.3"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "tsdown",