primitive-app 3.1.0-alpha.18 → 3.1.0-alpha.19

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.
@@ -115,7 +115,7 @@ export interface DocumentInfoWithRoot {
115
115
  export interface PermissionEntry {
116
116
  userId: string;
117
117
  email: string;
118
- name: string;
118
+ name?: string;
119
119
  permission: string;
120
120
  grantedAt: string;
121
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primitive-app",
3
- "version": "3.1.0-alpha.18",
3
+ "version": "3.1.0-alpha.19",
4
4
  "license": "UNLICENSED",
5
5
  "author": "Primitive LLC",
6
6
  "type": "module",
@@ -50,7 +50,7 @@
50
50
  "lint": "eslint . --fix --cache",
51
51
  "format:check": "prettier --check src/",
52
52
  "format": "prettier --write src/",
53
- "codegen": "npx js-bao-codegen && pnpm format"
53
+ "codegen": "npx js-bao-codegen"
54
54
  },
55
55
  "dependencies": {
56
56
  "@internationalized/date": "^3.12.2",