@opentelemetry/plugin-react-load 0.27.0 → 0.28.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.28.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/plugin-react-load-v0.27.0...plugin-react-load-v0.28.0) (2022-06-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * update core dependencies stable ^1.3.1 experimental ^0.29.2 ([141b155](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/141b155e344980b51264e26b26c117b2113bcef6))
9
+
3
10
  ## [0.27.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/plugin-react-load-v0.26.1...plugin-react-load-v0.27.0) (2022-05-14)
4
11
 
5
12
 
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.27.0";
1
+ export declare const VERSION = "0.28.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -14,5 +14,5 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // this is autogenerated file, see scripts/version-update.js
17
- export var VERSION = '0.27.0';
17
+ export var VERSION = '0.28.0';
18
18
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.27.0";
1
+ export declare const VERSION = "0.28.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -17,5 +17,5 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.VERSION = void 0;
19
19
  // this is autogenerated file, see scripts/version-update.js
20
- exports.VERSION = '0.27.0';
20
+ exports.VERSION = '0.28.0';
21
21
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/plugin-react-load",
3
- "version": "0.27.0",
3
+ "version": "0.28.0",
4
4
  "description": "OpenTelemetry React loading automatic instrumentation package.",
5
5
  "main": "build/src/index.js",
6
6
  "module": "build/esm/index.js",
@@ -50,7 +50,7 @@
50
50
  "@babel/core": "7.15.0",
51
51
  "@jsdevtools/coverage-istanbul-loader": "3.0.5",
52
52
  "@opentelemetry/api": "^1.0.0",
53
- "@opentelemetry/propagator-b3": "1.2.0",
53
+ "@opentelemetry/propagator-b3": "^1.3.1",
54
54
  "@types/mocha": "7.0.2",
55
55
  "@types/node": "16.11.21",
56
56
  "@types/react": "17.0.16",
@@ -94,5 +94,6 @@
94
94
  "@opentelemetry/semantic-conventions": "^1.0.0",
95
95
  "shimmer": "^1.2.1"
96
96
  },
97
- "gitHead": "f89da7d080d2aaecacd8728d647e8eff4c9248a9"
97
+ "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-plugin-react-load#readme",
98
+ "gitHead": "9633cf49c4099e97dd2a285d0399455e17a593e3"
98
99
  }