Skip to content

Commit c6dcaaf

Browse files
committed
Updates
1 parent 734a513 commit c6dcaaf

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

codegens/dart-dio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> Converts Postman-SDK Request into code snippet for Dart dio.
33
44
#### Prerequisites
5-
To run Code-Gen, ensure that you have NodeJS >= v8. A copy of the NodeJS installable can be downloaded from https://nodejs.org/en/download/package-manager.
5+
To run Code-Gen, ensure that you have NodeJS >= v12. A copy of the NodeJS installable can be downloaded from https://nodejs.org/en/download/package-manager.
66

77
## Using the Module
88
The module will expose an object which will have property `convert` which is the function for converting the Postman-SDK request to swift code snippet.

codegens/dart-dio/package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codegens/dart-dio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
},
3232
"devDependencies": {},
3333
"engines": {
34-
"node": ">=8"
34+
"node": ">=12"
3535
}
3636
}

0 commit comments

Comments
 (0)