@roadmanjs/firebase-client 0.1.0 → 1.1.13

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/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
  <p align="center">
3
3
  <h1 align="center"> Roadman - <a href="https://firebase.google.com" target="_blank">Firebase Admin</a> </h1>
4
4
  </p>
5
+ <div align="center">
6
+
7
+ <img width="500px" src="./docs/roadman_dance.gif"></img>
8
+
9
+ </div>
10
+
5
11
 
6
12
 
7
13
  ## A roadman for firebase-admin.
Binary file
Binary file
package/gql/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './media.fragment';
2
2
  export * from './media.mutation';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/gql/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC"}
@@ -18,3 +18,4 @@ export interface MediaDataType {
18
18
  updatedAt?: Date;
19
19
  }
20
20
  export declare const MediaDataTypeFragment: import("graphql").DocumentNode;
21
+ //# sourceMappingURL=media.fragment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media.fragment.d.ts","sourceRoot":"","sources":["../../../src/client/gql/media.fragment.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,eAAe;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;CACf;AACD,MAAM,WAAW,aAAa;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;CACpB;AAED,eAAO,MAAM,qBAAqB,gCAajC,CAAC"}
@@ -2,3 +2,4 @@ export declare const UPLOAD_FILES_MUTATION: import("graphql").DocumentNode;
2
2
  export declare const UPLOAD_STRING_FILES_MUTATION: import("graphql").DocumentNode;
3
3
  export declare const UPLOAD_FILES_FASTDFS_MUTATION: import("graphql").DocumentNode;
4
4
  export declare const UPLOAD_STRING_FILES_FASTDFS_MUTATION: import("graphql").DocumentNode;
5
+ //# sourceMappingURL=media.mutation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media.mutation.d.ts","sourceRoot":"","sources":["../../../src/client/gql/media.mutation.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,qBAAqB,gCAOjC,CAAC;AAEF,eAAO,MAAM,4BAA4B,gCAOxC,CAAC;AAGF,eAAO,MAAM,6BAA6B,gCAOzC,CAAC;AAEF,eAAO,MAAM,oCAAoC,gCAOhD,CAAC"}
package/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './gql';
2
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@roadmanjs/firebase-client","version":"0.1.0","description":"GraphQL client gql for @roadmanjs/firebase-admin","main":"index.js","types":"index.d.ts","files":["index.d.ts","docs/","/gql","register/","LICENSE"],"author":{"name":"Ceddy Muhoza","email":"ceddymuhoza@gmail.com","url":"https://ceddy.org"},"license":"MIT","private":false,"scripts":{},"lint-staged":{"*.{ts,tsx}":["npm run eslint"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"devDependencies":{},"peerDependencies":{},"dependencies":{"graphql-tag":"^2.12.5"}}
1
+ {"name":"@roadmanjs/firebase-client","description":"GraphQL client gql for @roadmanjs/firebase-admin","main":"index.js","types":"index.d.ts","files":["index.d.ts","docs/","/gql","register/","LICENSE"],"author":{"name":"Ceddy Muhoza","email":"ceddymuhoza@gmail.com","url":"https://ceddy.org"},"license":"MIT","private":false,"scripts":{},"lint-staged":{"*.{ts,tsx}":["npm run eslint"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"dependencies":{"graphql-tag":"^2.12.5"},"devDependencies":{},"version":"1.1.13","peerDependencies":{}}