@danceroutine/tango-adapters-express 1.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -111,8 +111,7 @@ The official documentation walks through Tango from first principles and gives t
111
111
 
112
112
  - Official documentation: <https://tangowebframework.dev>
113
113
  - Blog API tutorial: <https://tangowebframework.dev/tutorials/express-blog-api>
114
- - Resources topic: <https://tangowebframework.dev/topics/resources-and-viewsets>
115
- - Serializers topic: <https://tangowebframework.dev/topics/serializers>
114
+ - API layer topic: <https://tangowebframework.dev/topics/api-layer>
116
115
 
117
116
  ## Development
118
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danceroutine/tango-adapters-express",
3
- "version": "1.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.1",
35
- "@danceroutine/tango-resources": "1.1.1",
36
- "@danceroutine/tango-adapters-core": "1.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.1"
48
+ "@danceroutine/tango-testing": "1.1.2"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsdown",