mte-relay-browser-public-client 4.5.1 → 4.5.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 (1) hide show
  1. package/package.json +31 -30
package/package.json CHANGED
@@ -1,30 +1,31 @@
1
- {
2
- "name": "mte-relay-browser-public-client",
3
- "version": "4.5.1",
4
- "main": "./src/index.ts",
5
- "scripts": {
6
- "build": "tsc && vite build"
7
- },
8
- "author": "Eclypses Inc.",
9
- "license": "ISC",
10
- "description": "MTE Relay Browser is the Javascript client library for MTE Relay Server. See more at https://public-docs.eclypses.com/docs/mte-relay-server.",
11
- "exports": {
12
- ".": {
13
- "import": "./dist/index.mjs",
14
- "require": "./dist/index.js"
15
- }
16
- },
17
- "types": "./dist/types/index.d.ts",
18
- "files": [
19
- "dist"
20
- ],
21
- "devDependencies": {
22
- "@rollup/plugin-typescript": "^12.1.4",
23
- "mte": "npm:@eclypses/eclypses-inc-aws-client-aws-config-with-kyber@^4.2.0",
24
- "mte-relay-browser": "^4.4.2",
25
- "ts-node": "^10.9.2",
26
- "tslib": "^2.8.1",
27
- "typescript": "^5.9.2",
28
- "vite": "^7.1.4"
29
- }
30
- }
1
+ {
2
+ "name": "mte-relay-browser-public-client",
3
+ "version": "4.5.2",
4
+ "main": "./src/index.ts",
5
+ "scripts": {
6
+ "build": "tsc && vite build"
7
+ },
8
+ "author": "Eclypses Inc.",
9
+ "license": "ISC",
10
+ "description": "MTE Relay Browser is the Javascript client library for MTE Relay Server. See more at https://public-docs.eclypses.com/docs/mte-relay-server.",
11
+ "exports": {
12
+ ".": {
13
+ "import": "./dist/index.mjs",
14
+ "require": "./dist/index.js",
15
+ "types": "./dist/types/index.d.ts"
16
+ }
17
+ },
18
+ "types": "./dist/types/index.d.ts",
19
+ "files": [
20
+ "dist"
21
+ ],
22
+ "devDependencies": {
23
+ "@rollup/plugin-typescript": "^12.1.4",
24
+ "mte": "npm:@eclypses/eclypses-inc-aws-client-aws-config-with-kyber@^4.2.0",
25
+ "mte-relay-browser": "^4.4.2",
26
+ "ts-node": "^10.9.2",
27
+ "tslib": "^2.8.1",
28
+ "typescript": "^5.9.2",
29
+ "vite": "^7.1.4"
30
+ }
31
+ }