Comparing version 1.11.0 to 1.12.0
@@ -1,3 +0,3 @@ | ||
import { T as Target, A as Annotation, C as ContractInput } from './schema-y6cmnXiz.js'; | ||
export { e as allow, a as schema } from './schema-y6cmnXiz.js'; | ||
import { T as Target, A as Annotation, C as ContractInput } from './schema-jBnMtcL_.js'; | ||
export { e as allow, a as schema } from './schema-jBnMtcL_.js'; | ||
import * as zodiac_roles_sdk__ from 'zodiac-roles-sdk/.'; | ||
@@ -4,0 +4,0 @@ import 'zod'; |
@@ -1,3 +0,3 @@ | ||
import { T as Target, A as Annotation, C as ContractInput } from './schema-y6cmnXiz.js'; | ||
export { g as allow, b as schema } from './schema-y6cmnXiz.js'; | ||
import { T as Target, A as Annotation, C as ContractInput } from './schema-jBnMtcL_.js'; | ||
export { g as allow, b as schema } from './schema-jBnMtcL_.js'; | ||
import * as zodiac_roles_sdk__ from 'zodiac-roles-sdk/.'; | ||
@@ -4,0 +4,0 @@ import 'zod'; |
@@ -18,3 +18,4 @@ import { z, SomeZodObject } from 'zod'; | ||
eth = "eth", | ||
gno = "gno" | ||
gno = "gno", | ||
arb1 = "arb1" | ||
} | ||
@@ -21,0 +22,0 @@ type ActionFunction = (options: any) => Promise<Permission[]>; |
@@ -66,2 +66,3 @@ "use strict"; | ||
Chain2["gno"] = "gno"; | ||
Chain2["arb1"] = "arb1"; | ||
return Chain2; | ||
@@ -68,0 +69,0 @@ })(Chain || {}); |
{ | ||
"name": "defi-kit", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "Permissions for Zodiac Roles covering interactions with DeFi protocols", | ||
@@ -22,2 +22,7 @@ "main": "dist/index.js", | ||
"types": "./dist/gno.d.ts" | ||
}, | ||
"./arb1": { | ||
"require": "./dist/arb1.js", | ||
"import": "./dist/arb1.mjs", | ||
"types": "./dist/arb1.d.ts" | ||
} | ||
@@ -35,2 +40,5 @@ }, | ||
"./dist/gno.d.ts" | ||
], | ||
"arb1": [ | ||
"./dist/arb1.d.ts" | ||
] | ||
@@ -37,0 +45,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16785249
31
102118