@codama/renderers-js 1.2.0 → 1.2.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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [npm-image]: https://img.shields.io/npm/v/@codama/renderers-js.svg?style=flat&label=%40codama%2Frenderers-js
8
8
  [npm-url]: https://www.npmjs.com/package/@codama/renderers-js
9
9
 
10
- This package generates JavaScript clients from your Codama IDLs. The generated clients are compatible with the soon-to-be-released 2.0 line of [`@solana/web3.js`](https://github.com/solana-labs/solana-web3.js).
10
+ This package generates JavaScript clients from your Codama IDLs. The generated clients are compatible with the soon-to-be-released 2.0 line of [`@solana/web3.js`](https://github.com/anza-xyz/solana-web3.js).
11
11
 
12
12
  ## Installation
13
13
 
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var visitorsCore = require('@codama/visitors-core');
4
6
  var path = require('path');
5
7
  var nodes = require('@codama/nodes');
@@ -2734,6 +2736,7 @@ function renderVisitor(path, options = {}) {
2734
2736
 
2735
2737
  exports.DEFAULT_NAME_TRANSFORMERS = DEFAULT_NAME_TRANSFORMERS;
2736
2738
  exports.ImportMap = ImportMap;
2739
+ exports.default = renderVisitor;
2737
2740
  exports.getNameApi = getNameApi;
2738
2741
  exports.getRenderMapVisitor = getRenderMapVisitor;
2739
2742
  exports.getTypeManifestVisitor = getTypeManifestVisitor;