Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
250 commits
Select commit Hold shift + click to select a range
ae6b7a0
feat: switch to cross-fetch from got-scraping (#4) (#8)
karashiiro Jul 1, 2023
925c1f7
feat: use graphql API with timeline V2
karashiiro Jul 7, 2023
d28297c
feat: support threaded tweets
karashiiro Jul 7, 2023
13562e2
fix: handle DenyLoginSubtask subtask in auth flow
karashiiro Jul 7, 2023
37e87d1
feat: add clear cookies function
karashiiro Jul 7, 2023
45839aa
feat: use GraphQL search API
karashiiro Jul 7, 2023
48337df
fix: use correct features in graphql requests
karashiiro Jul 7, 2023
8caf7f9
fix: use updated graphql API for tweet details
karashiiro Jul 7, 2023
9786679
fix: update tests to use auth and check new fields
karashiiro Jul 7, 2023
381113e
fix: parse retweet results correctly
karashiiro Jul 7, 2023
c17c867
feat: v0.3.0
karashiiro Jul 7, 2023
fc9de64
feat: throttle requests on 429 (#12)
karashiiro Jul 7, 2023
52c2fc2
Documentation improvements. (#13)
Owen3H Jul 8, 2023
5836cee
fix: use linear backoff instead of constant (#15)
karashiiro Jul 8, 2023
e889001
feat: v0.3.2 (#16)
karashiiro Jul 8, 2023
b6d5e82
fix: backoff (#17)
karashiiro Jul 8, 2023
d451765
fix: sharper backoff (#18)
karashiiro Jul 8, 2023
72b9aa0
feat: handle rate limits properly (#19)
karashiiro Jul 8, 2023
c3457c5
chore: increase search test timeout (#20)
karashiiro Jul 8, 2023
be6cbc6
feat: check x-rate-limit-remaining
karashiiro Jul 8, 2023
2a51235
chore: raise test timeout by an order of magnitude
karashiiro Jul 8, 2023
cc33b52
chore: add new known limitations to README (#23)
karashiiro Jul 8, 2023
434ab21
jest edits & fixed some methods returning no tweet(s). (#24)
Owen3H Jul 10, 2023
9e48f74
feat: v0.3.4 (#25)
karashiiro Jul 10, 2023
c7e5629
fix: update bearer token (#26)
Owen3H Jul 13, 2023
af04772
feat: remove auth from tests that don't require it
karashiiro Jul 13, 2023
c21830c
feat: v0.3.5
karashiiro Jul 13, 2023
8fb368d
feat: improve browser and edge runtime support (#30)
karashiiro Jul 16, 2023
41c342d
fix: make Tweet boolean fields default to false (#31)
Owen3H Jul 17, 2023
ac09002
feat: utility methods for fetching tweets using a query (#33)
Owen3H Jul 27, 2023
a395c18
fix: make yarn format work correctly
karashiiro Jul 27, 2023
159c213
fix: await async filter callbacks (#33)
karashiiro Jul 27, 2023
b914cfe
fix: update twitter support account username (#36)
karashiiro Jul 27, 2023
0ba0a41
fix: update tests to handle more deleted/protected tweets (#37)
karashiiro Jul 28, 2023
a762f50
docs: update getTweet(s)Where (#38)
karashiiro Jul 28, 2023
c302cc9
Nitter graphql port (#39)
Owen3H Aug 6, 2023
d0b5090
feat: v0.5.0
karashiiro Aug 6, 2023
bd4c03a
feat(profile): provide original avatar size url
louisgrasset Aug 13, 2023
54c9948
fix(profile): remove `getAvatarOriginalSizeUrl` method export
louisgrasset Aug 13, 2023
a371b92
fix: tweet id prefix not being removed
Owen3H Aug 10, 2023
7ccab7d
chore: add .idea/ folder to .gitignore
louisgrasset Aug 13, 2023
e71cc66
feat(a11y): add `alt_text` prop to `Photo` when alt text is available
louisgrasset Aug 13, 2023
7d6d7c3
test: change expectations
louisgrasset Aug 14, 2023
65844e4
test: change expectations (bis)
louisgrasset Aug 14, 2023
53cb400
chore: put test expected value in the correct spot
karashiiro Aug 26, 2023
f518d43
fix: use new single tweet endpoint
karashiiro Aug 26, 2023
b5dc57d
feat: add type annotations for more error fields
karashiiro Aug 26, 2023
40520d9
fix: update getProfile to use UserByScreenName
karashiiro Aug 26, 2023
7fd5296
feat: attempt to parse response data on errors
karashiiro Aug 26, 2023
7e80ad5
fix: usually get fetching tweets to work again
karashiiro Aug 26, 2023
8405245
feat: v0.6.0
karashiiro Aug 26, 2023
9dff711
fix: update username handling in html reconstruction
Sep 4, 2023
a616aad
feat: v0.6.1
karashiiro Sep 4, 2023
c1fcee7
feat(timeline): add low-level support for top cursors
Sep 8, 2023
6a96644
feat(timeline): add low-level support for top cursors
Sep 8, 2023
35f896a
feat: add support for $cashtags in tweet html reconstruction
Sep 8, 2023
1044735
feat: v0.7.0
karashiiro Sep 9, 2023
f31d3ec
fix: yarn.lock?
karashiiro Sep 11, 2023
9264796
test: add support for cookie auth and request proxy in jest
Sep 11, 2023
ddcff2e
feat: add ability to fetch profile following and followers
Sep 11, 2023
d675ffe
Merge branch 'feat/top-cursor' into feat/relationships
Sep 11, 2023
0a40bf3
fix: merge top cursor support
Sep 11, 2023
40c84fc
fix: exclude test utils from bundle
Sep 12, 2023
c29f2e4
fix: exclude test-utils from bundle
Sep 12, 2023
d26913a
fix merge conflicts
Sep 12, 2023
fbac47a
fix: resolve future conflicts with tsconfig
Sep 12, 2023
e61eea3
Merge pull request #59 from DiamondHandsHotel/fix/test-via-cookies
karashiiro Sep 12, 2023
2c07561
Merge pull request #60 from DiamondHandsHotel/feat/relationships
karashiiro Sep 12, 2023
486bc67
chore: enable corepack
karashiiro Sep 12, 2023
11cc20f
chore: update lockfile
karashiiro Sep 12, 2023
bbd36b1
chore: update setup instructions
karashiiro Sep 12, 2023
b2634a7
chore: prettier format
karashiiro Sep 12, 2023
37a6eb6
chore: exclude typedoc config from dist
karashiiro Sep 12, 2023
8fb0a0c
chore: add description field
karashiiro Sep 12, 2023
19f3165
chore: add keywords
karashiiro Sep 12, 2023
9006b2d
feat: v0.7.1
karashiiro Sep 12, 2023
11e9094
feat: v0.8.0
karashiiro Sep 12, 2023
725d334
fix: update UserTweets response handler
karashiiro Sep 17, 2023
740f29a
fix: use TweetDetail to get replies when logged-in
karashiiro Sep 17, 2023
e463627
chore: add test for getting quotes anonymously
karashiiro Sep 17, 2023
0d61cd6
feat: v0.8.1
karashiiro Sep 17, 2023
e1b6eed
chore: remove unused import
karashiiro Nov 25, 2023
fd593b9
fix: use friends_count for follower count
karashiiro Nov 25, 2023
afaefde
feat: v0.8.2
karashiiro Nov 25, 2023
0c0eb4e
chore: add can_dm field to Profile
ThijnK Dec 1, 2023
640eaf5
feat: v0.8.3
karashiiro Dec 3, 2023
205073d
add fetchListTweets function to get tweets from list
MicrowaveDev Dec 18, 2023
1ce1038
fix fetchListTweets test
MicrowaveDev Dec 18, 2023
0fcc733
feat: v0.9.0
karashiiro Dec 23, 2023
f368744
add list-conversation tweets support for fetchListTweets
MicrowaveDev Dec 26, 2023
c142754
v0.9.1
karashiiro Dec 26, 2023
3b4224c
fix: getFollowers not returning all followers
ThijnK Dec 29, 2023
135d221
feat: v0.9.2
karashiiro Dec 29, 2023
4aad628
fix: handle profile conversations in TimelineTimelineModule entries
karashiiro Feb 25, 2024
868b1f8
feat: v0.9.3
karashiiro Feb 25, 2024
adfe30f
chore: yarn format
karashiiro Feb 25, 2024
4c3dd01
feat: get liked tweets by user
AtoraSuunva Mar 5, 2024
8b349ac
feat: v0.10.0
karashiiro Mar 6, 2024
7d8f3b3
chore: fix suspended profile test
catdevnull Apr 5, 2024
26e5384
chore: only run login tests if credentials are provided
catdevnull Apr 5, 2024
c4f59bb
fix: parse threads properly
catdevnull Apr 6, 2024
c813608
chore: fix retweet test
catdevnull Apr 6, 2024
87c97db
feat: v0.10.1
karashiiro Apr 7, 2024
74cba98
chore: refactor user auth
catdevnull Apr 7, 2024
5753350
feat: add support for logging in using 2FA
catdevnull Apr 7, 2024
3233bb3
feat: v0.11.0
karashiiro Apr 9, 2024
630b99c
feat: add bookmark count (#82)
biowaffeln Apr 28, 2024
9690b25
fix: parse tweetwithvisibilityresults type (#83)
juandariogarciagimeno Apr 28, 2024
c6140ab
feat: v0.12.0
karashiiro Apr 28, 2024
7e712d7
feat: getTweetsAndReplies (#88)
catdevnull Jun 16, 2024
c96df9c
feat: v0.13.0
karashiiro Jun 17, 2024
8827698
Handling 'LoginEnterAlternateIdentifierSubtask' (#93)
wik3d Jul 4, 2024
f62e44a
v0.13.1
karashiiro Jul 4, 2024
6dba98a
chore: set up rollup for multiplatform builds (#96)
karashiiro Jul 7, 2024
7624df9
feat: implement TLS cipher shuffling for Node to reduce 404s (#97)
karashiiro Jul 7, 2024
92e236c
chore: add basic Node example code (#98)
karashiiro Jul 7, 2024
b896274
feat: add example for React and fix auth support with CORS proxy (#99)
karashiiro Jul 7, 2024
34f1ba8
chore: update CI Node versions
karashiiro Jul 7, 2024
afecd1e
chore: update CI Node versions
karashiiro Jul 7, 2024
f7dd715
chore: update CI Node versions
karashiiro Jul 7, 2024
2b9824f
feat: include raw tweet as part of results (#100)
karashiiro Jul 13, 2024
d055889
feat: tweet edit information (#101)
karashiiro Jul 13, 2024
0282d56
feat: v0.14.0
karashiiro Jul 22, 2024
55a701e
fix: export important types
karashiiro Jul 26, 2024
bc4d25f
chore: add compat check
karashiiro Jul 26, 2024
b9bf170
feat: allow manually running the CI workflow
karashiiro Dec 14, 2024
7a479a2
feat: support custom rate-limiting strategies (#116)
karashiiro Jan 19, 2025
aa35837
feat: v0.15.0
karashiiro Jan 19, 2025
1cb8a99
chore: fix a word
karashiiro Jan 19, 2025
bfa0fc7
chore: include PR link for DIY pooling instead of just alluding to it
karashiiro Jan 19, 2025
d12e689
fix: await ApiError creation in new rate limiter (#117)
karashiiro Jan 19, 2025
0132f84
chore: convert login subtask handlers into map
karashiiro Apr 6, 2025
e199daf
feat: support registering custom auth subtask handlers
karashiiro Apr 6, 2025
f9a5f94
chore: export subtask-related types
karashiiro Apr 6, 2025
26b5618
chore: enable coverage reports
karashiiro Apr 6, 2025
dc13a1e
chore: add unit tests for TwitterUserAuth
karashiiro Apr 6, 2025
3f40cf6
chore: add DenyLoginSubtask test
karashiiro Apr 6, 2025
14d39bb
chore: add AuthenticationError class
karashiiro Apr 6, 2025
ff4b039
feat: add docs on custom subtask registration
karashiiro Apr 6, 2025
ab93f02
feat: 0.16.0
karashiiro Apr 6, 2025
a9113e1
fix: update endpoints and add request jitter
karashiiro May 24, 2025
68e6fe4
chore: improve error message
karashiiro May 24, 2025
94ffa54
fix: fix profile fetches and add logs
karashiiro May 24, 2025
a501689
fix: use updated UserTweets response schema
karashiiro May 24, 2025
41d914f
chore: fix auth tests and add more logging
karashiiro May 24, 2025
9550594
chore: add more missing unit tests
karashiiro May 24, 2025
f714b3e
Fix missing edit_control?.edit_control_initial on parseLegacyTweet
Faareoh May 25, 2025
db869c7
chore: fix build errors
karashiiro May 25, 2025
b02079d
feat: v0.16.4
karashiiro May 25, 2025
26722b1
chore: separate build and test workflows
karashiiro May 25, 2025
c1ac817
Merge pull request #133 from karashiiro/main
karashiiro May 26, 2025
729eecb
Fix: isEdited was always false if tweet was edited only once
Faareoh May 26, 2025
46ca184
Merge pull request #134 from Faareoh/main
karashiiro May 26, 2025
30ffa23
feat: v0.16.5
karashiiro May 26, 2025
9646484
Parse user pinned tweets correctly (#136)
karashiiro May 26, 2025
8c50822
chore: update the react example for the latest version (#139)
karashiiro Jun 1, 2025
d98a074
feat: add `fetchLikedTweets` method to Scrapper object (#141)
divaltor Jun 3, 2025
b965c78
fix: return cookies from x.com (#143)
karashiiro Jun 3, 2025
7b01e68
feat: v0.17.0
karashiiro Jun 3, 2025
ea93f39
chore: replace most usages of twitter.com with x.com (#145)
karashiiro Jun 8, 2025
e624eb1
feat: v0.17.1
karashiiro Jun 8, 2025
baaca97
support animated_gif on parseMediaGroups
Jul 22, 2025
9125874
support animated_gif on parseMediaGroups (#147)
karashiiro Jul 23, 2025
ad01084
test: add simple test for animated image support
karashiiro Jul 23, 2025
3e732d7
Merge pull request #148 from karashiiro/main
karashiiro Jul 23, 2025
f8511b9
feat: v0.17.2
karashiiro Jul 23, 2025
efdfa80
fix: resolve type error from stringify method
Aericio Aug 22, 2025
e525a49
feat: basic working version of fetching inbox
Aericio Aug 22, 2025
ce339fc
fix: ts-jest compiler warning
Aericio Aug 22, 2025
605f48c
feat: add missing LegacyUserRaw type fields
Aericio Aug 22, 2025
3141f6c
fix: extract root key from inbox response
Aericio Aug 22, 2025
b03865a
fix: add missing MessageReaction interface to Message
Aericio Aug 22, 2025
7d1609d
feat: add conversations and asyncgenerator for entries
Aericio Aug 23, 2025
21ab987
feat: add function to find convos by user id
Aericio Aug 23, 2025
8114cca
refactor: clean up fn and type names
Aericio Aug 23, 2025
0f5c627
refactor: use addApiParams instead of hardcoding params
Aericio Aug 23, 2025
f206809
refactor: remove console.logs from tests
Aericio Aug 23, 2025
2819b6e
refactor: increase the number of max DMs to test pagination
Aericio Aug 23, 2025
fd21fca
feat: add dm types to _module exports
Aericio Aug 23, 2025
7ed7fba
feat: add support for back/forward pagination
Aericio Aug 24, 2025
49bafa9
fix: handle undefined or null entries in conversation batch
Aericio Aug 24, 2025
f29d201
Merge pull request #152 from Aericio/main
karashiiro Aug 26, 2025
d2b93a0
chore: parse cookies properly in test utils
karashiiro Aug 26, 2025
64c5676
feat: v0.18.0
karashiiro Aug 26, 2025
7f72b85
Fix gif parsing to correctly get the .mp4 url
Faareoh Aug 27, 2025
8d2efe1
Fix animated image test
Faareoh Aug 27, 2025
e6e9a08
Merge pull request #154 from Faareoh/main
karashiiro Aug 28, 2025
13e2ddc
v0.18.1
karashiiro Aug 28, 2025
63dba25
Suspended X account throw a specific error
Faareoh Aug 29, 2025
064c338
Merge pull request #155 from Faareoh/main
karashiiro Aug 29, 2025
df1631c
v0.18.2
karashiiro Aug 29, 2025
28a76e4
chore: update guest API URLs
karashiiro Sep 14, 2025
022632c
chore: add test for getProfile with guest auth
karashiiro Sep 14, 2025
b24b43d
feat: update parameters for new guest endpoints
karashiiro Sep 14, 2025
453336f
chore: be more precise in check to continue with errors in getProfile
karashiiro Sep 14, 2025
8648642
v0.18.3
karashiiro Sep 14, 2025
e68048a
feat: implement transaction IDs and XPFF keys
karashiiro Sep 29, 2025
4465452
fix: use guest ID instead of guest token for XPFF
karashiiro Sep 30, 2025
14dd690
feat: remove txid and xpff; add tls spoofing
karashiiro Sep 30, 2025
5d4adc3
chore: add cycletls example and use separate export
karashiiro Sep 30, 2025
642f1ea
feat: v0.19.0
karashiiro Sep 30, 2025
5110642
chore: support .env in ctls example and tweak types
karashiiro Sep 30, 2025
a7cea4a
chore: fix docs
karashiiro Sep 30, 2025
3ba3f53
chore: tweak docs
karashiiro Sep 30, 2025
8ab1c4a
chore: tweak docs
karashiiro Sep 30, 2025
5e298b5
feat: update API endpoints
karashiiro Nov 8, 2025
a7dc54f
feat: attempt to parse text as json, log failures
karashiiro Nov 8, 2025
4d938bf
chore: bump CycleTLS version
karashiiro Nov 10, 2025
e4ff866
feat: implement experimental xp-forwarded-for support
karashiiro Nov 10, 2025
da85877
chore: pass --forceExit to jest
karashiiro Nov 10, 2025
aabaf44
feat: add x-client-transaction-id generation
karashiiro Nov 10, 2025
a6b1a83
chore: update comment
karashiiro Nov 10, 2025
12d88a7
chore: use experimental options in examples for validation
karashiiro Nov 10, 2025
87bd4b9
feat: warn and continue if guest token activation fails
karashiiro Nov 10, 2025
1cc04ac
fix: swap to alternate guest bearer token when fetching tweets
karashiiro Nov 14, 2025
b44a952
fix: make bearer token override concurrency-safe
karashiiro Nov 14, 2025
15ebe2f
fix: use alternate bearer token in several other endpoints known to u…
karashiiro Nov 14, 2025
f5e46e4
feat: v0.20.1
karashiiro Nov 14, 2025
c72c90f
fix: use token override in UserByScreenName
karashiiro Nov 18, 2025
ba4597a
fix: use dynamic import for optional imports instead of require
karashiiro Nov 19, 2025
596d64f
Updating the GQL URL for the UserByScreenName
artificialrobot Nov 19, 2025
47a6ea4
feat: v0.20.4
karashiiro Nov 19, 2025
06a9733
chore: disable outdated Jest override for platform-specific behavior
karashiiro Nov 26, 2025
d8b7b76
fix: skip final login flow call after sucessfully logging in
karashiiro Nov 26, 2025
e9e7569
fix: use bearerToken2 on all tweet-related endpoints
karashiiro Nov 26, 2025
9e6a36f
fix: just check for ct0 in isLoggedIn for now
karashiiro Nov 26, 2025
1a5bcfa
chore: update user auth flow tests
karashiiro Nov 26, 2025
0c92b57
chore: update search endpoint code even though it still 401s
karashiiro Nov 26, 2025
a2a6ad8
fix: update followers/following endpoints and add bearerToken2 (also …
karashiiro Nov 26, 2025
b40d390
feat: v0.21.0
karashiiro Nov 26, 2025
6a64b92
chore: update README with new overview info
karashiiro Dec 2, 2025
2a06d87
fix: update SearchTimeline query ID and add missing feature flags
ParkerRex Dec 30, 2025
3ebd64f
Merge pull request #179 from ParkerRex/main
karashiiro Dec 31, 2025
a8003d6
Bump version from 0.21.0 to 0.21.1
karashiiro Dec 31, 2025
09c5bf7
Update Node.js setup and change publish command
karashiiro Dec 31, 2025
d0ef69a
Remove NPM_AUTH_TOKEN from publish workflow
karashiiro Dec 31, 2025
5dd1b26
Update Node.js version in publish workflow
karashiiro Dec 31, 2025
f56acb2
Add step to update NPM in publish workflow
karashiiro Dec 31, 2025
9671754
feat: v0.22.0 (#184)
karashiiro Feb 18, 2026
aba7434
fix: update stale GraphQL query IDs and feature flags (#186)
karashiiro Feb 21, 2026
779d337
Bump version from 0.22.0 to 0.22.1
karashiiro Feb 21, 2026
9c797ab
Updated x-client-transaction-id to fix "KEY_BYTE indices" error
thetrueyoshifan Mar 19, 2026
d36d544
Updated x-client-transaction-id to fix "KEY_BYTE indices" error (#189)
karashiiro Mar 30, 2026
edf0f1d
feat: v0.22.2
karashiiro Mar 30, 2026
e71bd9e
fix: switch SearchTimeline from GET to POST to fix 404 errors
HaruHunab1320 Mar 31, 2026
74d7c44
feat: v0.22.3
karashiiro Apr 1, 2026
dab3966
feat: add sendTweet with media upload support
Apr 10, 2026
9acaeb1
chore: remove debug console.log from sendTweet
Apr 10, 2026
3e75ab7
fix: update x-client-transaction-id dependency to version 0.2.3
Apr 30, 2026
203f49f
update yarn.lock
Apr 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Node.js Build

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '22 18 * * 3'

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Install Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Yarn
run: npm install -g yarn
- name: Install
run: yarn install
- name: Build
run: yarn build
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Yarn
run: npm install -g yarn
- name: Install
Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@ on:
types:
- created

permissions:
id-token: write # Required for OIDC
contents: read

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 22.x
- name: Update NPM
run: npm install -g npm
- name: Yarn
run: npm install -g yarn
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn publish --access public
run: npm publish --access public
10 changes: 3 additions & 7 deletions .github/workflows/node.js.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
name: Node.js Test

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
Expand All @@ -16,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16.x, 18.x]
node: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Install Node.js ${{ matrix.node }}
Expand All @@ -33,5 +31,3 @@ jobs:
TWITTER_PASSWORD: ${{ secrets.TWITTER_PASSWORD }}
TWITTER_EMAIL: ${{ secrets.TWITTER_EMAIL }}
run: yarn test
- name: Build
run: yarn build
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ typings/
# Yarn Integrity file
.yarn-integrity

# Yarn cache
.yarn

# dotenv environment variables file
.env
.env.test
Expand Down Expand Up @@ -106,5 +109,14 @@ dist
# VSCode
.vscode/

# JetBrains
.idea/

# Documentation
docs/
docs/

# NPM lockfile
package-lock.json

.env*.local
*.har
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ src/
.*/
jest.config.js
tsconfig.json
typedoc.json
yarn.lock
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
dist/
*.json
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
Loading