@grafana/faro-react 1.0.5 → 1.1.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.
@@ -0,0 +1 @@
1
+ supports es6-module
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ReactRouterV4V5RouteProps } from './types';
3
2
  export declare function FaroRoute(props: ReactRouterV4V5RouteProps): JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ReactRouterV6RoutesProps } from './types';
3
2
  export declare function FaroRoutes(props: ReactRouterV6RoutesProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/faro-react",
3
- "version": "1.0.5",
3
+ "version": "1.1.1",
4
4
  "description": "Faro package that enables easier integration in projects built with React.",
5
5
  "keywords": [
6
6
  "observability",
@@ -25,6 +25,7 @@
25
25
  "module": "./dist/esm/index.js",
26
26
  "types": "./dist/types/index.d.ts",
27
27
  "files": [
28
+ ".browserslistrc",
28
29
  "dist",
29
30
  "README.md",
30
31
  "LICENSE"
@@ -51,8 +52,8 @@
51
52
  "quality:circular-deps": "madge --circular ."
52
53
  },
53
54
  "dependencies": {
54
- "@grafana/faro-web-sdk": "^1.0.5",
55
- "@grafana/faro-web-tracing": "^1.0.5",
55
+ "@grafana/faro-web-sdk": "^1.1.1",
56
+ "@grafana/faro-web-tracing": "^1.1.1",
56
57
  "hoist-non-react-statics": "^3.3.2"
57
58
  },
58
59
  "devDependencies": {
@@ -68,5 +69,5 @@
68
69
  "publishConfig": {
69
70
  "access": "public"
70
71
  },
71
- "gitHead": "bfcaf6fef4e1e50ae20466e4de180d7fd3f35b80"
72
+ "gitHead": "b37c97fd387d5b5aa6afc9df53690ec739f00619"
72
73
  }