mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-04 19:44:11 +01:00
Patch release
This commit is contained in:
74
dist/mermaid.slim.js
vendored
74
dist/mermaid.slim.js
vendored
@@ -12967,6 +12967,64 @@ process.chdir = function (dir) {
|
||||
|
||||
}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
||||
},{}],102:[function(require,module,exports){
|
||||
module.exports={
|
||||
"name": "mermaid",
|
||||
"version": "0.2.12",
|
||||
"description": "Markdownish syntax for generating flowcharts",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
"test": "gulp coverage"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/username/repository.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"he": "^0.5.0",
|
||||
"dagre-d3": "~0.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "~6.2.0",
|
||||
"codeclimate-test-reporter": "0.0.4",
|
||||
"d3": "~3.4.13",
|
||||
"dagre-d3": "~0.3.2",
|
||||
"gulp": "~3.8.9",
|
||||
"gulp-browserify": "^0.5.0",
|
||||
"gulp-bump": "^0.1.11",
|
||||
"gulp-concat": "~2.4.1",
|
||||
"gulp-ext-replace": "~0.1.0",
|
||||
"gulp-istanbul": "^0.4.0",
|
||||
"gulp-jasmine": "~1.0.1",
|
||||
"gulp-jison": "~1.0.0",
|
||||
"gulp-less": "^1.3.6",
|
||||
"gulp-rename": "~1.2.0",
|
||||
"gulp-shell": "^0.2.10",
|
||||
"gulp-tag-version": "^1.2.1",
|
||||
"gulp-uglify": "~1.0.1",
|
||||
"he": "^0.5.0",
|
||||
"jasmine": "~2.0.1",
|
||||
"jison": "~0.4.15",
|
||||
"karma": "~0.12.20",
|
||||
"karma-chrome-launcher": "~0.1.5",
|
||||
"karma-jasmine": "~0.2.1",
|
||||
"karma-requirejs": "~0.2.2",
|
||||
"lodash": "^2.4.1",
|
||||
"lodash._escapestringchar": "^2.4.1",
|
||||
"lodash._objecttypes": "^2.4.1",
|
||||
"lodash._reinterpolate": "^2.4.1",
|
||||
"lodash._reunescapedhtml": "^2.4.1",
|
||||
"lodash.defaults": "^2.4.1",
|
||||
"lodash.templatesettings": "^2.4.1",
|
||||
"lodash.values": "^2.4.1",
|
||||
"mock-browser": "^0.90.27",
|
||||
"path": "^0.4.9",
|
||||
"rewire": "^2.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
},{}],103:[function(require,module,exports){
|
||||
(function (global){
|
||||
var graph = require('./graphDb');
|
||||
var flow = require('./parser/flow');
|
||||
@@ -13280,7 +13338,7 @@ exports.tester = function(){};
|
||||
* @returns {string}
|
||||
*/
|
||||
exports.version = function(){
|
||||
return '0.2.12';
|
||||
return require('../package.json').version;
|
||||
};
|
||||
|
||||
var equals = function (val, variable){
|
||||
@@ -13323,7 +13381,7 @@ global.mermaid = {
|
||||
}
|
||||
};
|
||||
}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
||||
},{"./graphDb":103,"./parser/flow":104,"./sequenceRenderer":107,"./utils":108,"dagre-d3":1,"he":100}],103:[function(require,module,exports){
|
||||
},{"../package.json":102,"./graphDb":104,"./parser/flow":105,"./sequenceRenderer":108,"./utils":109,"dagre-d3":1,"he":100}],104:[function(require,module,exports){
|
||||
/**
|
||||
* Created by knut on 14-11-03.
|
||||
*/
|
||||
@@ -13523,7 +13581,7 @@ exports.defaultStyle = function () {
|
||||
};
|
||||
|
||||
|
||||
},{}],104:[function(require,module,exports){
|
||||
},{}],105:[function(require,module,exports){
|
||||
(function (process){
|
||||
/* parser generated by jison 0.4.15 */
|
||||
/*
|
||||
@@ -14292,7 +14350,7 @@ if (typeof module !== 'undefined' && require.main === module) {
|
||||
}
|
||||
}
|
||||
}).call(this,require("1YiZ5S"))
|
||||
},{"1YiZ5S":99,"fs":97,"path":98}],105:[function(require,module,exports){
|
||||
},{"1YiZ5S":99,"fs":97,"path":98}],106:[function(require,module,exports){
|
||||
(function (process){
|
||||
/* parser generated by jison 0.4.15 */
|
||||
/*
|
||||
@@ -14958,7 +15016,7 @@ if (typeof module !== 'undefined' && require.main === module) {
|
||||
}
|
||||
}
|
||||
}).call(this,require("1YiZ5S"))
|
||||
},{"1YiZ5S":99,"fs":97,"path":98}],106:[function(require,module,exports){
|
||||
},{"1YiZ5S":99,"fs":97,"path":98}],107:[function(require,module,exports){
|
||||
/**
|
||||
* Created by knut on 14-11-19.
|
||||
*/
|
||||
@@ -14992,7 +15050,7 @@ exports.clear = function(){
|
||||
actors = {};
|
||||
messages = [];
|
||||
};
|
||||
},{}],107:[function(require,module,exports){
|
||||
},{}],108:[function(require,module,exports){
|
||||
/**
|
||||
* Created by knut on 14-11-23.
|
||||
*/
|
||||
@@ -15159,7 +15217,7 @@ module.exports.draw = function (text, id) {
|
||||
*/
|
||||
};
|
||||
|
||||
},{"./parser/sequence":105,"./sequenceDb":106}],108:[function(require,module,exports){
|
||||
},{"./parser/sequence":106,"./sequenceDb":107}],109:[function(require,module,exports){
|
||||
/**
|
||||
* Created by knut on 14-11-23.
|
||||
*/
|
||||
@@ -15171,4 +15229,4 @@ module.exports.detectType = function(text){
|
||||
return "graph";
|
||||
}
|
||||
}
|
||||
},{}]},{},[102])
|
||||
},{}]},{},[103])
|
||||
Reference in New Issue
Block a user