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.
@@ -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
@@ -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":[]}
@@ -1,6 +0,0 @@
1
- export * from "./exports.js";
2
-
3
- export {
4
- MAX_RECOMMENDED_TX_SIZE,
5
- cojsonInternals,
6
- } from "cojson/native";
package/src/index.web.ts DELETED
@@ -1,3 +0,0 @@
1
- export * from "./exports.js";
2
-
3
- export { cojsonInternals, MAX_RECOMMENDED_TX_SIZE, WasmCrypto } from "cojson";
@@ -1,5 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "include": ["./src/**/*.ts"],
4
- "exclude": ["./node_modules", "./src/tests", "./src/index.native.ts"]
5
- }
package/tsconfig.web.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "include": ["./src/**/*.ts"],
4
- "exclude": ["./node_modules", "./src/tests", "./src/index.web.ts"]
5
- }