@nice-code/action 0.20.0 → 0.21.0
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/README.md +49 -50
- package/build/{ActionDevtoolsCore-D_JvgPmz.d.mts → ActionDevtoolsCore-baIHExfj.d.mts} +2 -2
- package/build/{ActionDevtoolsCore-dV-IVPcP.d.cts → ActionDevtoolsCore-dApyYvTS.d.cts} +2 -2
- package/build/{ActionPayload.types-CnfWlkA1.d.cts → ActionPayload.types-CQM1HRw_.d.cts} +161 -194
- package/build/{ActionPayload.types-D0DM-g65.d.mts → ActionPayload.types-DXGiw1SF.d.mts} +161 -194
- package/build/devtools/browser/index.d.cts +1 -1
- package/build/devtools/browser/index.d.mts +1 -1
- package/build/devtools/server/index.d.cts +1 -1
- package/build/devtools/server/index.d.mts +1 -1
- package/build/index.cjs +1763 -1722
- package/build/index.cjs.map +1 -1
- package/build/index.d.cts +2 -2
- package/build/index.d.mts +2 -2
- package/build/index.mjs +1764 -1721
- package/build/index.mjs.map +1 -1
- package/build/platform/cloudflare/index.d.cts +1 -1
- package/build/platform/cloudflare/index.d.mts +1 -1
- package/build/react-query/index.d.cts +1 -1
- package/build/react-query/index.d.mts +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { wt as IDuplexAcceptorCarrier, yt as IChannelServer } from "../../ActionPayload.types-CQM1HRw_.cjs";
|
|
2
2
|
import { StorageAdapter, TCreateDurableObjectStorageOptions } from "@nice-code/util";
|
|
3
3
|
|
|
4
4
|
//#region src/platform/cloudflare/index.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { wt as IDuplexAcceptorCarrier, yt as IChannelServer } from "../../ActionPayload.types-DXGiw1SF.mjs";
|
|
2
2
|
import { StorageAdapter, TCreateDurableObjectStorageOptions } from "@nice-code/util";
|
|
3
3
|
|
|
4
4
|
//#region src/platform/cloudflare/index.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Br as IActionDomain, Kr as TInferInputFromSchema, Qr as TInferActionError, Xr as ActionSchema, qr as TInferOutputFromSchema, un as ActionCore } from "../ActionPayload.types-CQM1HRw_.cjs";
|
|
2
2
|
import { QueryKey, UseMutationOptions, UseMutationResult, UseQueryOptions, UseQueryResult } from "@tanstack/react-query";
|
|
3
3
|
|
|
4
4
|
//#region src/react-query/hooks/useActionMutation.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Br as IActionDomain, Kr as TInferInputFromSchema, Qr as TInferActionError, Xr as ActionSchema, qr as TInferOutputFromSchema, un as ActionCore } from "../ActionPayload.types-DXGiw1SF.mjs";
|
|
2
2
|
import { QueryKey, UseMutationOptions, UseMutationResult, UseQueryOptions, UseQueryResult } from "@tanstack/react-query";
|
|
3
3
|
|
|
4
4
|
//#region src/react-query/hooks/useActionMutation.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nice-code/action",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"main": "./build/index.cjs",
|
|
5
5
|
"module": "./build/index.mjs",
|
|
6
6
|
"types": "./build/index.d.cts",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
},
|
|
87
87
|
"type": "module",
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@nice-code/common-errors": "0.
|
|
90
|
-
"@nice-code/error": "0.
|
|
91
|
-
"@nice-code/util": "0.
|
|
89
|
+
"@nice-code/common-errors": "0.21.0",
|
|
90
|
+
"@nice-code/error": "0.21.0",
|
|
91
|
+
"@nice-code/util": "0.21.0",
|
|
92
92
|
"@standard-schema/spec": "^1.1.0",
|
|
93
93
|
"@tanstack/react-virtual": "^3.13.26",
|
|
94
94
|
"http-status-codes": "^2.3.0",
|