@temporary-name/shared 1.9.3-alpha.205fb2d0874fa3b8bbf83112a63016937380442e → 1.9.3-alpha.25c9bb040aec8c367ea668ebd2fedbdb6ee024ff
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.25c9bb040aec8c367ea668ebd2fedbdb6ee024ff";
|
|
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.25c9bb040aec8c367ea668ebd2fedbdb6ee024ff";
|
|
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.25c9bb040aec8c367ea668ebd2fedbdb6ee024ff";
|
|
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.25c9bb040aec8c367ea668ebd2fedbdb6ee024ff",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://www.stainless.com/",
|
|
7
7
|
"repository": {
|