@stridge/kit 0.1.0-alpha.1 → 0.1.0-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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  React widgets and headless hooks for the Stridge Gateway — drop-in deposit and withdraw flows for crypto apps.
4
4
 
5
- **Links**  ·  [Website](https://stridge.com)  ·  [Documentation](https://docs.stridge.com)  ·  [Live demo](https://demo.stridge.com)  ·  [Repo](https://github.com/stridge-foundation/kit)
5
+ **Links**  ·  [Website](https://stridge.com)  ·  [Documentation](https://docs.stridge.com)  ·  [Live demo](https://demo.stridge.com)
6
6
 
7
7
  ## Install
8
8
 
@@ -39,4 +39,4 @@ Full setup, configuration, and integration patterns at [docs.stridge.com](https:
39
39
 
40
40
  ## License
41
41
 
42
- [MIT](https://github.com/stridge-foundation/kit/blob/main/LICENSE) © Stridge Foundation.
42
+ MIT © Stridge Foundation.
@@ -1 +1 @@
1
- var e=`0.1.0-alpha.1`;export{e as version};
1
+ var e=`0.1.0-alpha.2`;export{e as version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stridge/kit",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.0-alpha.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "files": [
@@ -121,8 +121,8 @@
121
121
  "vite-plugin-babel": "^1.6.0",
122
122
  "vitest": "4.1.2",
123
123
  "wagmi": "3.6.3",
124
- "@stridge/utils": "0.1.0-alpha.1",
125
- "@stridge/kit-typescript": "0.0.0"
124
+ "@stridge/kit-typescript": "0.0.0",
125
+ "@stridge/utils": "0.1.0-alpha.2"
126
126
  },
127
127
  "dependencies": {
128
128
  "@base-ui/react": "1.4.0",
@@ -132,7 +132,7 @@
132
132
  "@stylexjs/stylex": "^0.18.3",
133
133
  "cuer": "0.0.3",
134
134
  "motion": "^12.38.0",
135
- "@stridge/sdk": "0.1.0-alpha.1"
135
+ "@stridge/sdk": "0.1.0-alpha.2"
136
136
  },
137
137
  "scripts": {
138
138
  "build": "pnpm run i18n:compile && tsdown",