issue-pane 2.5.1-0a3334bb → 2.5.1-3282a3e2
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/babel.config.js
ADDED
package/dist/big-tracker.ttl
CHANGED
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
ical:location
|
|
231
231
|
<http://www.w3.org/2000/01/rdf-schema#comment>
|
|
232
232
|
flow:assignee );
|
|
233
|
-
flow:stateStore <state.
|
|
233
|
+
flow:stateStore <state-big-tracker.ttl> .
|
|
234
234
|
|
|
235
235
|
<tracker.n3> <http://www.w3.org/2000/01/rdf-schema#comment> """This file defines a tracker for requests.
|
|
236
236
|
""";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "issue-pane",
|
|
3
|
-
"version": "2.5.1-
|
|
3
|
+
"version": "2.5.1-3282a3e2",
|
|
4
4
|
"description": "Solid-compatible Panes: issue editor",
|
|
5
5
|
"main": "./issuePane.js",
|
|
6
6
|
"scripts": {
|
|
@@ -35,9 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://github.com/solid/issue-pane",
|
|
37
37
|
"dependencies": {
|
|
38
|
+
"@babel/runtime": "^7.28.2",
|
|
38
39
|
"solid-ui": "^2.5.1"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
42
|
+
"@babel/plugin-transform-runtime": "^7.28.0",
|
|
41
43
|
"@eslint/compat": "^1.2.6",
|
|
42
44
|
"@eslint/eslintrc": "^3.2.0",
|
|
43
45
|
"@eslint/js": "^9.19.0",
|
|
File without changes
|