@skip-go/widget 3.1.2-alpha-0 → 3.1.3

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,24 +1,12 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "3.1.2-alpha-0",
4
+ "version": "3.1.3",
5
5
  "repository": {
6
6
  "url": "https://github.com/skip-mev/skip-go",
7
7
  "directory": "packages/widget"
8
8
  },
9
9
  "type": "module",
10
- "scripts": {
11
- "dev": "vite --force --host",
12
- "dev:storybook": "storybook dev -p 6006",
13
- "build": "npm run generate-chains && NODE_OPTIONS=--max-old-space-size=16384 vite build",
14
- "watch:build": "vite build --watch",
15
- "lint": "NODE_OPTIONS=--max-old-space-size=32384 eslint . --fix",
16
- "preview": "vite preview",
17
- "build:web-component": "NODE_OPTIONS=--max-old-space-size=32384 webpack --config webpack.config.js",
18
- "publish:web-component": "npm run build:web-component && cd web-component && npm publish && cd ..",
19
- "generate-chains": "node scripts/generate-chains.cjs",
20
- "update-registries": "yarn up @initia/initia-registry chain-registry"
21
- },
22
10
  "exports": {
23
11
  ".": {
24
12
  "types": "./build/index.d.ts",
@@ -30,49 +18,6 @@
30
18
  "build",
31
19
  "README.md"
32
20
  ],
33
- "devDependencies": {
34
- "@chromatic-com/storybook": "^1.6.1",
35
- "@eslint/js": "^9.9.0",
36
- "@initia/initia-registry": "^0.2.1",
37
- "@keplr-wallet/types": "^0.12.125",
38
- "@storybook/addon-essentials": "^8.2.6",
39
- "@storybook/addon-interactions": "^8.2.6",
40
- "@storybook/addon-links": "^8.2.6",
41
- "@storybook/addon-onboarding": "^8.2.6",
42
- "@storybook/blocks": "^8.2.6",
43
- "@storybook/react": "^8.2.6",
44
- "@storybook/react-vite": "^8.2.6",
45
- "@storybook/test": "^8.2.6",
46
- "@types/eslint__js": "^8.42.3",
47
- "@types/pluralize": "^0.0.33",
48
- "@types/react": "^17.0.0",
49
- "@types/react-dom": "^19.0.2",
50
- "@typescript-eslint/eslint-plugin": "^7.15.0",
51
- "@typescript-eslint/parser": "^7.15.0",
52
- "@vitejs/plugin-react": "^4.3.1",
53
- "buffer": "^6.0.3",
54
- "chain-registry": "^1.69.65",
55
- "eslint": "^9.9.0",
56
- "eslint-plugin-react-hooks": "^4.6.2",
57
- "node-polyfill-webpack-plugin": "^4.0.0",
58
- "pino-pretty": "^13.0.0",
59
- "postcss-loader": "^8.1.1",
60
- "process": "^0.11.10",
61
- "raw-loader": "^4.0.2",
62
- "react": ">=17.0.0",
63
- "react-dom": ">=17.0.0",
64
- "starknet": "6.11.0",
65
- "storybook": "^8.2.6",
66
- "ts-loader": "^9.5.1",
67
- "typescript": "^5.5.4",
68
- "typescript-eslint": "^8.2.0",
69
- "url-loader": "^4.1.1",
70
- "vite": "^5.3.4",
71
- "vite-plugin-dts": "^4.0.0-beta.1",
72
- "vite-plugin-node-polyfills": "^0.22.0",
73
- "webpack": "^5.94.0",
74
- "webpack-cli": "^5.1.4"
75
- },
76
21
  "peerDependencies": {
77
22
  "@tanstack/react-query": "^5.51.21",
78
23
  "graz": "^0.1.30",
@@ -94,8 +39,7 @@
94
39
  "@penumbra-zone/transport-dom": "^7.5.0",
95
40
  "@r2wc/react-to-web-component": "^2.0.3",
96
41
  "@radix-ui/react-dialog": "^1.1.1",
97
- "@sentry/react": "^8.46.0",
98
- "@skip-go/client": "0.15.6",
42
+ "@skip-go/client": "0.16.2",
99
43
  "@solana/spl-token": "^0.4.8",
100
44
  "@solana/wallet-adapter-backpack": "^0.1.14",
101
45
  "@solana/wallet-adapter-coinbase": "^0.1.19",
@@ -123,4 +67,4 @@
123
67
  "publishConfig": {
124
68
  "access": "public"
125
69
  }
126
- }
70
+ }