superagent 0.15.6 → 0.15.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/History.md +6 -0
  2. package/package.json +6 -4
package/History.md CHANGED
@@ -1,4 +1,10 @@
1
1
 
2
+ 0.15.7 / 2013-10-19
3
+ ==================
4
+
5
+ * pin should.js to 1.3.0 due to breaking change in 2.0.x
6
+ * fix browserify regression
7
+
2
8
  0.15.5 / 2013-10-09
3
9
  ==================
4
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superagent",
3
- "version": "0.15.6",
3
+ "version": "0.15.7",
4
4
  "description": "elegant & feature rich browser / node HTTP with a fluent API",
5
5
  "keywords": [
6
6
  "http",
@@ -23,17 +23,19 @@
23
23
  "emitter-component": "1.0.0",
24
24
  "methods": "0.0.1",
25
25
  "cookiejar": "1.3.0",
26
- "debug": "~0.7.2"
26
+ "debug": "~0.7.2",
27
+ "reduce-component": "1.0.1"
27
28
  },
28
29
  "devDependencies": {
29
30
  "express": "3.3.1",
30
31
  "better-assert": "~0.1.0",
31
- "should": "*",
32
+ "should": "1.3.0",
32
33
  "mocha": "*"
33
34
  },
34
35
  "browser": {
35
36
  "./lib/node/index.js": "./lib/client.js",
36
- "emitter": "emitter-component"
37
+ "emitter": "emitter-component",
38
+ "reduce": "reduce-component"
37
39
  },
38
40
  "component": {
39
41
  "scripts": {