@xyo-network/errors
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -7,5 +7,3 @@ import { XyoBase } from '@xyo-network/base'; | ||
CRITICAL = 1, | ||
INVALID_PARAMETERS = 2, | ||
CREATOR_MAPPING = 3, | ||
INVALID_RESULT_ACCESS = 4 | ||
INVALID_PARAMETERS = 2 | ||
} | ||
@@ -12,0 +10,0 @@ /** |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Monday, 19th November 2018 3:24:29 pm | ||
* @Last modified time: Tuesday, 11th December 2018 9:16:21 am | ||
* @License: All Rights Reserved | ||
@@ -22,4 +22,2 @@ * @Copyright: Copyright XY | The Findables Company | ||
XyoErrors[XyoErrors["INVALID_PARAMETERS"] = 2] = "INVALID_PARAMETERS"; | ||
XyoErrors[XyoErrors["CREATOR_MAPPING"] = 3] = "CREATOR_MAPPING"; | ||
XyoErrors[XyoErrors["INVALID_RESULT_ACCESS"] = 4] = "INVALID_RESULT_ACCESS"; | ||
})(XyoErrors = exports.XyoErrors || (exports.XyoErrors = {})); | ||
@@ -26,0 +24,0 @@ /** |
{ | ||
"name": "@xyo-network/errors", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "A base class for the Xyo Network", | ||
@@ -10,3 +10,3 @@ "main": "dist/xyo-error.js", | ||
"dependencies": { | ||
"@xyo-network/base": "^0.2.1" | ||
"@xyo-network/base": "^0.3.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0635d162b742fbb5ee4f09d4e3faf5149b43eaf0" | ||
"gitHead": "55319bda08512a2701fb6494ad2e2526791e6bb7" | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Monday, 19th November 2018 3:24:29 pm | ||
* @Last modified time: Tuesday, 11th December 2018 9:16:21 am | ||
* @License: All Rights Reserved | ||
@@ -21,5 +21,3 @@ * @Copyright: Copyright XY | The Findables Company | ||
CRITICAL = 1, | ||
INVALID_PARAMETERS = 2, | ||
CREATOR_MAPPING = 3, | ||
INVALID_RESULT_ACCESS = 4 | ||
INVALID_PARAMETERS = 2 | ||
} | ||
@@ -26,0 +24,0 @@ |
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
6339
150
+ Added@xyo-network/base@0.3.1(transitive)
- Removed@xyo-network/base@0.2.1(transitive)
Updated@xyo-network/base@^0.3.0