@grafana/faro-web-sdk 1.0.0-beta1 → 1.0.0-beta2

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,7 +10,7 @@ _Warning_: currently pre-release and subject to frequent breaking changes. Use a
10
10
 
11
11
  ## Get started
12
12
 
13
- See [quick start for web applications](docs/sources/tutorials/quick-start-browser.md).
13
+ See [quick start for web applications](https://github.com/grafana/faro-web-sdk/blob/main/docs/sources/tutorials/quick-start-browser.md).
14
14
 
15
15
  ## Instrumentations
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/faro-web-sdk",
3
- "version": "1.0.0-beta1",
3
+ "version": "1.0.0-beta2",
4
4
  "description": "Faro instrumentations, metas, transports for web.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",
@@ -34,7 +34,7 @@
34
34
  "quality:circular-deps": "madge --circular ."
35
35
  },
36
36
  "dependencies": {
37
- "@grafana/faro-core": "^1.0.0-beta1",
37
+ "@grafana/faro-core": "^1.0.0-beta2",
38
38
  "ua-parser-js": "^1.0.32",
39
39
  "web-vitals": "^3.0.4"
40
40
  },
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "cdbe104dbbffcbd681e4342d6817227ef4dff0e4"
47
+ "gitHead": "908d0abf71a64a38bd9d5cc1bbba26d52e4ae063"
48
48
  }