@temporary-name/shared 1.9.3-alpha.62d88f5cf3908d4411b5278f1824b69334da8072 → 1.9.3-alpha.6408adf6ff24635e82c4a1c41dc0dc377b14b7bb

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
@@ -88,7 +88,7 @@ declare function fallbackContractConfig<T extends keyof ContractConfig>(key: T,
88
88
 
89
89
  declare const ORPC_NAME = "orpc";
90
90
  declare const ORPC_SHARED_PACKAGE_NAME = "@temporary-name/shared";
91
- declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.62d88f5cf3908d4411b5278f1824b69334da8072";
91
+ declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.6408adf6ff24635e82c4a1c41dc0dc377b14b7bb";
92
92
 
93
93
  /**
94
94
  * Error thrown when an operation is aborted.
package/dist/index.d.ts CHANGED
@@ -88,7 +88,7 @@ declare function fallbackContractConfig<T extends keyof ContractConfig>(key: T,
88
88
 
89
89
  declare const ORPC_NAME = "orpc";
90
90
  declare const ORPC_SHARED_PACKAGE_NAME = "@temporary-name/shared";
91
- declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.62d88f5cf3908d4411b5278f1824b69334da8072";
91
+ declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.6408adf6ff24635e82c4a1c41dc0dc377b14b7bb";
92
92
 
93
93
  /**
94
94
  * Error thrown when an operation is aborted.
package/dist/index.mjs CHANGED
@@ -23,7 +23,7 @@ function fallbackContractConfig(key, value) {
23
23
 
24
24
  const ORPC_NAME = "orpc";
25
25
  const ORPC_SHARED_PACKAGE_NAME = "@temporary-name/shared";
26
- const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.62d88f5cf3908d4411b5278f1824b69334da8072";
26
+ const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.6408adf6ff24635e82c4a1c41dc0dc377b14b7bb";
27
27
 
28
28
  class AbortError extends Error {
29
29
  constructor(...rest) {
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.62d88f5cf3908d4411b5278f1824b69334da8072",
4
+ "version": "1.9.3-alpha.6408adf6ff24635e82c4a1c41dc0dc377b14b7bb",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.stainless.com/",
7
7
  "repository": {