@databutton/firebase-types 1.5.0 → 1.5.1

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,2 +1,2 @@
1
- export * from "./persisted.js";
2
- export * from "./requests.js";
1
+ export * from "./persisted";
2
+ export * from "./requests";
@@ -41,11 +41,6 @@ export interface App {
41
41
  export interface AppVisit {
42
42
  visitedBy: PerformedBy;
43
43
  }
44
- export interface AppScreenshot {
45
- capturedBy: PerformedBySystem;
46
- base64Image: string;
47
- deploymentId: string | null;
48
- }
49
44
  export interface Job {
50
45
  name: string;
51
46
  slug: string;
@@ -1,4 +1,4 @@
1
- import { App, Datafile, Dataframe, Job, Project } from "./persisted.js";
1
+ import { App, Datafile, Dataframe, Job, Project } from "./persisted";
2
2
  export declare type DeleteJob = Pick<Job, "markedForDeletionAt" | "markedForDeletionBy">;
3
3
  export declare type DeleteApp = Pick<App, "markedForDeletionAt" | "markedForDeletionBy">;
4
4
  export declare type DeleteProject = Pick<Project, "markedForDeletionAt" | "markedForDeletionBy">;
package/package.json CHANGED
@@ -1,11 +1,7 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.5.0",
4
- "main": "./lib/index.js",
5
- "type": "module",
6
- "engines": {
7
- "node": "16"
8
- },
3
+ "version": "1.5.1",
4
+ "main": "lib/index.js",
9
5
  "types": "lib/types/published/index.d.ts",
10
6
  "files": [
11
7
  "lib/types/published/**/*.d.ts"
@@ -24,7 +20,7 @@
24
20
  "lint": "eslint --ext .js,.ts . && tsc --noEmit",
25
21
  "prepublishOnly": "tsc && rm lib/index.js",
26
22
  "build": "tsc",
27
- "execute": "ts-node-esm functions/run.ts",
23
+ "execute": "ts-node functions/run.ts",
28
24
  "serve": "yarn build && firebase emulators:start --only functions",
29
25
  "shell": "yarn build && firebase functions:shell",
30
26
  "start": "yarn shell",
@@ -39,20 +35,21 @@
39
35
  "jest": "jest",
40
36
  "semantic-release": "semantic-release"
41
37
  },
38
+ "engines": {
39
+ "node": "16"
40
+ },
42
41
  "dependencies": {
43
42
  "@sendgrid/mail": "7.7.0",
44
43
  "@sentry/node": "7.16.0",
45
44
  "@sentry/tracing": "7.16.0",
46
45
  "@slack/web-api": "6.7.2",
47
46
  "analytics-node": "6.2.0",
48
- "capture-website": "3.2.0",
47
+ "axios": "0.27.2",
49
48
  "cors": "2.8.5",
50
49
  "firebase": "9.12.1",
51
50
  "firebase-admin": "11.2.0",
52
- "firebase-functions": "4.0.1",
51
+ "firebase-functions": "3.24.1",
53
52
  "intercom-client": "3.1.5",
54
- "ky": "0.31.4",
55
- "ky-universal": "0.11.0",
56
53
  "lodash": "4.17.21",
57
54
  "nanoid": "3.3.4",
58
55
  "uuid": "8.3.2"
@@ -74,7 +71,6 @@
74
71
  "eslint-config-prettier": "8.5.0",
75
72
  "eslint-plugin-import": "2.26.0",
76
73
  "eslint-plugin-jest": "27.1.3",
77
- "eslint-plugin-node": "11.1.0",
78
74
  "firebase-functions-test": "2.4.0",
79
75
  "firebase-tools": "11.15.0",
80
76
  "jest": "28.1.3",