silgi 0.0.11 → 0.0.12

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.
@@ -74,6 +74,7 @@ async function generateClientGenTS(storage, outputDir) {
74
74
  /* prettier-ignore */
75
75
  /* silgi - productdevbook.com */
76
76
  import type { ResultOf, VariablesOf } from 'gql.tada'
77
+ import type { z as Zod } from 'zod'
77
78
  ${imports.join("\n")}
78
79
 
79
80
  export interface SilgiClientStore {
@@ -3,7 +3,7 @@ import consola from 'consola';
3
3
 
4
4
  const name = "silgi";
5
5
  const type = "module";
6
- const version = "0.0.11";
6
+ const version = "0.0.12";
7
7
  const exports = {
8
8
  ".": {
9
9
  "import": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.0.11",
4
+ "version": "0.0.12",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": {
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "unbuild": "^3.2.0",
69
- "silgi": "0.0.11"
69
+ "silgi": "0.0.12"
70
70
  },
71
71
  "resolutions": {
72
72
  "silgi": "workspace:*"