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 CHANGED
File without changes
File without changes
package/.nvmrc CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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 = authn.loginStatusBox(dom, webIdUri => {
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.11",
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": "^2.4.9",
37
+ "pane-registry": "2.4.10-e0d1abde",
38
38
  "rdflib": "^2.2.19",
39
- "solid-logic": "^1.3.16",
40
- "solid-ui": "^2.4.20"
39
+ "solid-logic": "1.3.17-af110ecf",
40
+ "solid-ui": "2.4.22-f9e7cddc"
41
41
  },
42
42
  "devDependencies": {
43
- "eslint": "^8.12.0",
44
- "eslint-plugin-import": "^2.25.4",
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
File without changes
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