Comparing version 1.1.0-alpha-07 to 1.1.0-alpha-08
// Generated by CoffeeScript 1.8.0 | ||
(function() { | ||
var is_array, is_string, parse_url, promise, read, redirects, request, resolve, schemes, type, user_agent, _ref, | ||
var is_array, is_string, parse_url, promise, read, redirects, request, resolve, schemes, to_json, type, user_agent, _ref, | ||
__indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; | ||
@@ -17,3 +17,3 @@ | ||
_ref = require("fairmont"), read = _ref.read, type = _ref.type, is_array = _ref.is_array, is_string = _ref.is_string; | ||
_ref = require("fairmont"), read = _ref.read, type = _ref.type, is_array = _ref.is_array, is_string = _ref.is_string, to_json = _ref.to_json; | ||
@@ -20,0 +20,0 @@ user_agent = "Shred v1.0.0-alpha"; |
{ | ||
"name": "shred", | ||
"version": "1.1.0-alpha-07", | ||
"version": "1.1.0-alpha-08", | ||
"description": "A resource-oriented JavaScript HTTP client.", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"prepublish": "coffee --nodejs --harmony -o lib/ -c src/*.*coffee", | ||
"test": "coffee --nodejs --harmony test/shred.coffee", | ||
"test": "coffee --nodejs --harmony test", | ||
"watch": "coffee --nodejs --harmony -o lib/ -cw src/*.*coffee", | ||
@@ -45,3 +45,3 @@ "tag": "(node_modules/.bin/json -f package.json version | xargs -I version git tag -am version version) && git push --tags" | ||
"dependencies": { | ||
"fairmont": "^1.0.0-alpha-17", | ||
"fairmont": "1.0.0-beta-03", | ||
"typely": "0.0.0", | ||
@@ -54,3 +54,3 @@ "url-template": "^2.0.4", | ||
"c50n": "^0.7.0", | ||
"coffee-script": "git://github.com/jashkenas/coffeescript.git#4f82e59", | ||
"coffee-script": "1.9.2", | ||
"colors": "^0.6.2", | ||
@@ -57,0 +57,0 @@ "json": "^9.0.3", |
Sorry, the diff of this file is not supported yet
33508
14
+ Addedbyline@4.2.2(transitive)
+ Addedfairmont@1.0.0-beta-03(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbase64-words@0.1.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfairmont@1.1.6(transitive)
- Removedfairmont-core@1.0.1(transitive)
- Removedfairmont-filesystem@1.1.3(transitive)
- Removedfairmont-helpers@1.1.21.2.2(transitive)
- Removedfairmont-multimethods@1.0.1(transitive)
- Removedfairmont-process@1.1.1(transitive)
- Removedfairmont-reactive@1.1.2(transitive)
- Removedminimatch@2.0.10(transitive)
Updatedfairmont@1.0.0-beta-03