pathchain 1.0.12 → 1.0.13

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/maker.js +1 -1
  2. package/package.json +1 -1
package/maker.js CHANGED
@@ -190,7 +190,7 @@ function entity(xsecret, format) {
190
190
 
191
191
  var buffer = entity.entity.encode({
192
192
  register: "moments/"+register_moment_hash,
193
- invite: ancestor_entity_hash,
193
+ ancestor: ancestor_entity_hash,
194
194
  tag: "entities/"+entity_hash,
195
195
  })
196
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pathchain",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "dependencies": {
5
5
  "date-and-time": "^3.0.2",
6
6
  "empty-dir": "^3.0.0",