@algorandfoundation/algokit-client-generator 2.2.2-beta.2 → 2.2.2-beta.3

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "main": "index.js",
3
3
  "types": "index.d.ts",
4
4
  "name": "@algorandfoundation/algokit-client-generator",
5
- "version": "2.2.2-beta.2",
5
+ "version": "2.2.2-beta.3",
6
6
  "description": "Generates a TypeScript client for interacting with, and deploying ARC-0032 smart contracts on the Algorand Blockchain.",
7
7
  "private": false,
8
8
  "bin": {
@@ -172,7 +172,6 @@
172
172
  },
173
173
  "CallConfig": {
174
174
  "type": "object",
175
- "minProperties": 1,
176
175
  "additionalProperties": false,
177
176
  "properties": {
178
177
  "no_op": {