Skip to content

Commit 79f149b

Browse files
"release v1.0.0-alpha.15"
1 parent 5318f11 commit 79f149b

8 files changed

Lines changed: 20 additions & 11 deletions

File tree

dist/ref-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.$RefParser = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
22
/**!
3-
* JSON Schema $Ref Parser v1.0.0-alpha.14
3+
* JSON Schema $Ref Parser v1.0.0-alpha.15
44
*
55
* @link https://github.com/BigstickCarpet/json-schema-ref-parser
66
* @license MIT

dist/ref-parser.js.map

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

dist/ref-parser.min.js

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

dist/ref-parser.min.js.map

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

lib/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**!
2-
* JSON Schema $Ref Parser v1.0.0-alpha.14
2+
* JSON Schema $Ref Parser v1.0.0-alpha.15
33
*
44
* @link https://github.com/BigstickCarpet/json-schema-ref-parser
55
* @license MIT

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-ref-parser",
3-
"version": "1.0.0-alpha.14",
3+
"version": "1.0.0-alpha.15",
44
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
55
"keywords": [
66
"json",
@@ -52,7 +52,7 @@
5252
"karma-sauce-launcher": "^0.2.14",
5353
"istanbul": "^0.3.19",
5454
"coveralls": "^2.11.4",
55-
"mocha": "^2.3.0",
55+
"mocha": "^2.3.1",
5656
"chai": "^3.2.0",
5757
"sinon": "^1.16.1",
5858
"jscs": "^2.1.1",

tests/bower_components/mocha/.bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"tap"
4444
],
4545
"license": "MIT",
46-
"version": "2.3.0",
47-
"_release": "2.3.0",
46+
"version": "2.3.1",
47+
"_release": "2.3.1",
4848
"_resolution": {
4949
"type": "version",
50-
"tag": "2.3.0",
51-
"commit": "236c7ea3e03221adfe5ad1e27d28607bab2a987d"
50+
"tag": "v2.3.1",
51+
"commit": "b0d73b6653c11d4119aed7603e063e84929d1096"
5252
},
5353
"_source": "git://github.com/mochajs/mocha.git",
5454
"_target": "*",

tests/bower_components/mocha/HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.3.1 / 2015-09-06
2+
==================
3+
4+
* [#1867] - Fix compatibility with older versions of NPM ([@boneskull])
5+
* [#1812] - Fix: Bail flag causes before() hooks to be run even after a failure ([@aaroncrows])
6+
7+
[#1867]: https://github.com/mochajs/mocha/issues/1867
8+
[#1812]: https://github.com/mochajs/mocha/issues/1812
9+
[aaroncrows]: https://github.com/aaroncrows
110

211
2.3.0 / 2015-08-30
312
==================

0 commit comments

Comments
 (0)