nervatura 5.1.4 → 5.1.6
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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -44,6 +44,8 @@ You can find more information about the use of different programming languages a
|
|
|
44
44
|
- [Node.js and NPM](https://nervatura.github.io/nervatura/docs/start/examples/#nodejs-and-npm)
|
|
45
45
|
- [Python and Snap or Windows Package Manager](https://nervatura.github.io/nervatura/docs/start/examples/#python-and-snap-or-windows-package-manager)
|
|
46
46
|
- [Go and Docker](https://nervatura.github.io/nervatura/docs/start/examples/#go-and-docker)
|
|
47
|
+
- [PHP and Docker](https://nervatura.github.io/nervatura/docs/start/examples/#php-and-docker)
|
|
48
|
+
- [Flutter and Dart](https://nervatura.github.io/nervatura/docs/start/examples/#flutter-client-and-dart-backend)
|
|
47
49
|
|
|
48
50
|
[**Installation**](https://nervatura.github.io/nervatura/docs/install) and [**Quick Start**](https://nervatura.github.io/nervatura/docs/start)
|
|
49
51
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nervatura",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.6",
|
|
4
4
|
"description": "Open Source Business Management Framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"business management",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"url": "https://github.com/nervatura/nervatura/releases/download/v{{version}}/nervatura_{{version}}_{{platform}}_{{arch}}.tar.gz"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"mkdirp": "^2.1.
|
|
48
|
+
"mkdirp": "^2.1.6",
|
|
49
49
|
"request": "^2.88.2",
|
|
50
50
|
"tar": "^6.1.13"
|
|
51
51
|
}
|