Comparing version 0.1.0 to 0.1.1
@@ -0,0 +0,0 @@ var conductor = require( "./lib/transaction/conductor" ); |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -88,3 +88,3 @@ "use strict"; | ||
if( !baseTypeInfo ) { | ||
throw new Error( "Invalid base type '{0}'.".format( baseName ) ); | ||
throw new Error( "Invalid base type '" + baseName + "'." ); | ||
} | ||
@@ -124,3 +124,3 @@ // Create a schema | ||
if( !baseTypeInfo ) { | ||
throw new Error( "Invalid base type '{0}'.".format( baseName ) ); | ||
throw new Error( "Invalid base type '" + baseName + "'." ); | ||
} | ||
@@ -127,0 +127,0 @@ // Create a schema |
@@ -89,3 +89,3 @@ "use strict"; | ||
} else { | ||
log.warn( "Property '{0}' marked as complex, referencing '{1}', but the type is unknown.".format( propertyName, complexTypeName ) ); | ||
log.warn( "Property '" + propertyName + "' marked as complex, referencing '" + complexTypeName + "', but the type is unknown." ); | ||
} | ||
@@ -137,3 +137,3 @@ } | ||
} else { | ||
log.warn( "Property '{0}' marked as complex, referencing '{1}', but the type is unknown.".format( propertyName, complexTypeName ) ); | ||
log.warn( "Property '" + propertyName + "' marked as complex, referencing '" + complexTypeName + "', but the type is unknown." ); | ||
} | ||
@@ -187,3 +187,3 @@ } | ||
} else { | ||
log.warn( "Property '{0}' marked as complex, referencing '{1}', but the type is unknown.".format( propertyName, complexTypeName ) ); | ||
log.warn( "Property '" + propertyName + "' marked as complex, referencing '" + complexTypeName + "', but the type is unknown." ); | ||
} | ||
@@ -190,0 +190,0 @@ } |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "absync", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "absync", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
35838