@tezos-x/octez.connect-transport-postmessage 1.0.0 → 4.8.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 (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +8 -9
package/README.md CHANGED
@@ -7,5 +7,3 @@ This package is part of the `@tezos-x/octez.connect-sdk` project. [Read more](ht
7
7
  This package contains methods to facilitate communication over the postmessage interface of the browser to talk to browser extensions.
8
8
 
9
9
  Unless you need to import types from this package, you probably don't need to add it to your project.
10
-
11
- Check our documentation for more information. [Documentation](https://octez-connect.tezos.com)
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@tezos-x/octez.connect-transport-postmessage",
3
- "version": "1.0.0",
3
+ "version": "4.8.2",
4
4
  "description": "This package contains methods to facilitate communication over the postmessage interface of the browser to talk to browser extensions.",
5
- "author": "Blockchain Infra <blockchain.infra@trili.tech>",
6
- "homepage": "https://octez-connect.tezos.com",
5
+ "author": "Andreas Gassmann <a.gassmann@papers.ch>",
7
6
  "license": "ISC",
8
7
  "main": "dist/cjs/index.js",
9
8
  "module": "dist/esm/index.js",
@@ -24,19 +23,19 @@
24
23
  },
25
24
  "repository": {
26
25
  "type": "git",
27
- "url": "git+https://github.com/trilitech/octez.connect.git"
26
+ "url": "git+https://github.com/trilitech/octez.connect-sdk.git"
28
27
  },
29
28
  "scripts": {
30
29
  "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
31
30
  "test": "jest"
32
31
  },
33
32
  "bugs": {
34
- "url": "https://github.com/trilitech/octez.connect/issues"
33
+ "url": "https://github.com/trilitech/octez.connect-sdk/issues"
35
34
  },
36
35
  "dependencies": {
37
- "@tezos-x/octez.connect-core": "1.0.0",
38
- "@tezos-x/octez.connect-types": "1.0.0",
39
- "@tezos-x/octez.connect-utils": "1.0.0"
36
+ "@tezos-x/octez.connect-core": "4.8.2",
37
+ "@tezos-x/octez.connect-types": "4.8.2",
38
+ "@tezos-x/octez.connect-utils": "4.8.2"
40
39
  },
41
- "gitHead": "d04a0d92e4b26162eb9a9a9911fb54331320db00"
40
+ "gitHead": "094c210f5e2e6a7f02522d42c3d5438d12cee6a6"
42
41
  }