@danceroutine/tango-adapters-express 1.0.2 → 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.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ import { adapter } from '@danceroutine/tango-adapters-express';
|
|
|
110
110
|
The official documentation walks through Tango from first principles and gives the clearest starting point when you are evaluating the framework or building with it.
|
|
111
111
|
|
|
112
112
|
- Official documentation: <https://tangowebframework.dev>
|
|
113
|
-
- Blog API tutorial: <https://tangowebframework.dev/tutorials/blog-api>
|
|
113
|
+
- Blog API tutorial: <https://tangowebframework.dev/tutorials/express-blog-api>
|
|
114
114
|
- Resources topic: <https://tangowebframework.dev/topics/resources-and-viewsets>
|
|
115
115
|
- Serializers topic: <https://tangowebframework.dev/topics/serializers>
|
|
116
116
|
|
|
@@ -124,7 +124,7 @@ pnpm --filter @danceroutine/tango-adapters-express test
|
|
|
124
124
|
|
|
125
125
|
For the wider contributor workflow, use:
|
|
126
126
|
|
|
127
|
-
- <https://tangowebframework.dev/contributing>
|
|
127
|
+
- <https://tangowebframework.dev/contributors/contributing-code>
|
|
128
128
|
|
|
129
129
|
## License
|
|
130
130
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danceroutine/tango-adapters-express",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Express adapter for Tango",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"directory": "packages/adapters/express"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@danceroutine/tango-core": "1.
|
|
35
|
-
"@danceroutine/tango-resources": "1.
|
|
36
|
-
"@danceroutine/tango-adapters-core": "1.
|
|
34
|
+
"@danceroutine/tango-core": "1.1.1",
|
|
35
|
+
"@danceroutine/tango-resources": "1.1.1",
|
|
36
|
+
"@danceroutine/tango-adapters-core": "1.1.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"express": "^4.21.1 || ^5.0.0"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"tsdown": "^0.4.0",
|
|
46
46
|
"typescript": "^5.6.3",
|
|
47
47
|
"vitest": "^4.0.6",
|
|
48
|
-
"@danceroutine/tango-testing": "1.
|
|
48
|
+
"@danceroutine/tango-testing": "1.1.1"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "tsdown",
|