Skip to content

Commit

Permalink
Merge pull request #46 from suryavaddiraju/development
Browse files Browse the repository at this point in the history
v2.0.12
  • Loading branch information
suryavaddiraju authored May 14, 2024
2 parents 2797685 + 9aec432 commit 74910de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 29 deletions.
25 changes: 0 additions & 25 deletions lib/cli-wrapper.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion lib/workings.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';
import {wrapper} from 'axios-cookiejar-support';
import { CookieJar } from 'tough-cookie';
import { writeFileSync } from 'node:fs';
import { writeFileSync,readdirSync } from 'node:fs';
import {dirname,join} from "node:path";
import * as cheerio from 'cheerio';
import querystring from 'querystring';
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "irctc-api",
"description": "An exclusive NodeJs only package built on top of IRCTC Website APIs to book train tickets, managing user profile faster and simpler from anywhere in the world",
"version": "2.0.11",
"version": "2.0.12",
"scripts": {
"postinstall": "node ./lib/postinstall.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 74910de

Please sign in to comment.