pathchain 1.0.33 → 1.0.34

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pathchain",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "dependencies": {
5
5
  "date-and-time": "^3.0.2",
6
6
  "empty-dir": "^3.0.0",
package/proto/label.proto CHANGED
@@ -4,6 +4,6 @@ message label {
4
4
  required string register = 1;
5
5
  required string author = 2;
6
6
  required string text = 3;
7
- required string acestor = 4;
7
+ required string ancestor = 4;
8
8
  required string tag = 5;
9
9
  }
@@ -0,0 +1,10 @@
1
+ syntax = "proto3";
2
+
3
+ message tagnode {
4
+ required string register = 1;
5
+ required string author = 2;
6
+ required string ancestor = 3;
7
+ required string first = 4;
8
+ required string second = 5;
9
+ required string tag = 6;
10
+ }
@@ -0,0 +1,10 @@
1
+ syntax = "proto3";
2
+
3
+ message tagnode {
4
+ required string register = 1;
5
+ required string author = 2;
6
+ required string ancestor = 3;
7
+ required string first = 4;
8
+ required string second = 5;
9
+ required string tag = 6;
10
+ }
@@ -0,0 +1,10 @@
1
+ syntax = "proto3";
2
+
3
+ message tagnode {
4
+ required string register = 1;
5
+ required string author = 2;
6
+ required string ancestor = 3;
7
+ required string first = 4;
8
+ required string second = 5;
9
+ required string tag = 6;
10
+ }