@danceroutine/tango-migrations 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -107,7 +107,7 @@ pnpm --filter @danceroutine/tango-migrations test:integration
107
107
 
108
108
  For the wider contributor workflow, use:
109
109
 
110
- - <https://tangowebframework.dev/contributing>
110
+ - <https://tangowebframework.dev/contributors/contributing-code>
111
111
 
112
112
  ## License
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danceroutine/tango-migrations",
3
- "version": "1.0.2",
3
+ "version": "1.1.1",
4
4
  "description": "Auto-migration system with ops DSL for Tango",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -67,8 +67,8 @@
67
67
  "jiti": "^2.6.1",
68
68
  "kleur": "^4.1.5",
69
69
  "yargs": "^17.7.2",
70
- "@danceroutine/tango-core": "1.0.2",
71
- "@danceroutine/tango-config": "1.0.2"
70
+ "@danceroutine/tango-config": "1.1.1",
71
+ "@danceroutine/tango-core": "1.1.1"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "pg": "^8.13.1",
@@ -92,8 +92,8 @@
92
92
  "tsdown": "^0.4.0",
93
93
  "typescript": "^5.6.3",
94
94
  "vitest": "^4.0.6",
95
- "@danceroutine/tango-testing": "1.0.2",
96
- "@danceroutine/tango-orm": "1.0.2"
95
+ "@danceroutine/tango-testing": "1.1.1",
96
+ "@danceroutine/tango-orm": "1.1.1"
97
97
  },
98
98
  "scripts": {
99
99
  "build": "tsdown",