@temporary-name/shared 1.9.3-alpha.6ef4729e23affbe6454d37025d1dfc4d998b0649 → 1.9.3-alpha.6f8b694b2a090fe0182bfd5f16d29ca20f259307

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/dist/index.d.mts CHANGED
@@ -29,7 +29,7 @@ type OmitChainMethodDeep<T extends object, K extends keyof any> = {
29
29
 
30
30
  declare const ORPC_NAME = "orpc";
31
31
  declare const ORPC_SHARED_PACKAGE_NAME = "@temporary-name/shared";
32
- declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.6ef4729e23affbe6454d37025d1dfc4d998b0649";
32
+ declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.6f8b694b2a090fe0182bfd5f16d29ca20f259307";
33
33
 
34
34
  declare const ORPC_CLIENT_PACKAGE_NAME = "__ORPC_CLIENT_PACKAGE_NAME_PLACEHOLDER__";
35
35
  declare const ORPC_CLIENT_PACKAGE_VERSION = "__ORPC_CLIENT_PACKAGE_VERSION_PLACEHOLDER__";
package/dist/index.d.ts CHANGED
@@ -29,7 +29,7 @@ type OmitChainMethodDeep<T extends object, K extends keyof any> = {
29
29
 
30
30
  declare const ORPC_NAME = "orpc";
31
31
  declare const ORPC_SHARED_PACKAGE_NAME = "@temporary-name/shared";
32
- declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.6ef4729e23affbe6454d37025d1dfc4d998b0649";
32
+ declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.6f8b694b2a090fe0182bfd5f16d29ca20f259307";
33
33
 
34
34
  declare const ORPC_CLIENT_PACKAGE_NAME = "__ORPC_CLIENT_PACKAGE_NAME_PLACEHOLDER__";
35
35
  declare const ORPC_CLIENT_PACKAGE_VERSION = "__ORPC_CLIENT_PACKAGE_VERSION_PLACEHOLDER__";
package/dist/index.mjs CHANGED
@@ -22,7 +22,7 @@ function readAsBuffer(source) {
22
22
 
23
23
  const ORPC_NAME = "orpc";
24
24
  const ORPC_SHARED_PACKAGE_NAME = "@temporary-name/shared";
25
- const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.6ef4729e23affbe6454d37025d1dfc4d998b0649";
25
+ const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.6f8b694b2a090fe0182bfd5f16d29ca20f259307";
26
26
 
27
27
  const ORPC_CLIENT_PACKAGE_NAME = "__ORPC_CLIENT_PACKAGE_NAME_PLACEHOLDER__";
28
28
  const ORPC_CLIENT_PACKAGE_VERSION = "__ORPC_CLIENT_PACKAGE_VERSION_PLACEHOLDER__";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@temporary-name/shared",
3
3
  "type": "module",
4
- "version": "1.9.3-alpha.6ef4729e23affbe6454d37025d1dfc4d998b0649",
4
+ "version": "1.9.3-alpha.6f8b694b2a090fe0182bfd5f16d29ca20f259307",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.stainless.com/",
7
7
  "repository": {