Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 913f8f7

Browse files
Carolina WrightCarolina Wright
authored andcommitted
Version 0.5.0
1 parent 7df3cdc commit 913f8f7

5 files changed

Lines changed: 5 additions & 14 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-designer",
3-
"version": "0.4.15",
3+
"version": "0.5.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/mulesoft/api-designer.git"

dist/scripts/api-designer.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82507,15 +82507,6 @@ angular.module('ramlEditorApp').factory('ramlSuggest', [
8250782507
}
8250882508
return match.slice(1);
8250982509
}
82510-
self.buildSimpleUrl = function buildSimpleUrl() {
82511-
var args = Array.prototype.slice.call(arguments, 0);
82512-
var url = self.baseUri + SEPARATOR + args.join(SEPARATOR);
82513-
var proxy = self.proxy || $window.RAML.Settings.proxy;
82514-
if (proxy) {
82515-
url = proxy + resolveUri(url);
82516-
}
82517-
return url;
82518-
};
8251982510
self.buildURL = function buildURL() {
8252082511
var args = [
8252182512
'sources',

dist/scripts/api-designer.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-designer",
3-
"version": "0.4.15",
3+
"version": "0.5.0",
44
"description": "A web editor for creating and sharing RAML API specifications",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)