raml-definition-system
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -207,2 +207,8 @@ "use strict"; | ||
}; | ||
Universe.prototype.setOriginalTopLevelText = function (t) { | ||
this._originalTopLevelText = t; | ||
}; | ||
Universe.prototype.getOriginalTopLevelText = function () { | ||
return this._originalTopLevelText; | ||
}; | ||
Universe.prototype.setTypedVersion = function (tv) { | ||
@@ -209,0 +215,0 @@ this._typedVersion = tv; |
{ | ||
"name": "raml-definition-system", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"main": "dist/definitionSystem.js", | ||
@@ -17,3 +17,3 @@ "scripts": { | ||
"know-your-http-well": "^0.2.0", | ||
"raml-typesystem": "0.0.39", | ||
"raml-typesystem": "0.0.40", | ||
"ts-structure-parser": "0.0.10", | ||
@@ -20,0 +20,0 @@ "underscore": "^1.8.3" |
@@ -190,2 +190,3 @@ export import rt=require("raml-typesystem") | ||
private _topLevel:string; | ||
private _originalTopLevelText:string; | ||
@@ -213,2 +214,9 @@ private matchedObjects; | ||
setOriginalTopLevelText(t:string){ | ||
this._originalTopLevelText=t; | ||
} | ||
getOriginalTopLevelText(){ | ||
return this._originalTopLevelText; | ||
} | ||
setTypedVersion(tv:string){ | ||
@@ -215,0 +223,0 @@ this._typedVersion=tv; |
Sorry, the diff of this file is too big to display
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
1643528
47411
+ Addedraml-typesystem@0.0.40(transitive)
- Removedraml-typesystem@0.0.39(transitive)
Updatedraml-typesystem@0.0.40