Skip to content

Commit

Permalink
Merge branch 'main' into feature/fix-version-checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru authored Mar 3, 2025
2 parents 58f0d9d + fba9b3a commit 5a2663e
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 142 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version=0.2.0
version=0.3.0
extras=cli web-app
pkgs=lib $(extras)

Expand Down
20 changes: 10 additions & 10 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentdf/ctl",
"version": "0.2.0",
"version": "0.3.0",
"description": "Node based CLI for opentdf",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript-eslint": "^8.24.1"
},
"dependencies": {
"@opentdf/sdk": "file:../lib/opentdf-sdk-0.2.0.tgz",
"@opentdf/sdk": "file:../lib/opentdf-sdk-0.3.0.tgz",
"yargs": "^17.7.2"
}
}
4 changes: 2 additions & 2 deletions lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentdf/sdk",
"version": "0.2.0",
"version": "0.3.0",
"description": "OpenTDF for the Web",
"homepage": "https://github.com/opentdf/web-sdk",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Exposes the released version number of the `@opentdf/sdk` package
*/
export const version = '0.2.0';
export const version = '0.3.0';

/**
* A string name used to label requests as coming from this library client.
Expand Down
Loading

0 comments on commit 5a2663e

Please sign in to comment.