@danceroutine/tango-resources 1.1.0 → 1.1.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/README.md +1 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -159,9 +159,7 @@ pnpm --filter @danceroutine/tango-resources test
|
|
|
159
159
|
## Bugs and support
|
|
160
160
|
|
|
161
161
|
- Documentation: <https://tangowebframework.dev>
|
|
162
|
-
-
|
|
163
|
-
- Model lifecycle hooks topic: <https://tangowebframework.dev/topics/model-lifecycle-hooks>
|
|
164
|
-
- Resources topic: <https://tangowebframework.dev/topics/resources-and-viewsets>
|
|
162
|
+
- API layer topic: <https://tangowebframework.dev/topics/api-layer>
|
|
165
163
|
- API reference: <https://tangowebframework.dev/reference/resources-api>
|
|
166
164
|
- Issue tracker: <https://github.com/danceroutine/tango/issues>
|
|
167
165
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danceroutine/tango-resources",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "ModelViewSet, serializers, filters, and pagination for Tango",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"zod": "^4.0.0",
|
|
61
|
-
"@danceroutine/tango-
|
|
62
|
-
"@danceroutine/tango-
|
|
61
|
+
"@danceroutine/tango-core": "1.1.2",
|
|
62
|
+
"@danceroutine/tango-orm": "1.1.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/node": "^22.9.0",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"typescript": "^5.6.3",
|
|
68
68
|
"vitest": "^4.0.6",
|
|
69
69
|
"zod": "^4.0.0",
|
|
70
|
-
"@danceroutine/tango-schema": "1.1.
|
|
71
|
-
"@danceroutine/tango-testing": "1.1.
|
|
70
|
+
"@danceroutine/tango-schema": "1.1.2",
|
|
71
|
+
"@danceroutine/tango-testing": "1.1.2"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"build": "tsdown",
|