jazz-tools 0.10.0 → 0.10.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.
- package/.turbo/turbo-build.log +9 -11
- package/CHANGELOG.md +15 -0
- package/dist/{chunk-UBD75Z27.js → chunk-24EJ3CKA.js} +1 -1
- package/dist/chunk-24EJ3CKA.js.map +1 -0
- package/dist/{index.native.js → index.js} +4 -7
- package/dist/index.js.map +1 -0
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +8 -14
- package/src/implementation/schema.ts +3 -3
- package/src/index.ts +3 -0
- package/src/testing.ts +1 -1
- package/src/tests/ContextManager.test.ts +3 -3
- package/src/tests/coFeed.test.ts +4 -3
- package/src/tests/coList.test.ts +5 -4
- package/src/tests/coMap.test.ts +4 -3
- package/src/tests/coPlainText.test.ts +4 -3
- package/src/tests/coRichText.test.ts +3 -3
- package/src/tests/createContext.test.ts +2 -2
- package/src/tests/deepLoading.test.ts +3 -3
- package/src/tests/groupsAndAccounts.test.ts +1 -1
- package/src/tests/schema.test.ts +1 -1
- package/src/tests/schemaUnion.test.ts +2 -2
- package/src/tests/subscribe.test.ts +1 -1
- package/src/tests/utils.ts +2 -2
- package/tsconfig.json +3 -1
- package/tsup.config.ts +1 -2
- package/dist/chunk-UBD75Z27.js.map +0 -1
- package/dist/index.native.js.map +0 -1
- package/dist/index.web.js +0 -85
- package/dist/index.web.js.map +0 -1
- package/src/index.native.ts +0 -6
- package/src/index.web.ts +0 -3
- package/tsconfig.native.json +0 -5
- package/tsconfig.web.json +0 -5
package/dist/index.native.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/index.native.ts"],"sourcesContent":["export * from \"./exports.js\";\n\nexport {\n MAX_RECOMMENDED_TX_SIZE,\n cojsonInternals,\n} from \"cojson/native\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA;AAAA,EACE;AAAA,EACA;AAAA,OACK;","names":[]}
|
package/dist/index.web.js
DELETED
@@ -1,85 +0,0 @@
|
|
1
|
-
import {
|
2
|
-
Account,
|
3
|
-
AnonymousJazzAgent,
|
4
|
-
AuthSecretStorage,
|
5
|
-
CoFeed,
|
6
|
-
CoList,
|
7
|
-
CoMap,
|
8
|
-
CoPlainText,
|
9
|
-
CoRichText,
|
10
|
-
CoValueBase,
|
11
|
-
DemoAuth,
|
12
|
-
Encoders,
|
13
|
-
FileStream,
|
14
|
-
Group,
|
15
|
-
ImageDefinition,
|
16
|
-
InMemoryKVStore,
|
17
|
-
Inbox,
|
18
|
-
InboxSender,
|
19
|
-
JazzContextManager,
|
20
|
-
KvStoreContext,
|
21
|
-
Marks,
|
22
|
-
PassphraseAuth,
|
23
|
-
Profile,
|
24
|
-
SchemaUnion,
|
25
|
-
co,
|
26
|
-
consumeInviteLink,
|
27
|
-
createAnonymousJazzContext,
|
28
|
-
createCoValueObservable,
|
29
|
-
createInviteLink,
|
30
|
-
createJazzContext,
|
31
|
-
createJazzContextForNewAccount,
|
32
|
-
createJazzContextFromExistingCredentials,
|
33
|
-
isControlledAccount,
|
34
|
-
loadCoValue,
|
35
|
-
parseInviteLink,
|
36
|
-
randomSessionProvider,
|
37
|
-
subscribeToCoValue
|
38
|
-
} from "./chunk-UBD75Z27.js";
|
39
|
-
|
40
|
-
// src/index.web.ts
|
41
|
-
import { cojsonInternals, MAX_RECOMMENDED_TX_SIZE, WasmCrypto } from "cojson";
|
42
|
-
export {
|
43
|
-
Account,
|
44
|
-
AnonymousJazzAgent,
|
45
|
-
AuthSecretStorage,
|
46
|
-
FileStream as BinaryCoStream,
|
47
|
-
CoFeed,
|
48
|
-
CoList,
|
49
|
-
CoMap,
|
50
|
-
CoPlainText,
|
51
|
-
CoRichText,
|
52
|
-
CoFeed as CoStream,
|
53
|
-
CoValueBase,
|
54
|
-
DemoAuth,
|
55
|
-
Encoders,
|
56
|
-
FileStream,
|
57
|
-
Group,
|
58
|
-
ImageDefinition,
|
59
|
-
InMemoryKVStore,
|
60
|
-
Inbox,
|
61
|
-
InboxSender,
|
62
|
-
JazzContextManager,
|
63
|
-
KvStoreContext,
|
64
|
-
MAX_RECOMMENDED_TX_SIZE,
|
65
|
-
Marks,
|
66
|
-
PassphraseAuth,
|
67
|
-
Profile,
|
68
|
-
SchemaUnion,
|
69
|
-
WasmCrypto,
|
70
|
-
co,
|
71
|
-
cojsonInternals,
|
72
|
-
consumeInviteLink,
|
73
|
-
createAnonymousJazzContext,
|
74
|
-
createCoValueObservable,
|
75
|
-
createInviteLink,
|
76
|
-
createJazzContext,
|
77
|
-
createJazzContextForNewAccount,
|
78
|
-
createJazzContextFromExistingCredentials,
|
79
|
-
isControlledAccount,
|
80
|
-
loadCoValue,
|
81
|
-
parseInviteLink,
|
82
|
-
randomSessionProvider,
|
83
|
-
subscribeToCoValue
|
84
|
-
};
|
85
|
-
//# sourceMappingURL=index.web.js.map
|
package/dist/index.web.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/index.web.ts"],"sourcesContent":["export * from \"./exports.js\";\n\nexport { cojsonInternals, MAX_RECOMMENDED_TX_SIZE, WasmCrypto } from \"cojson\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,SAAS,iBAAiB,yBAAyB,kBAAkB;","names":[]}
|
package/src/index.native.ts
DELETED
package/src/index.web.ts
DELETED
package/tsconfig.native.json
DELETED