diff --git a/e2e/test-plugins/grafana-extensionstest-app/package.json b/e2e/test-plugins/grafana-extensionstest-app/package.json index 653dbddf3af..787085b7da4 100644 --- a/e2e/test-plugins/grafana-extensionstest-app/package.json +++ b/e2e/test-plugins/grafana-extensionstest-app/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/extensions-test-app", - "version": "11.5.7", + "version": "11.5.8", "private": true, "scripts": { "build": "webpack -c ./webpack.config.ts --env production", diff --git a/e2e/test-plugins/grafana-test-datasource/package.json b/e2e/test-plugins/grafana-test-datasource/package.json index 461db030e32..06c42fc6832 100644 --- a/e2e/test-plugins/grafana-test-datasource/package.json +++ b/e2e/test-plugins/grafana-test-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/grafana-e2etest-datasource", - "version": "11.5.7", + "version": "11.5.8", "private": true, "scripts": { "build": "webpack -c ./webpack.config.ts --env production", diff --git a/lerna.json b/lerna.json index b1d650e15fe..4f84224c380 100644 --- a/lerna.json +++ b/lerna.json @@ -2,4 +2,4 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", "version": "11.5.8" -} +} \ No newline at end of file diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index 15413df0beb..3a9e3829a8b 100644 --- a/packages/grafana-e2e-selectors/package.json +++ b/packages/grafana-e2e-selectors/package.json @@ -16,8 +16,8 @@ "url": "http://github.com/grafana/grafana.git", "directory": "packages/grafana-e2e-selectors" }, - "main": "src/index.ts", - "types": "src/index.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "publishConfig": { "main": "dist/index.js", "module": "dist/esm/index.js", @@ -54,5 +54,6 @@ "semver": "7.6.3", "tslib": "2.8.1", "typescript": "5.7.3" - } -} + }, + "module": "dist/esm/index.js" +} \ No newline at end of file diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index 17eb049b9d2..06d0f69bdec 100644 --- a/packages/grafana-schema/package.json +++ b/packages/grafana-schema/package.json @@ -13,8 +13,8 @@ "url": "http://github.com/grafana/grafana.git", "directory": "packages/grafana-schema" }, - "main": "src/index.ts", - "types": "src/index.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "publishConfig": { "main": "dist/index.js", "module": "dist/esm/index.js", @@ -49,5 +49,6 @@ }, "dependencies": { "tslib": "2.8.1" - } -} + }, + "module": "dist/esm/index.js" +} \ No newline at end of file