zkjson 0.1.27 → 0.1.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  const encoder = require("./encoder")
2
2
  const DB = require("./db")
3
3
  const Doc = require("./doc")
4
+ const NFT = require("/.nft")
4
5
  const Collection = require("./collection")
5
6
 
6
- module.exports = { ...encoder, DB, Collection, Doc }
7
+ module.exports = { ...encoder, DB, Collection, Doc, NFT }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zkjson",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Zero Knowledge Provable JSON",
5
5
  "main": "index.js",
6
6
  "license": "MIT",