vaderjs-native 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- Ah! Got it — since this is **VaderNative** (focused on building native mobile apps with Bun/Vader.js), we should tweak your README to emphasize **native app development**, Android/iOS support, native components, and speed, rather than generic web usage. Here's a polished, VaderNative-focused version:
2
-
3
- ---
4
-
5
1
  <p align="center">
6
2
  <a href="https://vader-js.pages.dev">
7
3
  <picture>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vaderjs-native",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Build Native Applications using Vaderjs framework.",
5
5
  "bin": {
6
6
  "vaderjs": "./main.js"