@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.
@@ -2706,6 +2706,6 @@ function renderVisitor(path, options = {}) {
2706
2706
  });
2707
2707
  }
2708
2708
 
2709
- export { DEFAULT_NAME_TRANSFORMERS, ImportMap, getNameApi, getRenderMapVisitor, getTypeManifestVisitor, mergeManifests, renderVisitor, typeManifest };
2709
+ export { DEFAULT_NAME_TRANSFORMERS, ImportMap, renderVisitor as default, getNameApi, getRenderMapVisitor, getTypeManifestVisitor, mergeManifests, renderVisitor, typeManifest };
2710
2710
  //# sourceMappingURL=index.node.mjs.map
2711
2711
  //# sourceMappingURL=index.node.mjs.map
@@ -4,4 +4,5 @@ export * from './getRenderMapVisitor';
4
4
  export * from './getTypeManifestVisitor';
5
5
  export * from './nameTransformers';
6
6
  export * from './renderVisitor';
7
+ export { renderVisitor as default } from './renderVisitor';
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,aAAa,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codama/renderers-js",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "JavaScript renderer compatible with the Solana web3.js library",
5
5
  "exports": {
6
6
  "types": "./dist/types/index.d.ts",
@@ -32,11 +32,11 @@
32
32
  "@solana/codecs-strings": "rc",
33
33
  "nunjucks": "^3.2.4",
34
34
  "prettier": "^3.4.2",
35
- "@codama/errors": "1.2.1",
36
- "@codama/nodes": "1.2.1",
37
- "@codama/nodes-from-anchor": "1.1.1",
38
- "@codama/renderers-core": "1.0.3",
39
- "@codama/visitors-core": "1.2.1"
35
+ "@codama/errors": "1.2.3",
36
+ "@codama/nodes": "1.2.3",
37
+ "@codama/nodes-from-anchor": "1.1.3",
38
+ "@codama/renderers-core": "1.0.5",
39
+ "@codama/visitors-core": "1.2.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/nunjucks": "^3.2.6"