-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is because indicate that v 0.2.x and later will: - not support v1 (entity object, etc.) - will add a simplified and unified API for TDF manipulation, sharing patterns between different container formats - other radical changes tbd
- Loading branch information
1 parent
040cc60
commit 3155010
Showing
9 changed files
with
24 additions
and
396 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
version=0.1.0 | ||
version=0.2.0 | ||
extras=cli web-app | ||
pkgs=lib $(extras) | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
Check notice on line 1 in lib/package.json GitHub Actions / deliver-ghp
|
||
"name": "@opentdf/sdk", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "OpenTDF for the Web", | ||
"homepage": "https://github.com/opentdf/web-sdk", | ||
"bugs": { | ||
|
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,2 +1,2 @@ | ||
export const version = '0.1.0'; | ||
export const version = '0.2.0'; | ||
export const clientType = 'tdf3-js-client'; |
Oops, something went wrong.