@grafana/sign-plugin 3.0.7 → 3.0.8-canary.1444.7bfd3cc.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.
@@ -12,7 +12,6 @@ export const getCreatePluginVersion = () => {
12
12
  return version;
13
13
  }
14
14
  catch (err) {
15
- console.log('(Optional) Not able to get create-plugin version - you can ignore this message.');
16
15
  return null;
17
16
  }
18
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/sign-plugin",
3
- "version": "3.0.7",
3
+ "version": "3.0.8-canary.1444.7bfd3cc.0",
4
4
  "repository": {
5
5
  "directory": "packages/sign-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -48,5 +48,5 @@
48
48
  "engines": {
49
49
  "node": ">=20"
50
50
  },
51
- "gitHead": "18cb53472ea21d1f6dd4740de2bf528eec9d291c"
51
+ "gitHead": "7bfd3cc3efa31dbff81d49311084c5ce9c2a9b06"
52
52
  }
@@ -13,7 +13,6 @@ export const getCreatePluginVersion = () => {
13
13
  const { version } = JSON.parse(crpcJSON);
14
14
  return version as string;
15
15
  } catch (err) {
16
- console.log('(Optional) Not able to get create-plugin version - you can ignore this message.');
17
16
  return null;
18
17
  }
19
18
  };