solid-logic 3.0.7-beta3 → 3.0.7
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/.babelrc +0 -0
- package/.eslintrc.js +0 -0
- package/.github/workflows/ci.yml +0 -0
- package/.github/workflows/release.yml +0 -0
- package/.nvmrc +0 -0
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/jest.config.js +0 -0
- package/lib/acl/aclLogic.d.ts +0 -0
- package/lib/acl/aclLogic.d.ts.map +0 -0
- package/lib/acl/aclLogic.js +0 -0
- package/lib/acl/aclLogic.js.map +0 -0
- package/lib/authSession/authSession.d.ts +0 -0
- package/lib/authSession/authSession.d.ts.map +0 -0
- package/lib/authSession/authSession.js +0 -0
- package/lib/authSession/authSession.js.map +0 -0
- package/lib/authn/SolidAuthnLogic.d.ts +0 -0
- package/lib/authn/SolidAuthnLogic.d.ts.map +0 -0
- package/lib/authn/SolidAuthnLogic.js +0 -0
- package/lib/authn/SolidAuthnLogic.js.map +0 -0
- package/lib/authn/authUtil.d.ts +0 -0
- package/lib/authn/authUtil.d.ts.map +0 -0
- package/lib/authn/authUtil.js +0 -0
- package/lib/authn/authUtil.js.map +0 -0
- package/lib/chat/chatLogic.d.ts +0 -0
- package/lib/chat/chatLogic.d.ts.map +0 -0
- package/lib/chat/chatLogic.js +0 -0
- package/lib/chat/chatLogic.js.map +0 -0
- package/lib/inbox/inboxLogic.d.ts +0 -0
- package/lib/inbox/inboxLogic.d.ts.map +0 -0
- package/lib/inbox/inboxLogic.js +0 -0
- package/lib/inbox/inboxLogic.js.map +0 -0
- package/lib/index.d.ts +0 -0
- package/lib/index.d.ts.map +0 -0
- package/lib/index.js +0 -0
- package/lib/index.js.map +0 -0
- package/lib/issuer/issuerLogic.d.ts +0 -0
- package/lib/issuer/issuerLogic.d.ts.map +0 -0
- package/lib/issuer/issuerLogic.js +0 -0
- package/lib/issuer/issuerLogic.js.map +0 -0
- package/lib/logic/CustomError.d.ts +0 -0
- package/lib/logic/CustomError.d.ts.map +0 -0
- package/lib/logic/CustomError.js +0 -0
- package/lib/logic/CustomError.js.map +0 -0
- package/lib/logic/solidLogic.d.ts +0 -0
- package/lib/logic/solidLogic.d.ts.map +0 -0
- package/lib/logic/solidLogic.js +0 -0
- package/lib/logic/solidLogic.js.map +0 -0
- package/lib/logic/solidLogicSingleton.d.ts +0 -0
- package/lib/logic/solidLogicSingleton.d.ts.map +0 -0
- package/lib/logic/solidLogicSingleton.js +0 -0
- package/lib/logic/solidLogicSingleton.js.map +0 -0
- package/lib/profile/profileLogic.d.ts +0 -0
- package/lib/profile/profileLogic.d.ts.map +0 -0
- package/lib/profile/profileLogic.js +0 -0
- package/lib/profile/profileLogic.js.map +0 -0
- package/lib/typeIndex/typeIndexLogic.d.ts +0 -0
- package/lib/typeIndex/typeIndexLogic.d.ts.map +0 -0
- package/lib/typeIndex/typeIndexLogic.js +0 -0
- package/lib/typeIndex/typeIndexLogic.js.map +0 -0
- package/lib/types.d.ts +0 -0
- package/lib/types.d.ts.map +0 -0
- package/lib/types.js +0 -0
- package/lib/types.js.map +0 -0
- package/lib/util/containerLogic.d.ts +0 -0
- package/lib/util/containerLogic.d.ts.map +0 -0
- package/lib/util/containerLogic.js +0 -0
- package/lib/util/containerLogic.js.map +0 -0
- package/lib/util/debug.d.ts +0 -0
- package/lib/util/debug.d.ts.map +0 -0
- package/lib/util/debug.js +0 -0
- package/lib/util/debug.js.map +0 -0
- package/lib/util/ns.d.ts +0 -0
- package/lib/util/ns.d.ts.map +0 -0
- package/lib/util/ns.js +0 -0
- package/lib/util/ns.js.map +0 -0
- package/lib/util/utilityLogic.d.ts +0 -0
- package/lib/util/utilityLogic.d.ts.map +0 -0
- package/lib/util/utilityLogic.js +0 -0
- package/lib/util/utilityLogic.js.map +0 -0
- package/lib/util/utils.d.ts +0 -0
- package/lib/util/utils.d.ts.map +0 -0
- package/lib/util/utils.js +0 -0
- package/lib/util/utils.js.map +0 -0
- package/package.json +3 -3
- package/src/acl/aclLogic.ts +0 -0
- package/src/authSession/authSession.ts +0 -0
- package/src/authn/SolidAuthnLogic.ts +0 -0
- package/src/authn/authUtil.ts +0 -0
- package/src/chat/chatLogic.ts +0 -0
- package/src/inbox/inboxLogic.ts +0 -0
- package/src/index.ts +0 -0
- package/src/issuer/issuerLogic.ts +0 -0
- package/src/logic/CustomError.ts +0 -0
- package/src/logic/solidLogic.ts +0 -0
- package/src/logic/solidLogicSingleton.ts +0 -0
- package/src/profile/profileLogic.ts +0 -0
- package/src/typeIndex/typeIndexLogic.ts +0 -0
- package/src/types.ts +0 -0
- package/src/util/containerLogic.ts +0 -0
- package/src/util/debug.ts +0 -0
- package/src/util/ns.ts +0 -0
- package/src/util/utilityLogic.ts +0 -0
- package/src/util/utils.ts +0 -0
- package/test/aclLogic.test.ts +0 -0
- package/test/authUtil.test.ts +0 -0
- package/test/chatLogic.test.ts +0 -0
- package/test/container.test.ts +0 -0
- package/test/helpers/dataSetup.ts +0 -0
- package/test/helpers/setup.ts +0 -0
- package/test/inboxLogic.test.ts +0 -0
- package/test/logic.test.ts +0 -0
- package/test/profileLogic.test.ts +0 -0
- package/test/solidAuthLogic.test.ts +0 -0
- package/test/typeIndexLogic.test.ts +0 -0
- package/test/utilityLogic.test.ts +0 -0
- package/test/utils.test.ts +0 -0
- package/tsconfig.json +0 -0
package/.babelrc
CHANGED
|
File without changes
|
package/.eslintrc.js
CHANGED
|
File without changes
|
package/.github/workflows/ci.yml
CHANGED
|
File without changes
|
|
File without changes
|
package/.nvmrc
CHANGED
|
File without changes
|
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/jest.config.js
CHANGED
|
File without changes
|
package/lib/acl/aclLogic.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/acl/aclLogic.js
CHANGED
|
File without changes
|
package/lib/acl/aclLogic.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
|
package/lib/authn/authUtil.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/authn/authUtil.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/chat/chatLogic.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/chat/chatLogic.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/inbox/inboxLogic.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/index.d.ts
CHANGED
|
File without changes
|
package/lib/index.d.ts.map
CHANGED
|
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
|
package/lib/logic/CustomError.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/logic/solidLogic.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
|
package/lib/types.d.ts
CHANGED
|
File without changes
|
package/lib/types.d.ts.map
CHANGED
|
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
|
package/lib/util/debug.d.ts
CHANGED
|
File without changes
|
package/lib/util/debug.d.ts.map
CHANGED
|
File without changes
|
package/lib/util/debug.js
CHANGED
|
File without changes
|
package/lib/util/debug.js.map
CHANGED
|
File without changes
|
package/lib/util/ns.d.ts
CHANGED
|
File without changes
|
package/lib/util/ns.d.ts.map
CHANGED
|
File without changes
|
package/lib/util/ns.js
CHANGED
|
File without changes
|
package/lib/util/ns.js.map
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/util/utilityLogic.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/util/utils.d.ts
CHANGED
|
File without changes
|
package/lib/util/utils.d.ts.map
CHANGED
|
File without changes
|
package/lib/util/utils.js
CHANGED
|
File without changes
|
package/lib/util/utils.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-logic",
|
|
3
|
-
"version": "3.0.7
|
|
3
|
+
"version": "3.0.7",
|
|
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": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@inrupt/solid-client-authn-browser": "1.17",
|
|
46
46
|
"lint-staged": "^13.3.0",
|
|
47
|
-
"rdflib": "^2.2.34
|
|
47
|
+
"rdflib": "^2.2.34",
|
|
48
48
|
"solid-namespace": "^0.5.3"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/src/acl/aclLogic.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/authn/authUtil.ts
CHANGED
|
File without changes
|
package/src/chat/chatLogic.ts
CHANGED
|
File without changes
|
package/src/inbox/inboxLogic.ts
CHANGED
|
File without changes
|
package/src/index.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/src/logic/CustomError.ts
CHANGED
|
File without changes
|
package/src/logic/solidLogic.ts
CHANGED
|
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
|
package/src/util/utilityLogic.ts
CHANGED
|
File without changes
|
package/src/util/utils.ts
CHANGED
|
File without changes
|
package/test/aclLogic.test.ts
CHANGED
|
File without changes
|
package/test/authUtil.test.ts
CHANGED
|
File without changes
|
package/test/chatLogic.test.ts
CHANGED
|
File without changes
|
package/test/container.test.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/test/helpers/setup.ts
CHANGED
|
File without changes
|
package/test/inboxLogic.test.ts
CHANGED
|
File without changes
|
package/test/logic.test.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/test/utils.test.ts
CHANGED
|
File without changes
|
package/tsconfig.json
CHANGED
|
File without changes
|