1.1.6 • Published 3 months ago

@tangled3/solana-react v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

The @solana-mobile/wallet-adapter-mobile package has a faulty package.json file. The types field is not pointing to the correct location. The correct path should be "types": "./lib/types/index.d.ts"

The updated package.json file should look like this:

    ...

    "browser": {
        "./lib/cjs/index.js": "./lib/cjs/index.browser.js",
        "./lib/esm/index.js": "./lib/esm/index.browser.js"
    },
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "import": "./lib/esm/index.js",
            "require": "./lib/cjs/index.js",
            "types": "./lib/types/index.d.ts"   <---- Correct path
        }
    },

    ...
1.1.6

3 months ago

1.1.5

4 months ago

1.1.4

4 months ago

1.1.3

5 months ago

1.1.2

10 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago