directus 11.12.0 → 11.13.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/package.json +3 -3
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus",
3
- "version": "11.12.0",
3
+ "version": "11.13.1",
4
4
  "description": "Directus is a real-time API and App dashboard for managing SQL database content",
5
5
  "keywords": [
6
6
  "directus",
@@ -54,8 +54,8 @@
54
54
  "directus": "cli.js"
55
55
  },
56
56
  "dependencies": {
57
- "@directus/api": "31.0.0",
58
- "@directus/update-check": "13.0.3"
57
+ "@directus/api": "32.0.1",
58
+ "@directus/update-check": "13.0.4"
59
59
  },
60
60
  "engines": {
61
61
  "node": ">=22"
package/readme.md CHANGED
@@ -38,7 +38,7 @@ $15/month.
38
38
  - [Community](https://community.directus.io) (Questions, Discussions)
39
39
  - [Discord](https://directus.chat) (Live Chat)
40
40
  - [GitHub Issues](https://github.com/directus/directus/issues) (Report Bugs)
41
- - [GitHub Discussions](https://github.com/directus/directus/discussions) (Feature Requests)
41
+ - [Roadmap](https://roadmap.directus.io/) (Roadmap & Feature Requests)
42
42
  - [Twitter](https://twitter.com/directus) (Latest News)
43
43
  - [YouTube](https://www.youtube.com/c/DirectusVideos/featured) (Video Tutorials)
44
44