issue-pane 2.4.11 → 2.4.12-40dff6ed
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/.eslintrc +0 -0
- package/.github/workflows/ci.yml +0 -0
- package/.nvmrc +0 -0
- package/Documentation/Configuration.html +0 -0
- package/Documentation/Configuration.md +0 -0
- package/Documentation/FooTracker/chat.ttl +0 -0
- package/Documentation/FooTracker/index.ttl +0 -0
- package/Documentation/FooTracker/state.ttl +0 -0
- package/Documentation/Makefile +0 -0
- package/Documentation/github-markdown.css +0 -0
- package/LICENSE.md +0 -0
- package/Makefile +0 -0
- package/README.md +0 -0
- package/board.js +0 -0
- package/issue.js +0 -0
- package/issuePane.js +2 -1
- package/newIssue.js +0 -0
- package/newTracker.js +0 -0
- package/package.json +8 -8
- package/tbl-bug-22.png +0 -0
- package/trackerSettingsForm.js +0 -0
- package/trackerSettingsForm.ttl +0 -0
- package/ui.js +0 -0
- package/ui.ttl +0 -0
- package/wf.js +0 -0
- package/wf.ttl +0 -0
package/.eslintrc
CHANGED
|
File without changes
|
package/.github/workflows/ci.yml
CHANGED
|
File without changes
|
package/.nvmrc
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/Documentation/Makefile
CHANGED
|
File without changes
|
|
File without changes
|
package/LICENSE.md
CHANGED
|
File without changes
|
package/Makefile
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/board.js
CHANGED
|
File without changes
|
package/issue.js
CHANGED
|
File without changes
|
package/issuePane.js
CHANGED
|
@@ -566,7 +566,8 @@ export default {
|
|
|
566
566
|
return
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
-
loginOutButton =
|
|
569
|
+
loginOutButton = login.loginStatusBox(dom, webIdUri => {
|
|
570
|
+
authn.log
|
|
570
571
|
if (webIdUri) {
|
|
571
572
|
context.me = kb.sym(webIdUri)
|
|
572
573
|
console.log('Web ID set from login button: ' + webIdUri)
|
package/newIssue.js
CHANGED
|
File without changes
|
package/newTracker.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "issue-pane",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.12-40dff6ed",
|
|
4
4
|
"description": "Solid-compatible Panes: issue editor",
|
|
5
5
|
"main": "./issuePane.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"lint": "eslint '*.js'",
|
|
9
9
|
"lint-fix": "eslint '*.js' --fix",
|
|
10
10
|
"test": "npm run lint",
|
|
11
|
-
"prepublishOnly": "npm test",
|
|
12
|
-
"postpublish": "git push origin main --follow-tags"
|
|
11
|
+
"ignore:prepublishOnly": "npm test",
|
|
12
|
+
"ignore:postpublish": "git push origin main --follow-tags"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://github.com/solid/issue-pane",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"pane-registry": "
|
|
37
|
+
"pane-registry": "2.4.10-e0d1abde",
|
|
38
38
|
"rdflib": "^2.2.19",
|
|
39
|
-
"solid-logic": "
|
|
40
|
-
"solid-ui": "
|
|
39
|
+
"solid-logic": "1.3.17-af110ecf",
|
|
40
|
+
"solid-ui": "2.4.22-f9e7cddc"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"eslint": "^8.
|
|
44
|
-
"eslint-plugin-import": "^2.
|
|
43
|
+
"eslint": "^8.13.0",
|
|
44
|
+
"eslint-plugin-import": "^2.26.0",
|
|
45
45
|
"husky": "^7.0.4",
|
|
46
46
|
"lint-staged": "^12.3.7"
|
|
47
47
|
},
|
package/tbl-bug-22.png
CHANGED
|
File without changes
|
package/trackerSettingsForm.js
CHANGED
|
File without changes
|
package/trackerSettingsForm.ttl
CHANGED
|
File without changes
|
package/ui.js
CHANGED
|
File without changes
|
package/ui.ttl
CHANGED
|
File without changes
|
package/wf.js
CHANGED
|
File without changes
|
package/wf.ttl
CHANGED
|
File without changes
|