native-update 1.3.0 → 1.3.1
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 +5 -5
- package/cli/index.js +5 -6
- package/docs/QUICK_START.md +3 -3
- package/docs/README.md +4 -4
- package/docs/api/API.md +4 -3
- package/docs/getting-started/installation.md +2 -2
- package/package.json +4 -4
package/Readme.md
CHANGED
|
@@ -451,10 +451,10 @@ This package is **open-source** and created by **Ahsan Mahmood** for the develop
|
|
|
451
451
|
|
|
452
452
|
### Community Resources
|
|
453
453
|
|
|
454
|
-
- **[
|
|
454
|
+
- **[NPM Package](https://www.npmjs.com/package/native-update)** - Package and versions
|
|
455
|
+
- **[Website](https://native-update.web.app)** - Official website and dashboard
|
|
455
456
|
- **[Documentation](./docs/README.md)** - Comprehensive documentation
|
|
456
457
|
- **[Examples](./docs/examples/)** - Real-world usage examples
|
|
457
|
-
- **[Contributing Guide](./CONTRIBUTING.md)** - How to contribute
|
|
458
458
|
|
|
459
459
|
### Professional Support
|
|
460
460
|
|
|
@@ -477,15 +477,15 @@ MIT License - see [LICENSE](./LICENSE) for details.
|
|
|
477
477
|
## Support
|
|
478
478
|
|
|
479
479
|
- 📧 Email: aoneahsan@gmail.com
|
|
480
|
-
- 🌐 Website: [
|
|
480
|
+
- 🌐 Website: [native-update.web.app](https://native-update.web.app)
|
|
481
|
+
- 📦 NPM: [native-update](https://www.npmjs.com/package/native-update)
|
|
481
482
|
- 💼 LinkedIn: [Ahsan Mahmood](https://linkedin.com/in/aoneahsan)
|
|
482
|
-
- 🐛 Issues: [GitHub Issues](https://github.com/aoneahsan/native-update/issues)
|
|
483
483
|
|
|
484
484
|
## Author
|
|
485
485
|
|
|
486
486
|
**Ahsan Mahmood**
|
|
487
487
|
|
|
488
488
|
- Portfolio: [aoneahsan.com](https://aoneahsan.com)
|
|
489
|
-
-
|
|
489
|
+
- LinkedIn: [linkedin.com/in/aoneahsan](https://linkedin.com/in/aoneahsan)
|
|
490
490
|
- Email: aoneahsan@gmail.com
|
|
491
491
|
- Phone: +923046619706
|
package/cli/index.js
CHANGED
|
@@ -30,7 +30,7 @@ ${chalk.bold('Quick Start:')}
|
|
|
30
30
|
${chalk.gray('npx native-update bundle create ./www')} # Create update bundle
|
|
31
31
|
|
|
32
32
|
${chalk.bold('Documentation:')}
|
|
33
|
-
${chalk.blue('https://
|
|
33
|
+
${chalk.blue('https://native-update.web.app/docs')}`)
|
|
34
34
|
.version(packageJson.version)
|
|
35
35
|
.configureHelp({
|
|
36
36
|
sortSubcommands: true,
|
|
@@ -249,14 +249,13 @@ program.on('--help', () => {
|
|
|
249
249
|
console.log(' $ npx native-update backend create vercel --with-admin');
|
|
250
250
|
console.log('');
|
|
251
251
|
console.log(chalk.bold('Resources:'));
|
|
252
|
-
console.log('
|
|
253
|
-
console.log('
|
|
254
|
-
console.log('
|
|
252
|
+
console.log(' Website: ' + chalk.blue('https://native-update.web.app'));
|
|
253
|
+
console.log(' Documentation: ' + chalk.blue('https://native-update.web.app/docs'));
|
|
254
|
+
console.log(' NPM Package: ' + chalk.blue('https://www.npmjs.com/package/native-update'));
|
|
255
255
|
console.log('');
|
|
256
256
|
console.log(chalk.bold('Support:'));
|
|
257
|
-
console.log(' Issues: ' + chalk.blue('https://github.com/aoneahsan/native-update/issues'));
|
|
258
|
-
console.log(' Author: Ahsan Mahmood (' + chalk.blue('https://aoneahsan.com') + ')');
|
|
259
257
|
console.log(' Email: ' + chalk.blue('aoneahsan@gmail.com'));
|
|
258
|
+
console.log(' Author: Ahsan Mahmood (' + chalk.blue('https://aoneahsan.com') + ')');
|
|
260
259
|
});
|
|
261
260
|
|
|
262
261
|
// Error handling
|
package/docs/QUICK_START.md
CHANGED
|
@@ -588,8 +588,8 @@ console.log('Checking update configuration...');
|
|
|
588
588
|
|
|
589
589
|
## Support
|
|
590
590
|
|
|
591
|
-
- 📖 [Documentation](https://
|
|
592
|
-
-
|
|
593
|
-
-
|
|
591
|
+
- 📖 [Documentation](https://native-update.web.app/docs)
|
|
592
|
+
- 📦 [NPM Package](https://www.npmjs.com/package/native-update)
|
|
593
|
+
- 📧 Email: aoneahsan@gmail.com
|
|
594
594
|
|
|
595
595
|
Happy updating! 🚀
|
package/docs/README.md
CHANGED
|
@@ -57,8 +57,8 @@ Created by **Ahsan Mahmood** and open-sourced for the developer community, this
|
|
|
57
57
|
## 🚀 Quick Links
|
|
58
58
|
|
|
59
59
|
- **NPM Package**: [native-update](https://www.npmjs.com/package/native-update)
|
|
60
|
-
- **
|
|
61
|
-
- **
|
|
60
|
+
- **Website**: [native-update.web.app](https://native-update.web.app)
|
|
61
|
+
- **Support**: Email aoneahsan@gmail.com
|
|
62
62
|
- **Author**: [Ahsan Mahmood](https://aoneahsan.com)
|
|
63
63
|
|
|
64
64
|
## 💡 Key Features
|
|
@@ -92,11 +92,11 @@ Consistent API across iOS, Android, and Web platforms with platform-specific opt
|
|
|
92
92
|
|
|
93
93
|
## 🤝 Contributing
|
|
94
94
|
|
|
95
|
-
We welcome contributions from the community! Please see our [Contributing Guide](
|
|
95
|
+
We welcome contributions from the community! Please see our [Contributing Guide](../CONTRIBUTING.md) for details, or contact aoneahsan@gmail.com.
|
|
96
96
|
|
|
97
97
|
## 📄 License
|
|
98
98
|
|
|
99
|
-
This project is licensed under the MIT License. See the [LICENSE](
|
|
99
|
+
This project is licensed under the MIT License. See the [LICENSE](../LICENSE) file for details.
|
|
100
100
|
|
|
101
101
|
## 👨💻 About the Author
|
|
102
102
|
|
package/docs/api/API.md
CHANGED
|
@@ -548,10 +548,11 @@ try {
|
|
|
548
548
|
// Log detailed error internally, show generic message to user
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
|
|
551
|
+
```
|
|
552
|
+
|
|
553
|
+
## Support
|
|
552
554
|
|
|
553
555
|
For questions, issues, or contributions:
|
|
554
556
|
- Email: aoneahsan@gmail.com
|
|
555
|
-
-
|
|
557
|
+
- Website: [native-update.web.app](https://native-update.web.app)
|
|
556
558
|
- Author: Ahsan Mahmood ([Portfolio](https://aoneahsan.com))
|
|
557
|
-
````
|
|
@@ -300,8 +300,8 @@ After successful installation:
|
|
|
300
300
|
If you encounter any issues during installation:
|
|
301
301
|
|
|
302
302
|
- Check our [Testing Guide](../guides/testing-guide.md)
|
|
303
|
-
-
|
|
304
|
-
-
|
|
303
|
+
- Visit [native-update.web.app/contact](https://native-update.web.app/contact) for support
|
|
304
|
+
- Email aoneahsan@gmail.com with detailed information about your setup
|
|
305
305
|
|
|
306
306
|
---
|
|
307
307
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "native-update",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Foundation package for building a comprehensive update system for Capacitor apps. Provides architecture and interfaces but requires backend implementation.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/plugin.cjs.js",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "
|
|
35
|
+
"url": "https://native-update.web.app"
|
|
36
36
|
},
|
|
37
37
|
"bugs": {
|
|
38
|
-
"url": "https://
|
|
38
|
+
"url": "https://native-update.web.app/contact"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://
|
|
40
|
+
"homepage": "https://native-update.web.app",
|
|
41
41
|
"keywords": [
|
|
42
42
|
"capacitor",
|
|
43
43
|
"plugin",
|