solid-logic 3.0.7-beta3 → 3.0.7-e371ed89

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.
Files changed (118) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/jest.config.js +0 -0
  4. package/lib/acl/aclLogic.d.ts +0 -0
  5. package/lib/acl/aclLogic.d.ts.map +0 -0
  6. package/lib/acl/aclLogic.js +0 -0
  7. package/lib/acl/aclLogic.js.map +0 -0
  8. package/lib/authSession/authSession.d.ts +0 -0
  9. package/lib/authSession/authSession.d.ts.map +0 -0
  10. package/lib/authSession/authSession.js +0 -0
  11. package/lib/authSession/authSession.js.map +0 -0
  12. package/lib/authn/SolidAuthnLogic.d.ts +0 -0
  13. package/lib/authn/SolidAuthnLogic.d.ts.map +0 -0
  14. package/lib/authn/SolidAuthnLogic.js +0 -0
  15. package/lib/authn/SolidAuthnLogic.js.map +0 -0
  16. package/lib/authn/authUtil.d.ts +0 -0
  17. package/lib/authn/authUtil.d.ts.map +0 -0
  18. package/lib/authn/authUtil.js +0 -0
  19. package/lib/authn/authUtil.js.map +0 -0
  20. package/lib/chat/chatLogic.d.ts +0 -0
  21. package/lib/chat/chatLogic.d.ts.map +0 -0
  22. package/lib/chat/chatLogic.js +0 -0
  23. package/lib/chat/chatLogic.js.map +0 -0
  24. package/lib/inbox/inboxLogic.d.ts +0 -0
  25. package/lib/inbox/inboxLogic.d.ts.map +0 -0
  26. package/lib/inbox/inboxLogic.js +0 -0
  27. package/lib/inbox/inboxLogic.js.map +0 -0
  28. package/lib/index.d.ts +0 -0
  29. package/lib/index.d.ts.map +0 -0
  30. package/lib/index.js +0 -0
  31. package/lib/index.js.map +0 -0
  32. package/lib/issuer/issuerLogic.d.ts +0 -0
  33. package/lib/issuer/issuerLogic.d.ts.map +0 -0
  34. package/lib/issuer/issuerLogic.js +0 -0
  35. package/lib/issuer/issuerLogic.js.map +0 -0
  36. package/lib/logic/CustomError.d.ts +0 -0
  37. package/lib/logic/CustomError.d.ts.map +0 -0
  38. package/lib/logic/CustomError.js +0 -0
  39. package/lib/logic/CustomError.js.map +0 -0
  40. package/lib/logic/solidLogic.d.ts +0 -0
  41. package/lib/logic/solidLogic.d.ts.map +0 -0
  42. package/lib/logic/solidLogic.js +0 -0
  43. package/lib/logic/solidLogic.js.map +0 -0
  44. package/lib/logic/solidLogicSingleton.d.ts +0 -0
  45. package/lib/logic/solidLogicSingleton.d.ts.map +0 -0
  46. package/lib/logic/solidLogicSingleton.js +0 -0
  47. package/lib/logic/solidLogicSingleton.js.map +0 -0
  48. package/lib/profile/profileLogic.d.ts +0 -0
  49. package/lib/profile/profileLogic.d.ts.map +0 -0
  50. package/lib/profile/profileLogic.js +0 -0
  51. package/lib/profile/profileLogic.js.map +0 -0
  52. package/lib/typeIndex/typeIndexLogic.d.ts +0 -0
  53. package/lib/typeIndex/typeIndexLogic.d.ts.map +0 -0
  54. package/lib/typeIndex/typeIndexLogic.js +0 -0
  55. package/lib/typeIndex/typeIndexLogic.js.map +0 -0
  56. package/lib/types.d.ts +0 -0
  57. package/lib/types.d.ts.map +0 -0
  58. package/lib/types.js +0 -0
  59. package/lib/types.js.map +0 -0
  60. package/lib/util/containerLogic.d.ts +0 -0
  61. package/lib/util/containerLogic.d.ts.map +0 -0
  62. package/lib/util/containerLogic.js +0 -0
  63. package/lib/util/containerLogic.js.map +0 -0
  64. package/lib/util/debug.d.ts +0 -0
  65. package/lib/util/debug.d.ts.map +0 -0
  66. package/lib/util/debug.js +0 -0
  67. package/lib/util/debug.js.map +0 -0
  68. package/lib/util/ns.d.ts +0 -0
  69. package/lib/util/ns.d.ts.map +0 -0
  70. package/lib/util/ns.js +0 -0
  71. package/lib/util/ns.js.map +0 -0
  72. package/lib/util/utilityLogic.d.ts +0 -0
  73. package/lib/util/utilityLogic.d.ts.map +0 -0
  74. package/lib/util/utilityLogic.js +0 -0
  75. package/lib/util/utilityLogic.js.map +0 -0
  76. package/lib/util/utils.d.ts +0 -0
  77. package/lib/util/utils.d.ts.map +0 -0
  78. package/lib/util/utils.js +0 -0
  79. package/lib/util/utils.js.map +0 -0
  80. package/package.json +4 -4
  81. package/src/acl/aclLogic.ts +0 -0
  82. package/src/authSession/authSession.ts +0 -0
  83. package/src/authn/SolidAuthnLogic.ts +0 -0
  84. package/src/authn/authUtil.ts +0 -0
  85. package/src/chat/chatLogic.ts +0 -0
  86. package/src/inbox/inboxLogic.ts +0 -0
  87. package/src/index.ts +0 -0
  88. package/src/issuer/issuerLogic.ts +0 -0
  89. package/src/logic/CustomError.ts +0 -0
  90. package/src/logic/solidLogic.ts +0 -0
  91. package/src/logic/solidLogicSingleton.ts +0 -0
  92. package/src/profile/profileLogic.ts +0 -0
  93. package/src/typeIndex/typeIndexLogic.ts +0 -0
  94. package/src/types.ts +0 -0
  95. package/src/util/containerLogic.ts +0 -0
  96. package/src/util/debug.ts +0 -0
  97. package/src/util/ns.ts +0 -0
  98. package/src/util/utilityLogic.ts +0 -0
  99. package/src/util/utils.ts +0 -0
  100. package/test/aclLogic.test.ts +0 -0
  101. package/test/authUtil.test.ts +0 -0
  102. package/test/chatLogic.test.ts +0 -0
  103. package/test/container.test.ts +0 -0
  104. package/test/helpers/dataSetup.ts +0 -0
  105. package/test/helpers/setup.ts +0 -0
  106. package/test/inboxLogic.test.ts +0 -0
  107. package/test/logic.test.ts +0 -0
  108. package/test/profileLogic.test.ts +0 -0
  109. package/test/solidAuthLogic.test.ts +0 -0
  110. package/test/typeIndexLogic.test.ts +0 -0
  111. package/test/utilityLogic.test.ts +0 -0
  112. package/test/utils.test.ts +0 -0
  113. package/tsconfig.json +0 -0
  114. package/.babelrc +0 -12
  115. package/.eslintrc.js +0 -6
  116. package/.github/workflows/ci.yml +0 -82
  117. package/.github/workflows/release.yml +0 -17
  118. package/.nvmrc +0 -1
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
package/jest.config.js 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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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/lib/index.d.ts CHANGED
File without changes
File without changes
package/lib/index.js CHANGED
File without changes
package/lib/index.js.map 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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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/lib/types.d.ts CHANGED
File without changes
File without changes
package/lib/types.js CHANGED
File without changes
package/lib/types.js.map CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/lib/util/debug.js CHANGED
File without changes
File without changes
package/lib/util/ns.d.ts CHANGED
File without changes
File without changes
package/lib/util/ns.js 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/lib/util/utils.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-logic",
3
- "version": "3.0.7-beta3",
3
+ "version": "3.0.7-e371ed89",
4
4
  "description": "Core business logic of Solid OS",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "test-debug": "node --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug",
12
12
  "preversion": "npm test",
13
13
  "postversion": "git push --follow-tags",
14
- "prepublishOnly": "npm run build && npm run test",
14
+ "ignore:prepublishOnly": "npm run build && npm run test",
15
15
  "watch": "tsc --watch"
16
16
  },
17
17
  "repository": {
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@inrupt/solid-client-authn-browser": "1.17",
46
- "lint-staged": "^13.3.0",
47
- "rdflib": "^2.2.34-beta3",
46
+ "lint-staged": "^15.4.3",
47
+ "rdflib": "^2.2.34",
48
48
  "solid-namespace": "^0.5.3"
49
49
  }
50
50
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/index.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/types.ts CHANGED
File without changes
File without changes
package/src/util/debug.ts CHANGED
File without changes
package/src/util/ns.ts CHANGED
File without changes
File without changes
package/src/util/utils.ts 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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/tsconfig.json CHANGED
File without changes
package/.babelrc DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "presets": [
3
- "@babel/preset-env",
4
- "@babel/preset-typescript"
5
- ],
6
- "plugins": [
7
- "@babel/plugin-proposal-class-properties",
8
- "@babel/plugin-proposal-optional-chaining",
9
- "@babel/plugin-transform-async-to-generator",
10
- "@babel/plugin-transform-runtime"
11
- ]
12
- }
package/.eslintrc.js DELETED
@@ -1,6 +0,0 @@
1
- module.exports = {
2
- root: true,
3
- parser: "@typescript-eslint/parser",
4
- plugins: ["@typescript-eslint"],
5
- extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
6
- };
@@ -1,82 +0,0 @@
1
- # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
- # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
-
4
- name: CI
5
-
6
- on:
7
- push:
8
- branches:
9
- - "**"
10
- pull_request:
11
- branches:
12
- - "**"
13
- workflow_dispatch:
14
-
15
- jobs:
16
- build:
17
-
18
- runs-on: ubuntu-latest
19
-
20
- strategy:
21
- matrix:
22
- node-version:
23
- - 16.x
24
- - 18.x
25
-
26
- steps:
27
- - uses: actions/checkout@v2
28
- - name: Use Node.js ${{ matrix.node-version }}
29
- uses: actions/setup-node@v1
30
- with:
31
- node-version: ${{ matrix.node-version }}
32
- - run: npm ci
33
- - run: npm run lint --if-present
34
- - run: npm test
35
- - run: npm run build --if-present
36
- - name: Save build
37
- if: matrix.node-version == '16.x'
38
- uses: actions/upload-artifact@v2
39
- with:
40
- name: build
41
- path: |
42
- .
43
- !node_modules
44
- retention-days: 1
45
-
46
- npm-publish-build:
47
- needs: build
48
- runs-on: ubuntu-latest
49
- steps:
50
- - uses: actions/download-artifact@v2
51
- with:
52
- name: build
53
- - uses: actions/setup-node@v1
54
- with:
55
- node-version: 16.x
56
- - uses: rlespinasse/github-slug-action@v3.x
57
- - name: Append commit hash to package version
58
- run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
59
- - name: Disable pre- and post-publish actions
60
- run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
61
- - uses: JS-DevTools/npm-publish@v1
62
- with:
63
- token: ${{ secrets.NPM_TOKEN }}
64
- tag: ${{ env.GITHUB_REF_SLUG }}
65
-
66
- npm-publish-latest:
67
- needs: build
68
- runs-on: ubuntu-latest
69
- if: github.ref == 'refs/heads/main'
70
- steps:
71
- - uses: actions/download-artifact@v2
72
- with:
73
- name: build
74
- - uses: actions/setup-node@v1
75
- with:
76
- node-version: 16.x
77
- - name: Disable pre- and post-publish actions
78
- run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
79
- - uses: JS-DevTools/npm-publish@v1
80
- with:
81
- token: ${{ secrets.NPM_TOKEN }}
82
- tag: latest
@@ -1,17 +0,0 @@
1
- name: Release package
2
- on:
3
- release:
4
- types: [created]
5
- jobs:
6
- build:
7
- runs-on: ubuntu-latest
8
- steps:
9
- - uses: actions/checkout@v2
10
- - uses: actions/setup-node@v1
11
- with:
12
- node-version: '14.x'
13
- registry-url: 'https://registry.npmjs.org'
14
- - run: npm install
15
- - run: npm publish
16
- env:
17
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/.nvmrc DELETED
@@ -1 +0,0 @@
1
- v18.19.0