@danceroutine/tango-adapters-express 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 +3 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -110,9 +110,8 @@ 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>
|
|
114
|
-
-
|
|
115
|
-
- Serializers topic: <https://tangowebframework.dev/topics/serializers>
|
|
113
|
+
- Blog API tutorial: <https://tangowebframework.dev/tutorials/express-blog-api>
|
|
114
|
+
- API layer topic: <https://tangowebframework.dev/topics/api-layer>
|
|
116
115
|
|
|
117
116
|
## Development
|
|
118
117
|
|
|
@@ -124,7 +123,7 @@ pnpm --filter @danceroutine/tango-adapters-express test
|
|
|
124
123
|
|
|
125
124
|
For the wider contributor workflow, use:
|
|
126
125
|
|
|
127
|
-
- <https://tangowebframework.dev/contributing>
|
|
126
|
+
- <https://tangowebframework.dev/contributors/contributing-code>
|
|
128
127
|
|
|
129
128
|
## License
|
|
130
129
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danceroutine/tango-adapters-express",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
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.1.
|
|
35
|
-
"@danceroutine/tango-resources": "1.1.
|
|
36
|
-
"@danceroutine/tango-adapters-core": "1.1.
|
|
34
|
+
"@danceroutine/tango-core": "1.1.2",
|
|
35
|
+
"@danceroutine/tango-resources": "1.1.2",
|
|
36
|
+
"@danceroutine/tango-adapters-core": "1.1.2"
|
|
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.1.
|
|
48
|
+
"@danceroutine/tango-testing": "1.1.2"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "tsdown",
|