Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KishanBagaria committed May 15, 2022
1 parent 4423115 commit 05172f2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
"lint": "eslint src --ext ts,tsx,js,jsx --cache"
},
"dependencies": {
"@textshq/platform-sdk": "link:../platform-sdk",
"got": "^11.8.2"
},
"devDependencies": {
"@textshq/eslint-config": "https://github.com/TextsHQ/eslint-config",
"@textshq/platform-sdk": "https://github.com/TextsHQ/platform-sdk",
"@types/got": "^9.6.12",
"eslint": "^7.14.0",
"typescript": "^4.6.4"
},
"peerDependencies": {
"@textshq/platform-sdk": "*"
},
"packageManager": "[email protected]"
}
28 changes: 22 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,22 +253,27 @@ __metadata:
languageName: node
linkType: hard

"@textshq/platform-sdk@link:../platform-sdk::locator=%40textshq%2Fplatform-test-lib%40workspace%3A.":
version: 0.0.0-use.local
resolution: "@textshq/platform-sdk@link:../platform-sdk::locator=%40textshq%2Fplatform-test-lib%40workspace%3A."
"@textshq/platform-sdk@https://github.com/TextsHQ/platform-sdk":
version: 0.4.4
resolution: "@textshq/platform-sdk@https://github.com/TextsHQ/platform-sdk.git#commit=0dd1da5e221696bc63626a76efb34e598434d104"
dependencies:
form-data: ^4.0.0
checksum: 1764d03653ffaab9972b26901f845cee46583c56681883867703769095de9c10aedd3ae0e46002fe087e597d9e2bce3b4ca10680c1716d66eace0ec8476356b4
languageName: node
linkType: soft
linkType: hard

"@textshq/platform-test-lib@workspace:.":
version: 0.0.0-use.local
resolution: "@textshq/platform-test-lib@workspace:."
dependencies:
"@textshq/eslint-config": "https://github.com/TextsHQ/eslint-config"
"@textshq/platform-sdk": "link:../platform-sdk"
"@textshq/platform-sdk": "https://github.com/TextsHQ/platform-sdk"
"@types/got": ^9.6.12
eslint: ^7.14.0
got: ^11.8.2
typescript: ^4.6.4
peerDependencies:
"@textshq/platform-sdk": "*"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -761,7 +766,7 @@ __metadata:
languageName: node
linkType: hard

"combined-stream@npm:^1.0.6":
"combined-stream@npm:^1.0.6, combined-stream@npm:^1.0.8":
version: 1.0.8
resolution: "combined-stream@npm:1.0.8"
dependencies:
Expand Down Expand Up @@ -1423,6 +1428,17 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.0":
version: 4.0.0
resolution: "form-data@npm:4.0.0"
dependencies:
asynckit: ^0.4.0
combined-stream: ^1.0.8
mime-types: ^2.1.12
checksum: 01135bf8675f9d5c61ff18e2e2932f719ca4de964e3be90ef4c36aacfc7b9cb2fceb5eca0b7e0190e3383fe51c5b37f4cb80b62ca06a99aaabfcfd6ac7c9328c
languageName: node
linkType: hard

"fs.realpath@npm:^1.0.0":
version: 1.0.0
resolution: "fs.realpath@npm:1.0.0"
Expand Down

0 comments on commit 05172f2

Please sign in to comment.