@xmtp/node-sdk 1.0.0 → 1.0.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/dist/index.js +1 -1
- package/package.json +7 -8
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import process from 'node:process';
|
|
|
3
3
|
import { GroupUpdatedCodec, ContentTypeGroupUpdated } from '@xmtp/content-type-group-updated';
|
|
4
4
|
import { ContentTypeText, TextCodec } from '@xmtp/content-type-text';
|
|
5
5
|
import { getInboxIdForIdentifier as getInboxIdForIdentifier$1, generateInboxId as generateInboxId$1, createClient, verifySignedWithPublicKey, isAddressAuthorized, isInstallationAuthorized } from '@xmtp/node-bindings';
|
|
6
|
-
export { GroupMember, GroupMetadata, GroupPermissions } from '@xmtp/node-bindings';
|
|
6
|
+
export { ConsentEntityType, ConsentState, ConversationType, DeliveryStatus, GroupMember, GroupMembershipState, GroupMessageKind, GroupMetadata, GroupPermissions, GroupPermissionsOptions, IdentifierKind, LogLevel, MetadataField, PermissionLevel, PermissionPolicy, PermissionUpdateType, SignatureRequestType, SortDirection } from '@xmtp/node-bindings';
|
|
7
7
|
import { ContentTypeId } from '@xmtp/content-type-primitives';
|
|
8
8
|
import bindingsVersion from '@xmtp/node-bindings/version.json' with { type: 'json' };
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmtp/node-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "XMTP Node client SDK for interacting with XMTP networks",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xmtp",
|
|
@@ -59,23 +59,22 @@
|
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@rollup/plugin-json": "^6.1.0",
|
|
61
61
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
62
|
-
"@types/node": "^22.10
|
|
63
|
-
"@vitest/coverage-v8": "^2.1.
|
|
64
|
-
"@xmtp/xmtp-js": "workspace:^",
|
|
62
|
+
"@types/node": "^22.13.10",
|
|
63
|
+
"@vitest/coverage-v8": "^2.1.9",
|
|
65
64
|
"fast-glob": "^3.3.3",
|
|
66
65
|
"rimraf": "^6.0.1",
|
|
67
66
|
"rollup": "^4.34.9",
|
|
68
67
|
"rollup-plugin-dts": "^6.1.1",
|
|
69
68
|
"rollup-plugin-filesize": "^10.0.0",
|
|
70
69
|
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
|
71
|
-
"tsx": "^4.19.
|
|
72
|
-
"typescript": "^5.
|
|
70
|
+
"tsx": "^4.19.3",
|
|
71
|
+
"typescript": "^5.8.2",
|
|
73
72
|
"uint8array-extras": "^1.4.0",
|
|
74
73
|
"uuid": "^11.0.3",
|
|
75
74
|
"viem": "^2.13.6",
|
|
76
|
-
"vite": "^6.
|
|
75
|
+
"vite": "^6.2.2",
|
|
77
76
|
"vite-tsconfig-paths": "^5.1.4",
|
|
78
|
-
"vitest": "^2.1.
|
|
77
|
+
"vitest": "^2.1.9"
|
|
79
78
|
},
|
|
80
79
|
"packageManager": "yarn@4.5.0",
|
|
81
80
|
"engines": {
|