@codama/renderers-js 2.0.1 → 2.0.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.
@@ -341,15 +341,20 @@ var DEFAULT_NAME_TRANSFORMERS = {
341
341
  // src/utils/options.ts
342
342
  var DEFAULT_KIT_IMPORT_STRATEGY = "preferRoot";
343
343
  var DEFAULT_DEPENDENCY_VERSIONS = {
344
- "@solana/accounts": "^6.0.0",
345
- "@solana/addresses": "^6.0.0",
346
- "@solana/codecs": "^6.0.0",
347
- "@solana/errors": "^6.0.0",
348
- "@solana/instructions": "^6.0.0",
349
- "@solana/kit": "^6.0.0",
350
- "@solana/programs": "^6.0.0",
351
- "@solana/rpc-types": "^6.0.0",
352
- "@solana/signers": "^6.0.0"
344
+ "@solana/accounts": "^6.1.0",
345
+ "@solana/addresses": "^6.1.0",
346
+ "@solana/codecs": "^6.1.0",
347
+ "@solana/errors": "^6.1.0",
348
+ "@solana/instruction-plans": "^6.1.0",
349
+ "@solana/instructions": "^6.1.0",
350
+ "@solana/kit": "^6.1.0",
351
+ "@solana/plugin-core": "^6.1.0",
352
+ "@solana/plugin-interfaces": "^6.1.0",
353
+ "@solana/program-client-core": "^6.1.0",
354
+ "@solana/programs": "^6.1.0",
355
+ "@solana/rpc-api": "^6.1.0",
356
+ "@solana/rpc-types": "^6.1.0",
357
+ "@solana/signers": "^6.1.0"
353
358
  };
354
359
  async function syncPackageJson(renderMap, formatCode, packageFolder, options) {
355
360
  const shouldSyncPackageJson = options.syncPackageJson ?? true;
@@ -3369,6 +3374,7 @@ function renderVisitor(packageFolder, options = {}) {
3369
3374
  });
3370
3375
  }
3371
3376
 
3377
+ exports.DEFAULT_KIT_IMPORT_STRATEGY = DEFAULT_KIT_IMPORT_STRATEGY;
3372
3378
  exports.DEFAULT_NAME_TRANSFORMERS = DEFAULT_NAME_TRANSFORMERS;
3373
3379
  exports.addToImportMap = addToImportMap;
3374
3380
  exports.createImportMap = createImportMap;