@typeberry/convert 0.4.1-3923458 → 0.4.1-6aea8d7
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/index.js +1 -5
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4266,11 +4266,7 @@ var TestSuite;
|
|
|
4266
4266
|
})(TestSuite || (TestSuite = {}));
|
|
4267
4267
|
const ALL_VERSIONS_IN_ORDER = [GpVersion.V0_6_7, GpVersion.V0_7_0, GpVersion.V0_7_1, GpVersion.V0_7_2];
|
|
4268
4268
|
const DEFAULT_SUITE = TestSuite.W3F_DAVXY;
|
|
4269
|
-
|
|
4270
|
-
* Current version is set to track the jam-conformance testing.
|
|
4271
|
-
* Since we are currently at 0.7.1 not 0.7.2, we set our default version accordingly.
|
|
4272
|
-
*/
|
|
4273
|
-
const DEFAULT_VERSION = GpVersion.V0_7_1;
|
|
4269
|
+
const DEFAULT_VERSION = GpVersion.V0_7_2;
|
|
4274
4270
|
let CURRENT_VERSION = parseCurrentVersion(env.GP_VERSION) ?? DEFAULT_VERSION;
|
|
4275
4271
|
let CURRENT_SUITE = parseCurrentSuite(env.TEST_SUITE) ?? DEFAULT_SUITE;
|
|
4276
4272
|
function parseCurrentVersion(env) {
|