@xyo-network/serialization-schema
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Monday, 3rd December 2018 9:26:27 am | ||
* @Last modified time: Friday, 7th December 2018 4:19:44 pm | ||
* @License: All Rights Reserved | ||
@@ -20,2 +20,7 @@ * @Copyright: Copyright XY | The Findables Company | ||
}, | ||
typedSet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-typed', | ||
id: 0x01 | ||
}, | ||
boundWitness: { | ||
@@ -36,3 +41,3 @@ sizeIdentifierSize: null, | ||
}, | ||
originBlockSet: { | ||
bridgeBlockSet: { | ||
sizeIdentifierSize: null, | ||
@@ -42,3 +47,3 @@ iterableType: 'iterable-typed', | ||
}, | ||
originBlockHashSet: { | ||
bridgeHashSet: { | ||
sizeIdentifierSize: null, | ||
@@ -60,3 +65,3 @@ iterableType: 'iterable-typed', | ||
sizeIdentifierSize: 1, | ||
iterableType: 'iterable-untyped', | ||
iterableType: 'not-iterable', | ||
id: 0x09 | ||
@@ -76,3 +81,3 @@ }, | ||
sizeIdentifierSize: 1, | ||
iterableType: 'iterable-untyped', | ||
iterableType: 'not-iterable', | ||
id: 0x0C | ||
@@ -107,3 +112,3 @@ }, | ||
sizeIdentifierSize: 1, | ||
iterableType: 'not-iterable', | ||
iterableType: 'iterable-untyped', | ||
id: 0x12 | ||
@@ -121,13 +126,48 @@ }, | ||
}, | ||
// blob: { | ||
// sizeIdentifierSize: null, | ||
// iterableType: 'not-iterable', | ||
// id: 0xff | ||
// }, | ||
typedSet: { | ||
fetter: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x15 | ||
}, | ||
fetterSet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-typed', | ||
id: 0xCC | ||
id: 0x16 | ||
}, | ||
witness: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x17 | ||
}, | ||
witnessSet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-typed', | ||
id: 0x18 | ||
}, | ||
keySet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x19 | ||
}, | ||
signatureSet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x1A | ||
}, | ||
boundWitnessFragment: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x1B | ||
}, | ||
latitude: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'not-iterable', | ||
id: 0x1C | ||
}, | ||
longitude: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'not-iterable', | ||
id: 0x1D | ||
} | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@xyo-network/serialization-schema", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "The schema being used to serialize objects in Xyo", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/serialization": "^0.2.1" | ||
"@xyo-network/serialization": "^0.3.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0635d162b742fbb5ee4f09d4e3faf5149b43eaf0" | ||
"gitHead": "55319bda08512a2701fb6494ad2e2526791e6bb7" | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Monday, 3rd December 2018 9:26:27 am | ||
* @Last modified time: Friday, 7th December 2018 4:19:44 pm | ||
* @License: All Rights Reserved | ||
@@ -21,2 +21,7 @@ * @Copyright: Copyright XY | The Findables Company | ||
}, | ||
typedSet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-typed', | ||
id: 0x01 | ||
}, | ||
boundWitness: { | ||
@@ -37,3 +42,3 @@ sizeIdentifierSize: null, | ||
}, | ||
originBlockSet: { | ||
bridgeBlockSet: { | ||
sizeIdentifierSize: null, | ||
@@ -43,3 +48,3 @@ iterableType: 'iterable-typed', | ||
}, | ||
originBlockHashSet: { | ||
bridgeHashSet: { | ||
sizeIdentifierSize: null, | ||
@@ -61,3 +66,3 @@ iterableType: 'iterable-typed', | ||
sizeIdentifierSize: 1, | ||
iterableType: 'iterable-untyped', | ||
iterableType: 'not-iterable', | ||
id: 0x09 | ||
@@ -77,3 +82,3 @@ }, | ||
sizeIdentifierSize: 1, | ||
iterableType: 'iterable-untyped', | ||
iterableType: 'not-iterable', | ||
id: 0x0C | ||
@@ -108,3 +113,3 @@ }, | ||
sizeIdentifierSize: 1, | ||
iterableType: 'not-iterable', | ||
iterableType: 'iterable-untyped', | ||
id: 0x12 | ||
@@ -122,12 +127,47 @@ }, | ||
}, | ||
// blob: { | ||
// sizeIdentifierSize: null, | ||
// iterableType: 'not-iterable', | ||
// id: 0xff | ||
// }, | ||
typedSet: { | ||
fetter: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x15 | ||
}, | ||
fetterSet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-typed', | ||
id: 0xCC | ||
id: 0x16 | ||
}, | ||
witness: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x17 | ||
}, | ||
witnessSet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-typed', | ||
id: 0x18 | ||
}, | ||
keySet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x19 | ||
}, | ||
signatureSet: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x1A | ||
}, | ||
boundWitnessFragment: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'iterable-untyped', | ||
id: 0x1B | ||
}, | ||
latitude: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'not-iterable', | ||
id: 0x1C | ||
}, | ||
longitude: { | ||
sizeIdentifierSize: null, | ||
iterableType: 'not-iterable', | ||
id: 0x1D | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11601
355
+ Added@xyo-network/base@0.3.1(transitive)
+ Added@xyo-network/errors@0.3.1(transitive)
+ Added@xyo-network/serialization@0.3.1(transitive)
- Removed@xyo-network/base@0.2.1(transitive)
- Removed@xyo-network/errors@0.2.1(transitive)
- Removed@xyo-network/serialization@0.2.1(transitive)