Skip to content

Commit

Permalink
v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
eskirk committed May 29, 2024
1 parent 89de810 commit e6612f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.15",
"version": "0.0.16",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/faro-bundlers-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-bundlers-shared",
"version": "0.0.15",
"version": "0.0.16",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/faro-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-rollup-plugin",
"version": "0.0.15",
"version": "0.0.16",
"description": "Upload a source map to the Faro source map API from a Rollup build pipeline",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"ava": "^3.8.1"
},
"dependencies": {
"@grafana/faro-bundlers-shared": "^0.0.15",
"@grafana/faro-bundlers-shared": "^0.0.16",
"cross-fetch": "^4.0.0",
"magic-string": "^0.30.5",
"rollup": "^4.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/faro-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/faro-webpack-plugin",
"version": "0.0.15",
"version": "0.0.16",
"description": "Upload a source map to the Faro source map API from a Webpack build pipeline ",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"test": "ava src/index.test.mjs"
},
"dependencies": {
"@grafana/faro-bundlers-shared": "^0.0.15",
"@grafana/faro-bundlers-shared": "^0.0.16",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"cross-fetch": "^4.0.0",
Expand Down

0 comments on commit e6612f2

Please sign in to comment.