@xnetjs/data 0.11.0 → 0.11.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.
Files changed (2) hide show
  1. package/dist/index.js +10 -10
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -578,16 +578,6 @@ import {
578
578
  DatabaseViewSchema
579
579
  } from "./chunk-MD553LDL.js";
580
580
  import "./chunk-OCMSAKWV.js";
581
- import {
582
- clearLocalPresence,
583
- createAwareness,
584
- generateUserColor,
585
- getAllPresences,
586
- getLocalClientId,
587
- getRemotePresences,
588
- onPresenceChange,
589
- setLocalPresence
590
- } from "./chunk-7PDRDSFH.js";
591
581
  import {
592
582
  MemoryNodeStorageAdapter,
593
583
  NodeStore,
@@ -672,6 +662,16 @@ import {
672
662
  resolveSchemaAuthority,
673
663
  validateSchemaDefinitionNode
674
664
  } from "./chunk-BY5O6LNC.js";
665
+ import {
666
+ clearLocalPresence,
667
+ createAwareness,
668
+ generateUserColor,
669
+ getAllPresences,
670
+ getLocalClientId,
671
+ getRemotePresences,
672
+ onPresenceChange,
673
+ setLocalPresence
674
+ } from "./chunk-7PDRDSFH.js";
675
675
  import {
676
676
  SPACE_MEMBERSHIP_SCHEMA_IRI,
677
677
  SpaceMembershipSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xnetjs/data",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,12 +57,12 @@
57
57
  "nanoid": "^5.1.6",
58
58
  "y-protocols": "^1.0.6",
59
59
  "yjs": "^13.6.24",
60
- "@xnetjs/core": "0.11.0",
61
- "@xnetjs/crypto": "0.11.0",
62
- "@xnetjs/identity": "0.11.0",
63
- "@xnetjs/sqlite": "0.11.0",
64
- "@xnetjs/storage": "0.11.0",
65
- "@xnetjs/sync": "0.11.0"
60
+ "@xnetjs/core": "0.11.1",
61
+ "@xnetjs/crypto": "0.11.1",
62
+ "@xnetjs/identity": "0.11.1",
63
+ "@xnetjs/sqlite": "0.11.1",
64
+ "@xnetjs/storage": "0.11.1",
65
+ "@xnetjs/sync": "0.11.1"
66
66
  },
67
67
  "devDependencies": {
68
68
  "tsup": "^8.0.0",