Skip to content

Commit fdf4590

Browse files
authored
Merge pull request #7 from grafana/v0.0.5
v0.0.5
2 parents 476b785 + 3ecec9a commit fdf4590

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/faro-bundlers-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-bundlers-shared",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "dist/cjs/index.js",
55
"types": "dist/cjs/index.d.ts",
66
"module": "dist/esm/index.mjs",

packages/faro-rollup/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ To install the Faro JavaScript Bundler Plugins for Rollup/Vite, use the package
99
To install the Rollup/Vite plugin with `npm`, run:
1010

1111
```bash
12-
npm install @grafana/faro-bundler-plugin-rollup
12+
npm install --save-dev @grafana/faro-bundler-plugin-rollup
1313
```
1414

1515
To install the Rollup/Vite plugin with `yarn`, run:
1616

1717
```bash
18-
yarn add @grafana/faro-bundler-plugin-rollup
18+
yarn add --dev @grafana/faro-bundler-plugin-rollup
1919
```
2020

2121
## Usage

packages/faro-rollup/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-rollup-plugin",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Upload a sourcemap to the Faro sourcemap API from a Rollup build pipeline",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.mjs",
@@ -15,7 +15,7 @@
1515
"build": "rollup --config rollup.config.mjs"
1616
},
1717
"dependencies": {
18-
"@grafana/faro-bundlers-shared": "^0.0.1",
18+
"@grafana/faro-bundlers-shared": "^0.0.5",
1919
"cross-fetch": "^4.0.0",
2020
"magic-string": "^0.30.5"
2121
},

packages/faro-webpack/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This plugin uploads sourcemaps to the Faro collector to enable deobfuscation of
77
To install the Faro JavaScript Bundler Plugins for Webpack, use the package manager of your choice.
88

99
```bash
10-
npm install @grafana/faro-bundler-plugin-webpack
10+
npm install --save-dev @grafana/faro-bundler-plugin-webpack
1111
```
1212

1313
To install the Webpack plugin with `yarn`, run:
1414

1515
```bash
16-
yarn add @grafana/faro-bundler-plugin-webpack
16+
yarn add --dev @grafana/faro-bundler-plugin-webpack
1717
```
1818

1919
## Usage

packages/faro-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-webpack-plugin",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Upload a sourcemap to the Faro sourcemap API from a Webpack build pipeline ",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.mjs",
@@ -15,7 +15,7 @@
1515
"build": "rollup --config rollup.config.mjs"
1616
},
1717
"dependencies": {
18-
"@grafana/faro-bundlers-shared": "^0.0.1",
18+
"@grafana/faro-bundlers-shared": "^0.0.5",
1919
"@rollup/plugin-babel": "^6.0.4",
2020
"@rollup/plugin-node-resolve": "^15.2.3",
2121
"cross-fetch": "^4.0.0",

0 commit comments

Comments
 (0)