@grafana/create-plugin 2.1.1 → 2.1.2-canary.464.e8bec90.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "2.1.1",
3
+ "version": "2.1.2-canary.464.e8bec90.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "directory": "packages/create-plugin",
@@ -66,5 +66,5 @@
66
66
  "engines": {
67
67
  "node": ">=18"
68
68
  },
69
- "gitHead": "9982b3f5d52c51b4ee5c0ecd13c5c2a9cac3e728"
69
+ "gitHead": "e8bec90ecdd2ce7ff7819499a4ba62c525d023e1"
70
70
  }
@@ -136,6 +136,7 @@ const config = async (env): Promise<Configuration> => {
136
136
  },
137
137
  path: path.resolve(process.cwd(), DIST_DIR),
138
138
  publicPath: `public/plugins/${pluginJson.id}/`,
139
+ uniqueName: pluginJson.id,
139
140
  },
140
141
 
141
142
  plugins: [