@sonicjs-cms/core 2.3.6 → 2.3.8
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 +8 -8
- package/dist/{chunk-KGKY3J6B.cjs → chunk-AUVR77XH.cjs} +2 -2
- package/dist/{chunk-KGKY3J6B.cjs.map → chunk-AUVR77XH.cjs.map} +1 -1
- package/dist/{chunk-LYRJHSTX.cjs → chunk-CSEI667V.cjs} +164 -148
- package/dist/chunk-CSEI667V.cjs.map +1 -0
- package/dist/{chunk-HBT5PZLG.js → chunk-IZYEXDBF.js} +3 -3
- package/dist/{chunk-HBT5PZLG.js.map → chunk-IZYEXDBF.js.map} +1 -1
- package/dist/{chunk-4IE7MKCA.js → chunk-KNSBZMAH.js} +3 -3
- package/dist/{chunk-4IE7MKCA.js.map → chunk-KNSBZMAH.js.map} +1 -1
- package/dist/{chunk-CWUWM7VQ.cjs → chunk-KXMX4F2L.cjs} +4 -4
- package/dist/{chunk-CWUWM7VQ.cjs.map → chunk-KXMX4F2L.cjs.map} +1 -1
- package/dist/{chunk-AWGGFU4N.js → chunk-OTUKT2WY.js} +2 -2
- package/dist/{chunk-AWGGFU4N.js.map → chunk-OTUKT2WY.js.map} +1 -1
- package/dist/{chunk-KBVNADRZ.cjs → chunk-SDT3HNLI.cjs} +3 -3
- package/dist/{chunk-KBVNADRZ.cjs.map → chunk-SDT3HNLI.cjs.map} +1 -1
- package/dist/{chunk-MVEMQ25Q.js → chunk-VE5WH254.js} +82 -66
- package/dist/chunk-VE5WH254.js.map +1 -0
- package/dist/index.cjs +74 -74
- package/dist/index.js +7 -7
- package/dist/middleware.cjs +23 -23
- package/dist/middleware.js +2 -2
- package/dist/migrations-5L2MGJTP.cjs +13 -0
- package/dist/{migrations-Q5O7B4CO.cjs.map → migrations-5L2MGJTP.cjs.map} +1 -1
- package/dist/migrations-U5QBY3BZ.js +4 -0
- package/dist/{migrations-DEZEGOCP.js.map → migrations-U5QBY3BZ.js.map} +1 -1
- package/dist/routes.cjs +24 -24
- package/dist/routes.js +4 -4
- package/dist/services.cjs +2 -2
- package/dist/services.js +1 -1
- package/dist/utils.cjs +11 -11
- package/dist/utils.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-LYRJHSTX.cjs.map +0 -1
- package/dist/chunk-MVEMQ25Q.js.map +0 -1
- package/dist/migrations-DEZEGOCP.js +0 -4
- package/dist/migrations-Q5O7B4CO.cjs +0 -13
package/README.md
CHANGED
|
@@ -428,11 +428,11 @@ npm run dev
|
|
|
428
428
|
|
|
429
429
|
## 📖 Documentation
|
|
430
430
|
|
|
431
|
-
- [Getting Started](https://
|
|
432
|
-
- [API Reference](https://
|
|
433
|
-
- [Collections Guide](https://
|
|
434
|
-
- [Plugin Development](https://
|
|
435
|
-
- [Deployment](https://
|
|
431
|
+
- [Getting Started](https://sonicjs.com/installation)
|
|
432
|
+
- [API Reference](https://sonicjs.com/api)
|
|
433
|
+
- [Collections Guide](https://sonicjs.com/collections)
|
|
434
|
+
- [Plugin Development](https://sonicjs.com/plugins)
|
|
435
|
+
- [Deployment](https://sonicjs.com/deployment)
|
|
436
436
|
|
|
437
437
|
## 🤝 Contributing
|
|
438
438
|
|
|
@@ -444,9 +444,9 @@ MIT © SonicJS Team - See [LICENSE](./LICENSE) for details.
|
|
|
444
444
|
|
|
445
445
|
## 💬 Support & Community
|
|
446
446
|
|
|
447
|
-
- **Issues**: [GitHub Issues](https://github.com/
|
|
448
|
-
- **Discord**: [Join our community](https://discord.gg/
|
|
449
|
-
- **Docs**: [
|
|
447
|
+
- **Issues**: [GitHub Issues](https://github.com/lane711/sonicjs/issues)
|
|
448
|
+
- **Discord**: [Join our community](https://discord.gg/8bMy6bv3sZ)
|
|
449
|
+
- **Docs**: [sonicjs.com](https://sonicjs.com)
|
|
450
450
|
- **Twitter**: [@sonicjscms](https://twitter.com/sonicjscms)
|
|
451
451
|
|
|
452
452
|
## 🔖 Resources
|
|
@@ -1820,5 +1820,5 @@ var MigrationService = class {
|
|
|
1820
1820
|
};
|
|
1821
1821
|
|
|
1822
1822
|
exports.MigrationService = MigrationService;
|
|
1823
|
-
//# sourceMappingURL=chunk-
|
|
1824
|
-
//# sourceMappingURL=chunk-
|
|
1823
|
+
//# sourceMappingURL=chunk-AUVR77XH.cjs.map
|
|
1824
|
+
//# sourceMappingURL=chunk-AUVR77XH.cjs.map
|