directus-template-cli 0.3.5 → 0.3.6

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.5",
2
+ "version": "0.3.6",
3
3
  "commands": {
4
4
  "apply": {
5
5
  "id": "apply",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus-template-cli",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "CLI Utility for applying templates to a Directus instance.",
5
5
  "author": "bryantgillespie @bryantgillespie",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "directus-template-agencyos",
3
3
  "templateName": "AgencyOS",
4
- "version": "3.0.0",
4
+ "version": "3.1.0",
5
5
  "description": "",
6
6
  "author": "",
7
7
  "license": "MIT",
@@ -1973,14 +1973,8 @@
1973
1973
  {
1974
1974
  "_or": [
1975
1975
  {
1976
- "contacts": {
1977
- "organizations": {
1978
- "id": {
1979
- "_in": [
1980
- "$CURRENT_USER.contacts.organizations.organizations_id"
1981
- ]
1982
- }
1983
- }
1976
+ "id": {
1977
+ "_eq": "$CURRENT_USER.id"
1984
1978
  }
1985
1979
  },
1986
1980
  {