@databutton/firebase-types 1.12.68 → 1.12.70

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.
@@ -247,7 +247,7 @@ export interface Project {
247
247
  githubUrl?: string;
248
248
  isShowcase?: boolean;
249
249
  last_deployed?: Timestamp;
250
- schema?: "2022-08-22" | null;
250
+ schema?: "2022-12-07" | "2022-08-22" | null;
251
251
  devxUrl?: string;
252
252
  prodxUrl?: string;
253
253
  deployIsInProgress?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.12.68",
3
+ "version": "1.12.70",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -61,6 +61,7 @@
61
61
  "ky-universal": "0.11.0",
62
62
  "lodash": "4.17.21",
63
63
  "nanoid": "4.0.0",
64
+ "url-slug": "3.0.4",
64
65
  "uuid": "8.3.2"
65
66
  },
66
67
  "devDependencies": {