@grafana/create-plugin 1.12.0 → 1.12.1-canary.375.26435ce.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": "1.12.0",
3
+ "version": "1.12.1-canary.375.26435ce.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": ">=16"
68
68
  },
69
- "gitHead": "05bf90d24a46c8a5458aeeebed9327b5add8f35b"
69
+ "gitHead": "26435cea347b7b66d60143bd9d81d00d604c1699"
70
70
  }
@@ -8,7 +8,7 @@
8
8
  * This utility function is useful in combination with jest `transformIgnorePatterns` config
9
9
  * to transform specific packages (e.g.ES modules) in a projects node_modules folder.
10
10
  */
11
- const nodeModulesToTransform = (moduleNames) => `node_modules\/(?!(${moduleNames.join('|')})\/)`;
11
+ const nodeModulesToTransform = (moduleNames) => `node_modules\/(?!.*(${moduleNames.join('|')})\/.*)`;
12
12
 
13
13
  // Array of known nested grafana package dependencies that only bundle an ESM version
14
14
  const grafanaESModules = [