We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85a7ff commit 3b4cae0Copy full SHA for 3b4cae0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "igdm",
3
- "version": "1.4.1-beta",
+ "version": "1.4.2",
4
"description": "Send and receive Instagram direct message through CLI.",
5
"keywords": [
6
"instagram",
@@ -54,7 +54,6 @@
54
"eslint": "^8.12.0",
55
"eslint-config-airbnb-typescript": "^17.0.0",
56
"nodemon": "^2.0.15",
57
- "regenerator-runtime": "^0.13.9",
58
"ts-node": "^10.7.0",
59
"typescript": "^4.6.3",
60
"webpack": "^5.72.0",
@@ -67,6 +66,7 @@
67
66
"dotenv": "^16.0.0",
68
"inquirer": "^8.2.2",
69
"instagram-private-api": "^1.45.3",
+ "regenerator-runtime": "^0.13.9",
70
"rxjs": "^7.5.5"
71
}
72
0 commit comments