react 15.4.2 → 15.5.0-rc.1

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.
@@ -24,7 +24,8 @@ var ReactUMDEntry = _assign({
24
24
  if (process.env.NODE_ENV !== 'production') {
25
25
  _assign(ReactUMDEntry.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, {
26
26
  // ReactComponentTreeHook should not be included in production.
27
- ReactComponentTreeHook: require('./ReactComponentTreeHook')
27
+ ReactComponentTreeHook: require('./ReactComponentTreeHook'),
28
+ getNextDebugID: require('./getNextDebugID')
28
29
  });
29
30
  }
30
31
 
@@ -10,4 +10,4 @@
10
10
 
11
11
  'use strict';
12
12
 
13
- module.exports = '15.4.2';
13
+ module.exports = '15.5.0-rc.1';
@@ -25,7 +25,8 @@ var ReactWithAddonsUMDEntry = _assign({
25
25
  if (process.env.NODE_ENV !== 'production') {
26
26
  _assign(ReactWithAddonsUMDEntry.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, {
27
27
  // ReactComponentTreeHook should not be included in production.
28
- ReactComponentTreeHook: require('./ReactComponentTreeHook')
28
+ ReactComponentTreeHook: require('./ReactComponentTreeHook'),
29
+ getNextDebugID: require('./getNextDebugID')
29
30
  });
30
31
  }
31
32
 
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Copyright 2013-present, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ *
9
+ */
10
+
11
+ /* globals React */
12
+
13
+ 'use strict';
14
+
15
+ var ReactInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
16
+
17
+ module.exports = ReactInternals.getNextDebugID;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react",
3
3
  "description": "React is a JavaScript library for building user interfaces.",
4
- "version": "15.4.2",
4
+ "version": "15.5.0-rc.1",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],
@@ -23,9 +23,10 @@
23
23
  "node": ">=0.10.0"
24
24
  },
25
25
  "dependencies": {
26
- "fbjs": "^0.8.4",
26
+ "fbjs": "^0.8.9",
27
27
  "loose-envify": "^1.1.0",
28
- "object-assign": "^4.1.0"
28
+ "object-assign": "^4.1.0",
29
+ "prop-types": "15.5.0-alpha.0"
29
30
  },
30
31
  "browserify": {
31
32
  "transform": [