Skip to content

Commit

Permalink
change packages.
Browse files Browse the repository at this point in the history
add npm to yarn
  • Loading branch information
lucas-tortora committed Nov 14, 2023
1 parent ff58c6a commit 71e1029
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/build/identity.rs/1.0/docs/getting-started/rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This version is published to crates.io and is **stable**, following semantic ver

```toml
[dependencies]
identity_iota = { version = "0.7.0-alpha" }
identity_iota = { version = "1.0.0" }
```

### Development Release
Expand Down
14 changes: 7 additions & 7 deletions docs/build/identity.rs/1.0/docs/getting-started/wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ This is the beta version of the official WASM bindings for [IOTA Identity](https

You can install the library by running the following command:

```bash
npm install @iota/identity-wasm@alpha
```bash npm2yarn
npm install @iota/identity-wasm
```

## Build the Library
Expand Down Expand Up @@ -60,7 +60,7 @@ cargo install --force wasm-bindgen-cli

After installing `wasm-bindgen-cli`, you can install the necessary dependencies using the following command:

```bash
```bash npm2yarn
npm install
```

Expand All @@ -72,7 +72,7 @@ npm install

You can build the bindings for `node.js` using the following command:

```bash
```bash npm2yarn
npm run build:nodejs
```

Expand All @@ -82,7 +82,7 @@ npm run build:nodejs

You can build the bindings for the `web` using the following command:

```bash
```bash npm2yarn
npm run build:web
```

Expand Down Expand Up @@ -208,7 +208,7 @@ The library loads the WASM file with an HTTP GET request, so you must copy the `

- Install `rollup-plugin-copy`:

```bash
```bash npm2yarn
npm install rollup-plugin-copy --save-dev
```

Expand Down Expand Up @@ -239,7 +239,7 @@ copy({

- Install `copy-webpack-plugin`:

```bash
```bash npm2yarn
npm install copy-webpack-plugin --save-dev
```

Expand Down

0 comments on commit 71e1029

Please sign in to comment.