@temporary-name/shared 1.9.3-alpha.59a0ffc2afa5d7ac78321380832e510591ebe734 → 1.9.3-alpha.5bb5db108c105334106e6177e3043b9c45fbe69c
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
91
|
+
declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.5bb5db108c105334106e6177e3043b9c45fbe69c";
|
|
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.
|
|
91
|
+
declare const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.5bb5db108c105334106e6177e3043b9c45fbe69c";
|
|
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.
|
|
26
|
+
const ORPC_SHARED_PACKAGE_VERSION = "1.9.3-alpha.5bb5db108c105334106e6177e3043b9c45fbe69c";
|
|
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.
|
|
4
|
+
"version": "1.9.3-alpha.5bb5db108c105334106e6177e3043b9c45fbe69c",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://www.stainless.com/",
|
|
7
7
|
"repository": {
|