@danceroutine/tango-orm 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
@@ -95,7 +95,7 @@ pnpm --filter @danceroutine/tango-orm test:integration
95
95
  ## Bugs and support
96
96
 
97
97
  - Documentation: <https://tangowebframework.dev>
98
- - ORM topic: <https://tangowebframework.dev/topics/orm-and-repositories>
98
+ - ORM topic: <https://tangowebframework.dev/topics/orm-and-querysets>
99
99
  - Query reference: <https://tangowebframework.dev/reference/orm-query-api>
100
100
  - Issue tracker: <https://github.com/danceroutine/tango/issues>
101
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danceroutine/tango-orm",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Model-first querying, runtime-managed database access, and transactions for Tango",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -49,9 +49,9 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "zod": "^4.0.0",
52
- "@danceroutine/tango-config": "1.1.0",
53
- "@danceroutine/tango-core": "1.1.0",
54
- "@danceroutine/tango-schema": "1.1.0"
52
+ "@danceroutine/tango-config": "1.1.2",
53
+ "@danceroutine/tango-core": "1.1.2",
54
+ "@danceroutine/tango-schema": "1.1.2"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "pg": "^8.13.1",
@@ -74,8 +74,8 @@
74
74
  "tsdown": "^0.4.0",
75
75
  "typescript": "^5.6.3",
76
76
  "vitest": "^4.0.6",
77
- "@danceroutine/tango-migrations": "1.1.0",
78
- "@danceroutine/tango-testing": "1.1.0"
77
+ "@danceroutine/tango-testing": "1.1.2",
78
+ "@danceroutine/tango-migrations": "1.1.2"
79
79
  },
80
80
  "scripts": {
81
81
  "build": "tsdown",