@docstack/client 0.3.0 → 0.3.1
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/LICENSE +0 -0
- package/README.md +3 -3
- package/lib/core/attribute.d.ts +0 -0
- package/lib/core/class.d.ts +0 -0
- package/lib/core/content-transfer.d.ts +0 -0
- package/lib/core/crypto-engine/index.d.ts +0 -0
- package/lib/core/crypto-engine/utils.d.ts +0 -0
- package/lib/core/datamodel/index.d.ts +0 -0
- package/lib/core/domain.d.ts +0 -0
- package/lib/core/guarded-db.d.ts +0 -0
- package/lib/core/index.d.ts +0 -0
- package/lib/core/job-engine/index.d.ts +0 -0
- package/lib/core/job-engine/schedule.d.ts +0 -0
- package/lib/core/job-engine/scheduler.d.ts +0 -0
- package/lib/core/query-engine/accumulators.d.ts +0 -0
- package/lib/core/query-engine/classes.d.ts +0 -0
- package/lib/core/query-engine/evaluator.d.ts +0 -0
- package/lib/core/query-engine/executor.d.ts +0 -0
- package/lib/core/query-engine/index.d.ts +0 -0
- package/lib/core/query-engine/parser.d.ts +0 -0
- package/lib/core/query-engine/planner.d.ts +0 -0
- package/lib/core/stack.d.ts +0 -0
- package/lib/core/sync/class-filter.d.ts +0 -0
- package/lib/core/sync/filter-identity.d.ts +0 -0
- package/lib/core/sync/index.d.ts +0 -0
- package/lib/core/sync/internal-docs.d.ts +0 -0
- package/lib/core/sync/tenants.d.ts +0 -0
- package/lib/core/test-utils/docstack.d.ts +0 -0
- package/lib/core/transaction-engine/errors.d.ts +0 -0
- package/lib/core/transaction-engine/handle.d.ts +0 -0
- package/lib/core/transaction-engine/index.d.ts +0 -0
- package/lib/core/transaction-engine/overlay.d.ts +0 -0
- package/lib/core/transaction-engine/stage.d.ts +0 -0
- package/lib/core/transaction-engine/sweep.d.ts +0 -0
- package/lib/core/trigger/index.d.ts +0 -0
- package/lib/index.d.ts +0 -0
- package/lib/index.js +0 -0
- package/lib/index.umd.js +0 -0
- package/lib/index2.js +0 -0
- package/lib/plugins/pouchdb.d.ts +0 -0
- package/lib/utils/crypto/index.d.ts +0 -0
- package/lib/utils/index.d.ts +0 -0
- package/lib/utils/logger/index.d.ts +0 -0
- package/lib/utils/logger/transport.d.ts +0 -0
- package/lib/workers/dataModel.d.ts +0 -0
- package/package.json +2 -2
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[](https://www.npmjs.com/package/@docstack/client)
|
|
2
|
-
[](https://onyx.ac/products/docstack/docs)
|
|
3
3
|
[](https://github.com/onyx-og/docstack/blob/main/LICENSE.md)
|
|
4
4
|
[](https://www.paypal.com/donate/?hosted_button_id=4QSQ8L9AK2C74)
|
|
5
5
|
|
|
@@ -299,7 +299,7 @@ stack.isScopeLocked('hr'); // false for Alice; true for a device whose key doe
|
|
|
299
299
|
|
|
300
300
|
A document joins a scope with the reserved `~scope` field, or inherits its class's `defaultScope`. The scope decides *under which key* the class's `encrypted: true` attributes seal; the schema still decides *which* attributes. Writing into a scope the session cannot open throws `StackLockedError` with `scopeId` set, and a write whose label disagrees with its payload's key is refused with `StackScopeMismatchError` rather than re-sealed. Revoking a member is publishing a new scope version with a policy the departed key no longer satisfies.
|
|
301
301
|
|
|
302
|
-
Conditional access is write-time labeling ("published means public" is the write choosing the scope), and behavioural rules stay application code. The formula language, the guarantees and the limits, stated plainly, are in the [access control](https://onyx
|
|
302
|
+
Conditional access is write-time labeling ("published means public" is the write choosing the scope), and behavioural rules stay application code. The formula language, the guarantees and the limits, stated plainly, are in the [access control](https://onyx.ac/products/docstack/docs/concepts/access-control/) section of the documentation.
|
|
303
303
|
|
|
304
304
|
### 8. Field-level encryption
|
|
305
305
|
|
|
@@ -441,7 +441,7 @@ await docstack.sync({
|
|
|
441
441
|
|
|
442
442
|
## 📖 Documentation
|
|
443
443
|
|
|
444
|
-
* [Full documentation](https://onyx
|
|
444
|
+
* [Full documentation](https://onyx.ac/products/docstack/docs) — architecture, guides, API reference
|
|
445
445
|
* [Architecture decisions](https://github.com/onyx-og/docstack/tree/main/specs/adr) — why the engine is shaped this way
|
|
446
446
|
* [Changelog](https://github.com/onyx-og/docstack/blob/main/packages/client/CHANGELOG.md)
|
|
447
447
|
* [Contributing](https://github.com/onyx-og/docstack/blob/main/CONTRIBUTING.md)
|
package/lib/core/attribute.d.ts
CHANGED
|
File without changes
|
package/lib/core/class.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/core/domain.d.ts
CHANGED
|
File without changes
|
package/lib/core/guarded-db.d.ts
CHANGED
|
File without changes
|
package/lib/core/index.d.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
|
package/lib/core/stack.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/core/sync/index.d.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
|
package/lib/index.d.ts
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
package/lib/index.umd.js
CHANGED
|
File without changes
|
package/lib/index2.js
CHANGED
|
File without changes
|
package/lib/plugins/pouchdb.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/utils/index.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docstack/client",
|
|
3
3
|
"description": "One does not simply stack documents.",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.1",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"bugs": {
|
|
43
43
|
"url": "https://github.com/onyx-og/docstack/issues"
|
|
44
44
|
},
|
|
45
|
-
"homepage": "https://onyx.ac/docstack",
|
|
45
|
+
"homepage": "https://onyx.ac/products/docstack",
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@docstack/abe": "^0.1.0",
|
|
48
48
|
"@docstack/shared": "^0.1.0",
|