@secrecy/lib 1.14.0 → 1.15.0

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.
@@ -16118,10 +16118,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
16118
16118
  planCode: "tech_solo_month" | "tech_solo_year" | "tech_pro_month" | "tech_pro_year" | "tech_premium_month" | "tech_premium_year";
16119
16119
  };
16120
16120
  _output_in: {
16121
- url: string;
16121
+ url: string | null;
16122
16122
  };
16123
16123
  _output_out: {
16124
- url: string;
16124
+ url: string | null;
16125
16125
  };
16126
16126
  }, unknown>>;
16127
16127
  };
@@ -17500,10 +17500,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
17500
17500
  planCode: "user_basic_month" | "user_basic_year" | "user_advanced_month" | "user_advanced_year" | "user_pro_month" | "user_pro_year";
17501
17501
  };
17502
17502
  _output_in: {
17503
- url: string;
17503
+ url: string | null;
17504
17504
  };
17505
17505
  _output_out: {
17506
- url: string;
17506
+ url: string | null;
17507
17507
  };
17508
17508
  }, unknown>>;
17509
17509
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@secrecy/lib",
3
3
  "author": "Anonymize <anonymize@gmail.com>",
4
4
  "description": "Anonymize Secrecy Library",
5
- "version": "1.14.0",
5
+ "version": "1.15.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/anonymize-org/lib.git"
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@secrecy/lib-utils": "^1.0.18",
77
- "@secrecy/trpc-api-types": "1.22.0-feat-stripe-impl.4",
77
+ "@secrecy/trpc-api-types": "1.24.0-dev.3",
78
78
  "@trpc/client": "10.45.2",
79
79
  "@trpc/server": "10.45.2",
80
80
  "@types/libsodium-wrappers-sumo": "^0.7.8",