@getcommunity/gc-validators 0.0.208 → 0.0.210

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.
package/dist/types.d.cts CHANGED
@@ -700,7 +700,7 @@ type TeamworkProjectResponseMeta = {
700
700
  projectStats?: TeamworkResponseMetaProjectStats;
701
701
  };
702
702
  type TeamworkProjectsResponse = {
703
- projects: Record<string, TeamworkProject>;
703
+ projects: TeamworkProject[];
704
704
  meta: TeamworkResponseMeta & TeamworkProjectResponseMeta & {
705
705
  integrations: Record<string, string[]>;
706
706
  permissions: Record<string, string[]>;
package/dist/types.d.ts CHANGED
@@ -700,7 +700,7 @@ type TeamworkProjectResponseMeta = {
700
700
  projectStats?: TeamworkResponseMetaProjectStats;
701
701
  };
702
702
  type TeamworkProjectsResponse = {
703
- projects: Record<string, TeamworkProject>;
703
+ projects: TeamworkProject[];
704
704
  meta: TeamworkResponseMeta & TeamworkProjectResponseMeta & {
705
705
  integrations: Record<string, string[]>;
706
706
  permissions: Record<string, string[]>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getcommunity/gc-validators",
3
3
  "description": "Schema Validator for GetCommunity web-stack types",
4
- "version": "0.0.208",
4
+ "version": "0.0.210",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "type": "module",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "source": "src/index.ts",
77
77
  "peerDependencies": {
78
- "valibot": "^1.1.0"
78
+ "valibot": "^1.3.1"
79
79
  },
80
80
  "keywords": [],
81
81
  "license": "ISC",
@@ -97,10 +97,10 @@
97
97
  "clean": "rimraf dist .turbo node_modules"
98
98
  },
99
99
  "devDependencies": {
100
- "@getcommunity/config-prettier": "^0.0.15",
101
- "prettier": "^3.8.0",
100
+ "@getcommunity/config-prettier": "^0.0.16",
101
+ "prettier": "^3.8.1",
102
102
  "prettier-plugin-organize-imports": "^4.3.0",
103
- "rimraf": "^6.1.2",
103
+ "rimraf": "^6.1.3",
104
104
  "tsup": "^8.5.1",
105
105
  "typescript": "^5.9.3"
106
106
  },