Conversation
Updated: - entities from ^4.5.0 to 5.0.0 For issues or feature requests: <support@depshub.com>
| @@ -1,4 +1,4 @@ | |||
| const Twitter = require("./src/twitter"); | |||
| const Twitter = require("./dist/twitter"); | |||
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
| const { TwitterApiFetchUserId } = require("./twitter-api.js"); | ||
| const { checkInDatabase, saveToDatabase, logTweetCount } = require("./tweet-to-db"); | ||
| const metadata = require("../_data/metadata.js") | ||
| const metadata = require("../dist/metadata.js") |
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
| let dateStr = date.toISOString().replace(/[T]/, " ").replace(/Z/, ""); | ||
| return dateStr; | ||
| }; No newline at end of file | ||
| null |
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
| @@ -1,5 +1,5 @@ | |||
| require('dotenv').config(); | |||
| const { checkInDatabase, logTweetCount, saveToDatabaseApiV1, createTable } = require("./tweet-to-db"); | |||
| const { checkInDatabase, logTweetCount, saveToDatabaseApiV1, createTable } = require("./dist/tweet-to-db"); | |||
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
| } | ||
|
|
||
| module.exports = { | ||
| getTweets, |
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
| // returns promise | ||
| return EleventyFetch(this.getUrl(), { | ||
| duration: cacheDuration || "*", | ||
| type: "json" |
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
| } | ||
| return numeral(num).format("0,0"); | ||
| }); | ||
| }; |
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
| @@ -1,4 +1,4 @@ | |||
| const dataSource = require("../src/DataSource"); | |||
| const dataSource = require("../dist/DataSource"); | |||
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
| const Twitter = require("./src/twitter"); | ||
| const EmojiAggregator = require( "./src/EmojiAggregator" ); | ||
| const dataSource = require("./src/DataSource"); | ||
| const Twitter = require("./dist/twitter"); |
There was a problem hiding this comment.
Package entities version 5.0.0 has the following breaking changes:
⚠️ BREAKING: Thelibdirectory was renamed todistin #1497. Deep imports will have to be updated.
This pull request was created automatically by DepsHub.
Please review the changes and merge them if they look good.
The following packages were updated:
View details.