pathchain 1.0.10 → 1.0.11

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/checker.js +1 -1
  2. package/package.json +1 -1
package/checker.js CHANGED
@@ -50,7 +50,7 @@ function checkEmptyDir(dir) {
50
50
  */
51
51
  function isSecretUsed(xsecret) {
52
52
  // DECODING SECRET
53
- var secret_pb = pb(fs.readFileSync('node_modules/pathos-proto-infra/proto/secret.proto'))
53
+ var secret_pb = pb(fs.readFileSync('node_modules/pathchain/proto/secret.proto'))
54
54
 
55
55
  // NOT FOUND EXCEPTION
56
56
  var secret_enc;
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "pathchain",
3
- "version": "1.0.10"
3
+ "version": "1.0.11"
4
4
  }