-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare sdk 3.1.0 and CLI 1.8.0 releases + phone-number-privacy--** b…
…ump (#10093) * release sdks beta * prepare cli release * npm ignore is inferior to the files array in package.json and as such has no effect here. * have asv2 packages use caret dependencies (ie at any minor version greater than specified) * phone-number-identifier does not exist * add new line back * released sdk * lock 1.8 * add back dev suffix
- Loading branch information
Showing
37 changed files
with
317 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/attestation-service/src/requestHandlers/attestation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,2 @@ | ||
/.devchain/ | ||
/.devchain.tar.gz | ||
/coverage/ | ||
/node_modules/ | ||
/src/ | ||
|
||
/tslint.json | ||
/tsconfig.* | ||
/jest.config.* | ||
*.tgz | ||
|
||
/src | ||
|
||
/lib/**/*.test.* | ||
/lib/test-utils | ||
|
||
/tmp/ | ||
/.tmp/ | ||
|
||
/scripts | ||
|
||
|
||
# exclude ts files and sourcemaps | ||
*.map | ||
*.ts | ||
|
||
# include the .d.ts files | ||
!lib/**/*.d.ts | ||
# use the files array in package.json to include files |
Oops, something went wrong.