five-bells-shared
Advanced tools
Comparing version 21.2.0 to 22.0.0
@@ -67,3 +67,3 @@ 'use strict' | ||
} catch (e) { | ||
throw new ServerError('Failed to parse schema: ' + fileName) | ||
throw new ServerError('Failed to parse schema: ' + fileName + '. Reason: ' + e) | ||
} | ||
@@ -70,0 +70,0 @@ }) |
{ | ||
"name": "five-bells-shared", | ||
"version": "21.2.0", | ||
"version": "22.0.0", | ||
"description": "Shared components for Five Bells projects.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -13,3 +13,3 @@ { | ||
"description": "Name of the account", | ||
"type": "string" | ||
"$ref": "Identifier.json" | ||
}, | ||
@@ -16,0 +16,0 @@ "balance": { |
@@ -6,3 +6,3 @@ { | ||
"type": "string", | ||
"pattern": "^cc:([1-9a-f][0-9a-f]{0,3}|0):[1-9a-f][0-9a-f]{0,15}:[a-zA-Z0-9_-]{0,86}:([1-9][0-9]{0,17}|0)$" | ||
"pattern": "^ni:\/\/\/sha-256;[a-zA-Z0-9_-]{0,86}?(?:[a-z0-9-._~!$&'()*+,;=:@\/?]|%[0-9A-F]{2})*$" | ||
} |
@@ -6,3 +6,3 @@ { | ||
"type": "string", | ||
"pattern": "^cf:([1-9a-f][0-9a-f]{0,3}|0):[a-zA-Z0-9_-]*$" | ||
"pattern": "^[a-zA-Z0-9_-]*$" | ||
} |
@@ -6,3 +6,3 @@ { | ||
"type": "string", | ||
"pattern": "^([a-zA-Z0-9][a-zA-Z0-9-]{0,18}[a-zA-Z0-9]|([a-zA-Z0-9][a-zA-Z0-9-]{0,18}[a-zA-Z0-9]@)?((?!-)[a-zA-Z0-9-]{1,63}\\.)+(?!-)[a-zA-Z0-9-]{1,63})(?:\\:[0-9]{0,5})?$" | ||
"pattern": "^[a-zA-Z0-9_-]{1,86}$" | ||
} |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1
180513
108
3611