@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 +7 -0
- package/build/esm/version.d.ts +1 -1
- package/build/esm/version.js +1 -1
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +4 -3
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
|
|
package/build/esm/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.28.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/build/esm/version.js
CHANGED
package/build/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.28.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/build/src/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentelemetry/plugin-react-load",
|
|
3
|
-
"version": "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.
|
|
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
|
-
"
|
|
97
|
+
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-plugin-react-load#readme",
|
|
98
|
+
"gitHead": "9633cf49c4099e97dd2a285d0399455e17a593e3"
|
|
98
99
|
}
|