@sjcrh/proteinpaint-shared 2.79.2 → 2.79.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-shared",
3
- "version": "2.79.2",
3
+ "version": "2.79.3",
4
4
  "description": "ProteinPaint code that is shared between server and client-side workspaces",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.js CHANGED
@@ -15,7 +15,7 @@ export * from './termdb.initbinconfig.js'
15
15
  export * from './termdb.usecase.js'
16
16
  export * from './terms.js'
17
17
  export * from './tree.js'
18
- // do `npm run esm` to generate js file from ts file
18
+ // do `npm run esm` to generate .js file from .ts file
19
19
  export * from './urljson.js'
20
20
  export * from './vcf.ann.js'
21
21
  export * from './vcf.csq.js'