timeeditapi
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "timeeditapi", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "web scraper api to easy get schedule information from timeedit", | ||
"main": "index.js", | ||
"main": "api.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -32,3 +32,3 @@ | ||
// search and se if exists | ||
// search and see if exists | ||
timeEdit.search('ny105') | ||
@@ -41,3 +41,3 @@ .then((result) => { | ||
//get all the types available | ||
// get all the types available | ||
timeEdit.getAllTypes( | ||
@@ -44,0 +44,0 @@ 'https://se.timeedit.net/web/lnu/db1/schema1/') |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0