Skip to content

Commit 23d290e

Browse files
"release v1.0.0-alpha.11"
1 parent 044b4ac commit 23d290e

6 files changed

Lines changed: 492 additions & 8 deletions

File tree

dist/ref-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function crawl(obj, path, parents, $refs, options) {
6363

6464
},{"./ref":7,"./util":10,"lodash/collection/forEach":47,"lodash/lang/isArray":83,"lodash/lang/isObject":88,"url":137}],2:[function(require,module,exports){
6565
/**!
66-
* JSON Schema $Ref Parser v1.0.0-alpha.10
66+
* JSON Schema $Ref Parser v1.0.0-alpha.11
6767
*
6868
* @link https://github.com/BigstickCarpet/json-schema-ref-parser
6969
* @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: 484 additions & 0 deletions
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.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.10
2+
* JSON Schema $Ref Parser v1.0.0-alpha.11
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.10",
3+
"version": "1.0.0-alpha.11",
44
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
55
"keywords": [
66
"json",
@@ -29,7 +29,7 @@
2929
"karma": "karma start --single-run",
3030
"test": "npm run browserify -- --test && npm run istanbul && npm run karma",
3131
"upgrade": "ncu --upgradeAll && npm update && bower update",
32-
"bump": "bump --prompt --grep lib/index.js dist/* --tag --push --all",
32+
"bump": "bump --prerelease --grep lib/index.js dist/* --tag --push --all",
3333
"release": "npm run upgrade && npm test && npm run bump && npm publish"
3434
},
3535
"repository": {
@@ -67,4 +67,4 @@
6767
"lodash": "^3.10.1",
6868
"ono": "^1.0.22"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)