@danceroutine/tango-migrations 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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -89,7 +89,7 @@ The package also exposes subpaths such as `builder`, `runner`, `generator`, `dif
89
89
 
90
90
  - Official documentation: <https://tangowebframework.dev>
91
91
  - Migrations topic: <https://tangowebframework.dev/topics/migrations>
92
- - Generate and apply migrations: <https://tangowebframework.dev/how-to/generate-and-apply-migrations>
92
+ - Work with models: <https://tangowebframework.dev/how-to/work-with-models>
93
93
 
94
94
  ## Development
95
95
 
@@ -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.1.0",
3
+ "version": "1.1.2",
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-config": "1.1.0",
71
- "@danceroutine/tango-core": "1.1.0"
70
+ "@danceroutine/tango-config": "1.1.2",
71
+ "@danceroutine/tango-core": "1.1.2"
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.1.0",
96
- "@danceroutine/tango-orm": "1.1.0"
95
+ "@danceroutine/tango-testing": "1.1.2",
96
+ "@danceroutine/tango-orm": "1.1.2"
97
97
  },
98
98
  "scripts": {
99
99
  "build": "tsdown",