@danceroutine/tango-testing 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -78,7 +78,7 @@ pnpm --filter @danceroutine/tango-testing test
78
78
 
79
79
  For the wider contributor workflow, use:
80
80
 
81
- - <https://tangowebframework.dev/contributing>
81
+ - <https://tangowebframework.dev/contributors/contributing-code>
82
82
 
83
83
  ## License
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danceroutine/tango-testing",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Testing utilities for Tango",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -52,11 +52,11 @@
52
52
  "directory": "packages/testing"
53
53
  },
54
54
  "dependencies": {
55
- "@danceroutine/tango-config": "1.1.0",
56
- "@danceroutine/tango-core": "1.1.0",
57
- "@danceroutine/tango-migrations": "1.1.0",
58
- "@danceroutine/tango-orm": "1.1.0",
59
- "@danceroutine/tango-resources": "1.1.0"
55
+ "@danceroutine/tango-config": "1.1.2",
56
+ "@danceroutine/tango-core": "1.1.2",
57
+ "@danceroutine/tango-migrations": "1.1.2",
58
+ "@danceroutine/tango-orm": "1.1.2",
59
+ "@danceroutine/tango-resources": "1.1.2"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@types/express": "^5.0.0",