@docstack/client 0.3.0 → 0.3.2

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 (46) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +3 -3
  3. package/lib/core/attribute.d.ts +0 -0
  4. package/lib/core/class.d.ts +0 -0
  5. package/lib/core/content-transfer.d.ts +0 -0
  6. package/lib/core/crypto-engine/index.d.ts +0 -0
  7. package/lib/core/crypto-engine/utils.d.ts +0 -0
  8. package/lib/core/datamodel/index.d.ts +0 -0
  9. package/lib/core/domain.d.ts +0 -0
  10. package/lib/core/guarded-db.d.ts +0 -0
  11. package/lib/core/index.d.ts +0 -0
  12. package/lib/core/job-engine/index.d.ts +0 -0
  13. package/lib/core/job-engine/schedule.d.ts +0 -0
  14. package/lib/core/job-engine/scheduler.d.ts +0 -0
  15. package/lib/core/query-engine/accumulators.d.ts +0 -0
  16. package/lib/core/query-engine/classes.d.ts +0 -0
  17. package/lib/core/query-engine/evaluator.d.ts +0 -0
  18. package/lib/core/query-engine/executor.d.ts +0 -0
  19. package/lib/core/query-engine/index.d.ts +0 -0
  20. package/lib/core/query-engine/parser.d.ts +0 -0
  21. package/lib/core/query-engine/planner.d.ts +0 -0
  22. package/lib/core/stack.d.ts +0 -0
  23. package/lib/core/sync/class-filter.d.ts +0 -0
  24. package/lib/core/sync/filter-identity.d.ts +0 -0
  25. package/lib/core/sync/index.d.ts +0 -0
  26. package/lib/core/sync/internal-docs.d.ts +0 -0
  27. package/lib/core/sync/tenants.d.ts +0 -0
  28. package/lib/core/test-utils/docstack.d.ts +0 -0
  29. package/lib/core/transaction-engine/errors.d.ts +0 -0
  30. package/lib/core/transaction-engine/handle.d.ts +0 -0
  31. package/lib/core/transaction-engine/index.d.ts +0 -0
  32. package/lib/core/transaction-engine/overlay.d.ts +0 -0
  33. package/lib/core/transaction-engine/stage.d.ts +0 -0
  34. package/lib/core/transaction-engine/sweep.d.ts +0 -0
  35. package/lib/core/trigger/index.d.ts +0 -0
  36. package/lib/index.d.ts +0 -0
  37. package/lib/index.js +0 -0
  38. package/lib/index.umd.js +0 -0
  39. package/lib/index2.js +0 -0
  40. package/lib/plugins/pouchdb.d.ts +0 -0
  41. package/lib/utils/crypto/index.d.ts +0 -0
  42. package/lib/utils/index.d.ts +0 -0
  43. package/lib/utils/logger/index.d.ts +0 -0
  44. package/lib/utils/logger/transport.d.ts +0 -0
  45. package/lib/workers/dataModel.d.ts +0 -0
  46. package/package.json +4 -4
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  [![npm](https://img.shields.io/npm/v/@docstack/client)](https://www.npmjs.com/package/@docstack/client)
2
- [![Docs](https://img.shields.io/badge/docs-onyx--og.github.io-blue)](https://onyx-og.github.io/docstack/)
2
+ [![Docs](https://img.shields.io/badge/docs-onyx.ac-blue)](https://onyx.ac/products/docstack/docs)
3
3
  [![License](https://img.shields.io/badge/license-CC--BY--SA--4.0-lightgrey)](https://github.com/onyx-og/docstack/blob/main/LICENSE.md)
4
4
  [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](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-og.github.io/docstack/docs/concepts/access-control/) section of the documentation.
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-og.github.io/docstack/) — architecture, guides, API reference
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)
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
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
File without changes
File without changes
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.0",
4
+ "version": "0.3.2",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -42,10 +42,10 @@
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
- "@docstack/abe": "^0.1.0",
48
- "@docstack/shared": "^0.1.0",
47
+ "@docstack/abe": "^0.1.1",
48
+ "@docstack/shared": "^0.1.1",
49
49
  "jsondiffpatch": "^0.7.3",
50
50
  "pouchdb-selector-core": "^9.0.0",
51
51
  "semver": "^7.7.3",