issue-pane 2.5.1-3282a3e2 → 2.5.1-4dc19fd8

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/README.md CHANGED
@@ -4,3 +4,4 @@ Issue tracker and bug editor pane, very configurable. Solid pane compatible
4
4
  At the moment to start a tracker you have to configure the config file in turtle.
5
5
 
6
6
  Would be good create a mintNew method to allow new ones to be created in the UI.
7
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "issue-pane",
3
- "version": "2.5.1-3282a3e2",
3
+ "version": "2.5.1-4dc19fd8",
4
4
  "description": "Solid-compatible Panes: issue editor",
5
5
  "main": "./issuePane.js",
6
6
  "scripts": {
@@ -35,11 +35,9 @@
35
35
  },
36
36
  "homepage": "https://github.com/solid/issue-pane",
37
37
  "dependencies": {
38
- "@babel/runtime": "^7.28.2",
39
38
  "solid-ui": "^2.5.1"
40
39
  },
41
40
  "devDependencies": {
42
- "@babel/plugin-transform-runtime": "^7.28.0",
43
41
  "@eslint/compat": "^1.2.6",
44
42
  "@eslint/eslintrc": "^3.2.0",
45
43
  "@eslint/js": "^9.19.0",
package/babel.config.js DELETED
@@ -1,5 +0,0 @@
1
- module.exports = {
2
- plugins: [
3
- ["@babel/plugin-transform-runtime"]
4
- ]
5
- };