Skip to content

Commit 6b913d6

Browse files
"release v1.0.0-alpha.17"
1 parent e9e0d3c commit 6b913d6

9 files changed

Lines changed: 73 additions & 1084 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.16
3+
* JSON Schema $Ref Parser v1.0.0-alpha.17
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.16
2+
* JSON Schema $Ref Parser v1.0.0-alpha.17
33
*
44
* @link https://github.com/BigstickCarpet/json-schema-ref-parser
55
* @license MIT

package.json

Lines changed: 3 additions & 3 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.16",
3+
"version": "1.0.0-alpha.17",
44
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
55
"keywords": [
66
"json",
@@ -42,7 +42,7 @@
4242
"karma": "^0.13.9",
4343
"karma-chrome-launcher": "^0.2.0",
4444
"karma-cli": "0.1.0",
45-
"karma-coverage": "^0.5.1",
45+
"karma-coverage": "^0.5.2",
4646
"karma-firefox-launcher": "^0.1.6",
4747
"karma-ie-launcher": "^0.2.0",
4848
"karma-mocha": "^0.2.0",
@@ -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.1",
55+
"mocha": "^2.3.2",
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.1",
47-
"_release": "2.3.1",
46+
"version": "2.3.2",
47+
"_release": "2.3.2",
4848
"_resolution": {
4949
"type": "version",
50-
"tag": "v2.3.1",
51-
"commit": "b0d73b6653c11d4119aed7603e063e84929d1096"
50+
"tag": "v2.3.2",
51+
"commit": "0f8f831f8373b9c6ca4c74304cbfee608339b829"
5252
},
5353
"_source": "git://github.com/mochajs/mocha.git",
5454
"_target": "*",

tests/bower_components/mocha/HISTORY.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
2.3.2 / 2015-09-07
2+
==================
3+
* [#1868] - Fix compatibility with older versions of NPM ([@boneskull])
4+
5+
[#1868]: https://github.com/mochajs/mocha/issues/1868
6+
17
2.3.1 / 2015-09-06
28
==================
39

4-
* [#1867] - Fix compatibility with older versions of NPM ([@boneskull])
510
* [#1812] - Fix: Bail flag causes before() hooks to be run even after a failure ([@aaroncrows])
611

7-
[#1867]: https://github.com/mochajs/mocha/issues/1867
812
[#1812]: https://github.com/mochajs/mocha/issues/1812
913
[aaroncrows]: https://github.com/aaroncrows
1014

0 commit comments

Comments
 (0)