Skip to content

Commit 3f47749

Browse files
committed
feat: update package name and version in README, package.json, and package-lock.json
1 parent d2aa46b commit 3f47749

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

sdk/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88

99
<div align="center">
1010

11-
[![npm](https://img.shields.io/npm/v/@iexec/iapp)](https://www.npmjs.com/package/@iexec/iapp)[![license](https://img.shields.io/badge/license-Apache%202-blue)](/LICENSE)
11+
[![npm](https://img.shields.io/npm/v/@mage-sombre/iapp)](https://www.npmjs.com/package/@mage-sombre/iapp)[![license](https://img.shields.io/badge/license-Apache%202-blue)](/LICENSE)
1212

1313
</div>
1414

1515
## Installation
1616

17-
Web3mail is available as an [npm package](https://www.npmjs.com/package/@iexec/iapp).
17+
Web3mail is available as an [npm package](https://www.npmjs.com/package/@mage-sombre/iapp).
1818

1919
**npm:**
2020

2121
```sh
22-
npm install @iexec/iapp
22+
npm install @mage-sombre/iapp
2323
```
2424

2525
**yarn:**
2626

2727
```sh
28-
yarn add @iexec/iapp
28+
yarn add @mage-sombre/iapp
2929
```
3030

3131
## Get started
3232

3333
### Browser
3434

3535
```ts
36-
import { IExecIApp } from "@iexec/iapp";
36+
import { IExecIApp } from "@mage-sombre/iapp";
3737

3838
const web3Provider = window.ethereum;
3939
const iapp=IExecIApp(web3Provider);
@@ -42,7 +42,7 @@ const iapp=IExecIApp(web3Provider);
4242
### NodeJS
4343

4444
```ts
45-
import { IExecIApp, getWeb3Provider } from "@iexec/iapp";
45+
import { IExecIApp, getWeb3Provider } from "@mage-sombre/iapp";
4646

4747
const { PRIVATE_KEY } = process.env;
4848

sdk/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@iexec/iapp",
3-
"version": "0.0.0",
2+
"name": "@mage-sombre/iapp",
3+
"version": "1.0.0-beta.1",
44
"description": "A SDK to guide you through the process of managing and running an iExec iApp",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)