@settlemint/module-common-types
Advanced tools
Comparing version 5.3.1 to 5.3.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.3.3](https://github.com/settlemint/bpaas-launchpad/compare/v5.3.2...v5.3.3) (2021-03-22) | ||
### Bug Fixes | ||
* trigger new version ([4f331c1](https://github.com/settlemint/bpaas-launchpad/commit/4f331c1211ee0bad3bb903bbaa25f5ad5006fb15)) | ||
## [5.3.1](https://github.com/settlemint/bpaas-launchpad/compare/v5.3.0...v5.3.1) (2021-03-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@settlemint/module-common-types", | ||
"version": "5.2.2", | ||
"version": "5.3.1", | ||
"description": "BPaaS - Common Types module", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -7,4 +7,3 @@ export declare enum Environments { | ||
PRODUCTION = "production", | ||
TEST = "test", | ||
RODERIK = "roderik" | ||
TEST = "test" | ||
} |
@@ -12,4 +12,3 @@ "use strict"; | ||
Environments["TEST"] = "test"; | ||
Environments["RODERIK"] = "roderik"; | ||
})(Environments = exports.Environments || (exports.Environments = {})); | ||
//# sourceMappingURL=environments.js.map |
{ | ||
"name": "@settlemint/module-common-types", | ||
"version": "5.3.1", | ||
"version": "5.3.3", | ||
"description": "BPaaS - Common Types module", | ||
@@ -37,3 +37,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "504c89992faabc4bd88426c5a3cfc031a2537a9c" | ||
"gitHead": "561f84df061541fc23016186313783094856da70" | ||
} |
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
101527
83