@voyage_ai/v402-web-ts 0.1.3 → 0.1.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyage_ai/v402-web-ts",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "v402pay platform frontend SDK for seamless Web3 payment integration with Solana and Ethereum support",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -33,9 +33,11 @@
33
33
  "build:css": "tailwindcss -i ./src/react/styles.css -o ./dist/react/styles.css --minify",
34
34
  "build:js": "tsup",
35
35
  "build": "npm run build:js && npm run build:css",
36
+ "build:prod": "BUILD_ENV=production npm run build:js && npm run build:css",
36
37
  "dev": "tsup --watch",
37
38
  "type-check": "tsc --noEmit",
38
- "prepublishOnly": "npm run build",
39
+ "updateLocal": "npm run build",
40
+ "prepublishOnly": "npm run build:prod",
39
41
  "release": "npm run release:patch",
40
42
  "release:patch": "npm version patch && npm publish && git push --follow-tags",
41
43
  "release:minor": "npm version minor && npm publish && git push --follow-tags",
@@ -54,10 +56,10 @@
54
56
  "author": "",
55
57
  "license": "MIT",
56
58
  "peerDependencies": {
57
- "@ant-design/icons": "^5.0.0",
59
+ "@ant-design/icons": "^5.6.1",
58
60
  "@solana/spl-token": "^0.4.0",
59
61
  "@solana/web3.js": "^1.95.0",
60
- "antd": "^5.0.0",
62
+ "antd": "^5.29.1",
61
63
  "ethers": "^6.0.0",
62
64
  "react": ">=18.0.0"
63
65
  },
@@ -77,10 +79,10 @@
77
79
  "zod": "^3.22.0"
78
80
  },
79
81
  "devDependencies": {
80
- "@ant-design/icons": "^5.0.0",
82
+ "@ant-design/icons": "^5.6.1",
81
83
  "@types/node": "^20.0.0",
82
84
  "@types/react": "^18.0.0",
83
- "antd": "^5.0.0",
85
+ "antd": "^5.29.1",
84
86
  "autoprefixer": "^10.4.22",
85
87
  "postcss": "^8.5.6",
86
88
  "tailwindcss": "^3.4.18",