Skip to content

Commit a61cd0c

Browse files
authored
Merge pull request #24 from rubix-studios-pty-ltd/development
Development
2 parents cf4e3ac + ec814a3 commit a61cd0c

File tree

5 files changed

+119
-113
lines changed

5 files changed

+119
-113
lines changed

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,23 @@ export default buildConfig({
3636
isPro: false, // Optional: pro flag to enable disable pro features
3737

3838
// Optional: overrides of dubCollection
39-
overrides: {
40-
dubCollection: {
41-
access: {
42-
read: ({ req }) => !!req.user,
43-
create: ({ req }) => !!req.user,
44-
},
45-
admin: {
46-
group: 'Marketing',
47-
defaultColumns: ['shortLink', 'externalId'],
48-
},
39+
dubCollection: {
40+
access: {
41+
read: ({ req }) => !!req.user,
42+
create: ({ req }) => !!req.user,
4943
},
50-
dubTagCollection: {
51-
access: {
52-
read: ({ req }) => !!req.user,
53-
},
54-
admin: {
55-
group: 'Marketing',
56-
defaultColumns: ['name', 'color'],
57-
},
44+
admin: {
45+
group: 'Marketing',
46+
defaultColumns: ['shortLink', 'externalId'],
47+
},
48+
},
49+
dubTagCollection: {
50+
access: {
51+
read: ({ req }) => !!req.user,
52+
},
53+
admin: {
54+
group: 'Marketing',
55+
defaultColumns: ['name', 'color'],
5856
},
5957
},
6058
}),

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"@swc/core": "^1.14.0",
6868
"@types/react": "19.2.2",
6969
"eslint": "^9.38.0",
70-
"payload": "3.61.1",
70+
"payload": "3.62.0",
7171
"prettier": "^3.6.2",
72-
"rimraf": "6.0.1",
72+
"rimraf": "6.1.0",
7373
"semantic-release": "^25.0.1",
7474
"typescript": "5.9.3"
7575
},
@@ -94,7 +94,7 @@
9494
}
9595
},
9696
"dependencies": {
97-
"dub": "^0.67.0"
97+
"dub": "^0.68.0"
9898
},
9999
"packageManager": "pnpm@10.20.0"
100100
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)