@b3dotfun/sdk 0.0.3-alpha.1 → 0.0.3-alpha.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.
@@ -33,3 +33,4 @@ __exportStar(require("./constants"), exports);
33
33
  // Abis
34
34
  __exportStar(require("./abis/abi-usdc-base"), exports);
35
35
  __exportStar(require("./abis/erc20-staking"), exports);
36
+ console.log(`Test CICD`);
@@ -17,3 +17,4 @@ export * from "./constants";
17
17
  // Abis
18
18
  export * from "./abis/abi-usdc-base";
19
19
  export * from "./abis/erc20-staking";
20
+ console.log(`Test CICD`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.0.3-alpha.1",
3
+ "version": "0.0.3-alpha.2",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -22,3 +22,5 @@ export * from "./constants";
22
22
  // Abis
23
23
  export * from "./abis/abi-usdc-base";
24
24
  export * from "./abis/erc20-staking";
25
+
26
+ console.log(`Test CICD`);