@cann4n/actions-token 0.2.1 → 0.2.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
  import { describe, it, expect } from "vitest";
2
2
  import { MockWalletProvider } from "@cann4n/core";
3
- import { TokenProvider } from "./tokenActionProvider.js";
3
+ import { TokenProvider } from "./tokenActionProvider";
4
4
  describe("TokenProvider", () => {
5
5
  const wallet = new MockWalletProvider();
6
6
  const provider = new TokenProvider();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cann4n/actions-token",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Token transfer, balance, and approval actions for Stellar (SAC + classic assets)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "dist"
18
18
  ],
19
19
  "dependencies": {
20
- "@cann4n/core": "^0.2.1",
20
+ "@cann4n/core": "^0.2.2",
21
21
  "zod": "^3.24.0"
22
22
  },
23
23
  "devDependencies": {