@learncard/core 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +6 -8
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,15 +1,13 @@
|
|
1
|
-
#
|
1
|
+
# @learncard/core
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
[![
|
6
|
-
[![npm downloads](https://img.shields.io/npm/dw/learn-card-core)](https://www.npmjs.com/package/learn-card-core)
|
7
|
-
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/learn-card-core)](https://www.npmjs.com/package/learn-card-core)
|
3
|
+
[![npm version](https://img.shields.io/npm/v/@learncard/core)](https://www.npmjs.com/package/@learncard/core)
|
4
|
+
[![npm downloads](https://img.shields.io/npm/dw/@learncard/core)](https://www.npmjs.com/package/@learncard/core)
|
5
|
+
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@learncard/core)](https://www.npmjs.com/package/@learncard/core)
|
8
6
|
|
9
7
|
## Install
|
10
8
|
|
11
9
|
```bash
|
12
|
-
pnpm i
|
10
|
+
pnpm i @learncard/core
|
13
11
|
```
|
14
12
|
|
15
13
|
## Usage
|
@@ -21,7 +19,7 @@ up to 64 characters long. If it is less than 64 characters, `walletFromKey` will
|
|
21
19
|
the string with 0's until it is 64 characters long.
|
22
20
|
|
23
21
|
```js
|
24
|
-
import { walletFromKey } from "
|
22
|
+
import { walletFromKey } from "@learncard/core";
|
25
23
|
|
26
24
|
const wallet = await walletFromKey('unique-identifier-that-is-up-to-and-preferably64-characters-long');
|
27
25
|
```
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@learncard/core",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/core.esm.js",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@glazed/types": "^0.2.0",
|
22
|
-
"@learncard/types": "2.0.
|
22
|
+
"@learncard/types": "2.0.1",
|
23
23
|
"@types/node": "^17.0.31",
|
24
24
|
"aqu": "0.3.2",
|
25
25
|
"esbuild": "^0.14.38",
|