@danceroutine/tango-openapi 1.1.0 → 1.1.1

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -138,7 +138,7 @@ pnpm --filter @danceroutine/tango-openapi test
138
138
 
139
139
  For the wider contributor workflow, use:
140
140
 
141
- - <https://tangowebframework.dev/contributing>
141
+ - <https://tangowebframework.dev/contributors/contributing-code>
142
142
 
143
143
  ## License
144
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danceroutine/tango-openapi",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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.0"
44
+ "@danceroutine/tango-resources": "1.1.1"
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.0",
52
- "@danceroutine/tango-testing": "1.1.0"
51
+ "@danceroutine/tango-core": "1.1.1",
52
+ "@danceroutine/tango-testing": "1.1.1"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "tsdown",