Skip to content

Commit

Permalink
fix(): Update dependencies and add reminder to improve typings
Browse files Browse the repository at this point in the history
  • Loading branch information
popcorn245 committed Feb 9, 2022
1 parent 5833f08 commit 442e505
Show file tree
Hide file tree
Showing 7 changed files with 762 additions and 726 deletions.
3 changes: 3 additions & 0 deletions dist/cjs/services/fireenjin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"use strict";
/* TODO Add typings to fetch and submit
* @example (keyof ReturnType<typeof getSdk>)
*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
Expand Down
3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,9 @@ class FirestoreClient {
}
}

/* TODO Add typings to fetch and submit
* @example (keyof ReturnType<typeof getSdk>)
*/
class FireEnjin {
client;
sdk = {};
Expand Down
3 changes: 3 additions & 0 deletions dist/mjs/services/fireenjin.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* TODO Add typings to fetch and submit
* @example (keyof ReturnType<typeof getSdk>)
*/
import * as localforage from "localforage";
import { GraphQLClient } from "graphql-request";
import tryOrFail from "../helpers/tryOrFail";
Expand Down
3 changes: 3 additions & 0 deletions dist/services/fireenjin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"use strict";
/* TODO Add typings to fetch and submit
* @example (keyof ReturnType<typeof getSdk>)
*/
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
Expand Down
Loading

0 comments on commit 442e505

Please sign in to comment.