@dappworks/urpc
Advanced tools
Comparing version 0.0.41 to 0.0.42
@@ -105,7 +105,7 @@ // Generated by dts-bundle-generator v9.5.1 | ||
uiConfig: FormConfigType<any> | undefined; | ||
schema: ({ | ||
schema: { | ||
[x: string]: SchemaItem<any, any> | undefined; | ||
} & { | ||
[key: string]: SchemaItem<any, any>; | ||
}) | null; | ||
}; | ||
value?: undefined; | ||
@@ -133,7 +133,7 @@ set?: undefined; | ||
} | undefined; | ||
schema: ({ | ||
schema: { | ||
[x: string]: SchemaItem<any, any> | undefined; | ||
} & { | ||
[key: string]: SchemaItem<any, any>; | ||
}) | null; | ||
}; | ||
input?: undefined; | ||
@@ -209,3 +209,3 @@ uiConfig?: undefined; | ||
uiConfig: FormConfigType<any> | undefined; | ||
schema: ({ | ||
schema: { | ||
[x: string]: ({ | ||
@@ -220,3 +220,3 @@ type?: string | undefined; | ||
} | URPC_Function<any, any, any> | URPC_Action<any, any>; | ||
}) | null; | ||
}; | ||
value?: undefined; | ||
@@ -244,3 +244,3 @@ set?: undefined; | ||
} | undefined; | ||
schema: ({ | ||
schema: { | ||
[x: string]: ({ | ||
@@ -255,3 +255,3 @@ type?: string | undefined; | ||
} | URPC_Function<any, any, any> | URPC_Action<any, any>; | ||
}) | null; | ||
}; | ||
input?: undefined; | ||
@@ -258,0 +258,0 @@ uiConfig?: undefined; |
{ | ||
"name": "@dappworks/urpc", | ||
"version": "0.0.41", | ||
"version": "0.0.42", | ||
"module": "index.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125309