arvo-core 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,7 @@ function isLowerAlphanumeric(input) {
52
52
  */
53
53
  var createArvoOrchestratorContract = function (param) {
54
54
  if (!isLowerAlphanumeric(param.name)) {
55
- throw new Error("Invalid 'name' = '".concat(param.name, "'. The 'name' must only contain alphanumeric characters."));
55
+ throw new Error("Invalid 'name' = '".concat(param.name, "'. The 'name' must only contain alphanumeric characters. e.g. test.orchestrator"));
56
56
  }
57
57
  return new _1.default({
58
58
  uri: param.uri,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-core",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "This core package contains all the core classes and components of the Arvo Event Driven System",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {