@uniformdev/mesh-edgehancer-sdk 19.173.2-alpha.8 → 19.176.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/dist/index.d.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
@@ -211,7 +211,6 @@ type RequestEdgehancerContext = {
|
|
211
211
|
* that the handler is registered for.
|
212
212
|
*/
|
213
213
|
dataResources: readonly RequestEdgehancerDataResourceContext[];
|
214
|
-
isDraft?: boolean;
|
215
214
|
};
|
216
215
|
declare const requestEdgehancerDataResourceResolutionResultSchema: z.ZodObject<{
|
217
216
|
errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
@@ -436,7 +435,6 @@ type PreRequestEdgehancerContext = {
|
|
436
435
|
* that the hook is registered for.
|
437
436
|
*/
|
438
437
|
dataResources: readonly PreRequestEdgehancerDataResourceContext[];
|
439
|
-
isDraft?: boolean;
|
440
438
|
};
|
441
439
|
declare const preRequestEdgehancerDataResourceResultSchema: z.ZodObject<{
|
442
440
|
errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
package/dist/index.d.ts
CHANGED
@@ -211,7 +211,6 @@ type RequestEdgehancerContext = {
|
|
211
211
|
* that the handler is registered for.
|
212
212
|
*/
|
213
213
|
dataResources: readonly RequestEdgehancerDataResourceContext[];
|
214
|
-
isDraft?: boolean;
|
215
214
|
};
|
216
215
|
declare const requestEdgehancerDataResourceResolutionResultSchema: z.ZodObject<{
|
217
216
|
errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
@@ -436,7 +435,6 @@ type PreRequestEdgehancerContext = {
|
|
436
435
|
* that the hook is registered for.
|
437
436
|
*/
|
438
437
|
dataResources: readonly PreRequestEdgehancerDataResourceContext[];
|
439
|
-
isDraft?: boolean;
|
440
438
|
};
|
441
439
|
declare const preRequestEdgehancerDataResourceResultSchema: z.ZodObject<{
|
442
440
|
errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/mesh-edgehancer-sdk",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.176.0",
|
4
4
|
"description": "Uniform Mesh Edgehancer SDK",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"/dist"
|
49
49
|
],
|
50
50
|
"dependencies": {
|
51
|
-
"@uniformdev/canvas": "19.
|
51
|
+
"@uniformdev/canvas": "19.176.0",
|
52
52
|
"tsafe": "1.6.6",
|
53
53
|
"zod": "3.23.8"
|
54
54
|
},
|
@@ -61,5 +61,5 @@
|
|
61
61
|
"publishConfig": {
|
62
62
|
"access": "public"
|
63
63
|
},
|
64
|
-
"gitHead": "
|
64
|
+
"gitHead": "87107574c3143e48d68ca702a4c74eaa20be44e7"
|
65
65
|
}
|