issue-pane 2.5.1-0a3334bb → 2.5.1-54ee8a50

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.
@@ -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.n3> .
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-0a3334bb",
3
+ "version": "2.5.1-54ee8a50",
4
4
  "description": "Solid-compatible Panes: issue editor",
5
5
  "main": "./issuePane.js",
6
6
  "scripts": {
File without changes