@grafana/create-plugin 5.3.6-canary.1066.7b580de.0 → 5.3.6

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v5.3.6 (Wed Aug 28 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Create Plugin: Bump ts-node [#1077](https://github.com/grafana/plugin-tools/pull/1077) ([@sunker](https://github.com/sunker))
6
+
7
+ #### Authors: 1
8
+
9
+ - Erik Sundell ([@sunker](https://github.com/sunker))
10
+
11
+ ---
12
+
1
13
  # v5.3.5 (Wed Aug 28 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "5.3.6-canary.1066.7b580de.0",
3
+ "version": "5.3.6",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -87,5 +87,5 @@
87
87
  "engines": {
88
88
  "node": ">=20"
89
89
  },
90
- "gitHead": "7b580de5e3c117b5916ef3f8f48da38cb00638fe"
90
+ "gitHead": "3e3f360e38047df6d14acd23c1c6523d87c0c1ff"
91
91
  }
@@ -163,9 +163,6 @@ const config = async (env): Promise<Configuration> => {
163
163
  format: {
164
164
  comments: (_, { type, value }) => type === 'comment2' && value.trim().startsWith('[create-plugin]'),
165
165
  },
166
- compress: {
167
- drop_console: Boolean(env.production),
168
- }
169
166
  },
170
167
  }),
171
168
  ],
@@ -51,7 +51,7 @@
51
51
  "sass-loader": "13.3.1",
52
52
  "style-loader": "3.3.3",
53
53
  "swc-loader": "^0.2.3",
54
- "ts-node": "^10.9.1",
54
+ "ts-node": "^10.9.2",
55
55
  "tsconfig-paths": "^4.2.0",
56
56
  "typescript": "5.5.4",
57
57
  "webpack": "^5.86.0",