@temporary-name/shared 1.9.3-alpha.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e → 1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e

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.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e";
32
+ declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e";
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.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e";
32
+ declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e";
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.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e";
25
+ const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e";
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.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e",
4
+ "version": "1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.stainless.com/",
7
7
  "repository": {