@algorandfoundation/algokit-client-generator 2.2.0 → 2.2.1-beta.2

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.0",
5
+ "version": "2.2.1-beta.2",
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": {
@@ -279,21 +279,16 @@
279
279
  },
280
280
  {
281
281
  "type": "object",
282
- "required": [
283
- "source",
284
- "data"
285
- ],
282
+ "required": ["source", "data"],
286
283
  "additionalProperties": false,
287
284
  "properties": {
288
285
  "source": {
289
286
  "description": "The default value is a constant.",
290
- "enum": [
291
- "constant"
292
- ]
287
+ "enum": ["constant"]
293
288
  },
294
289
  "data": {
295
290
  "description": "The static default value to use.",
296
- "oneOf": [
291
+ "anyOf": [
297
292
  {
298
293
  "type": "string"
299
294
  },