@chrryai/pepper 1.2.22 → 1.2.23
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
- 🎨 **View Transitions** - Built-in support for smooth page transitions
|
|
10
10
|
- 📱 **Platform-aware** - Automatically adapts to your environment
|
|
11
11
|
- 🔒 **Type-safe** - Full TypeScript support
|
|
12
|
-
- 🚀 **Battle-tested** - Powers [Vex](https://
|
|
12
|
+
- 🚀 **Battle-tested** - Powers [Vex](https://vex.chrry.ai)'s polished UX
|
|
13
13
|
|
|
14
14
|
## 📦 Installation
|
|
15
15
|
|
|
@@ -152,7 +152,7 @@ MIT © [Iliyan Velinov](https://github.com/askvex)
|
|
|
152
152
|
|
|
153
153
|
- [GitHub](https://github.com/askvex/pepper)
|
|
154
154
|
- [Issues](https://github.com/askvex/pepper/issues)
|
|
155
|
-
- [Vex - Powered by Pepper](https://
|
|
155
|
+
- [Vex - Powered by Pepper](https://vex.chrry.ai)
|
|
156
156
|
|
|
157
157
|
---
|
|
158
158
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrryai/pepper",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.23",
|
|
4
4
|
"description": "Universal router for React - works in web, React Native, and browser extensions with built-in view transitions",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|