Skip to content

Commit 0f356f7

Browse files
committed
Update for directus
1 parent 636d935 commit 0f356f7

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## Version 3.3.0
1+
# Version 3.3.1
22

33
- **Updated & Fixed** For Directus 11.17
4+
- **Added** `SCHEMA_SYNC_SAFE` - (optional) Safe mode for schema import. Filters destructive diff operations (deletes), so project-specific collections/fields/relations are not removed.
45

56
## Version 3.2.0
67

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "directus-extension-schema-sync",
33
"description": "Sync schema and data between Directus instances",
44
"icon": "sync_alt",
5-
"version": "3.3.0",
5+
"version": "3.3.1",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/bcc-code/directus-schema-sync.git"
@@ -47,6 +47,6 @@
4747
"glob": "^10.4.5"
4848
},
4949
"peerDependencies": {
50-
"@directus/api": "^34.0.0"
50+
"@directus/api": "^35.0.0 || ^34.0.0 || ^33.0.0"
5151
}
5252
}

0 commit comments

Comments
 (0)