xno-skills 2.0.1 → 2.0.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.
@@ -1,6 +1,6 @@
1
1
  export declare const pkg: {
2
2
  readonly name: "xno-skills";
3
- readonly version: "2.0.1";
3
+ readonly version: "2.0.2";
4
4
  };
5
- export declare const version: "2.0.1";
5
+ export declare const version: "2.0.2";
6
6
  //# sourceMappingURL=version.d.ts.map
@@ -2,7 +2,7 @@
2
2
  // Keep this in sync by running "npm run build" (prebuild hook).
3
3
  export const pkg = {
4
4
  name: "xno-skills",
5
- version: "2.0.1"
5
+ version: "2.0.2"
6
6
  };
7
7
  export const version = pkg.version;
8
8
  //# sourceMappingURL=version.js.map
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "requests": [
3
3
  {
4
- "id": "mojnashfwakkqy",
4
+ "id": "mojocdkpbm79nq",
5
5
  "owsWalletId": "A",
6
6
  "accountIndex": 0,
7
7
  "address": "nano_1link1111111111111111111111111111111111111111111111111111111",
8
8
  "amountRaw": "10000000000000000000000000000",
9
9
  "reason": "explicit wallet test",
10
10
  "status": "pending",
11
- "createdAt": "2026-04-29T05:59:38.163Z",
12
- "updatedAt": "2026-04-29T05:59:38.163Z",
11
+ "createdAt": "2026-04-29T06:28:51.769Z",
12
+ "updatedAt": "2026-04-29T06:28:51.769Z",
13
13
  "receivedBlocks": []
14
14
  },
15
15
  {
16
- "id": "mojnasiksodfys",
16
+ "id": "mojocdl7henf61",
17
17
  "owsWalletId": "A",
18
18
  "accountIndex": 0,
19
19
  "address": "nano_1link1111111111111111111111111111111111111111111111111111111",
20
20
  "amountRaw": "500000000000000000000000000000",
21
21
  "reason": "status check test",
22
22
  "status": "pending",
23
- "createdAt": "2026-04-29T05:59:38.204Z",
24
- "updatedAt": "2026-04-29T05:59:38.204Z",
23
+ "createdAt": "2026-04-29T06:28:51.787Z",
24
+ "updatedAt": "2026-04-29T06:28:51.787Z",
25
25
  "receivedBlocks": []
26
26
  }
27
27
  ]
@@ -1,6 +1,6 @@
1
1
  export declare const pkg: {
2
2
  readonly name: "xno-skills";
3
- readonly version: "2.0.1";
3
+ readonly version: "2.0.2";
4
4
  };
5
- export declare const version: "2.0.1";
5
+ export declare const version: "2.0.2";
6
6
  //# sourceMappingURL=version.d.ts.map
@@ -2,7 +2,7 @@
2
2
  // Keep this in sync by running "npm run build" (prebuild hook).
3
3
  export const pkg = {
4
4
  name: "xno-skills",
5
- version: "2.0.1"
5
+ version: "2.0.2"
6
6
  };
7
7
  export const version = pkg.version;
8
8
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xno-skills",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "XNO CLI - Interact with the Nano cryptocurrency",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",