Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePlenkov committed Mar 13, 2023
1 parent 1222b56 commit 335098b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 144 deletions.
149 changes: 9 additions & 140 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sapops",
"version": "0.1.3",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"make:secrets": "CDS_ENV=hybrid cds env get requires.db.credentials --resolve-bindings > .cds/requires/db/credentials",
Expand Down
2 changes: 1 addition & 1 deletion packages/bind-hdi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapops/bind-hdi",
"version": "0.1.0",
"version": "0.2.0",
"type": "commonjs",
"bin": {
"bind-hdi": "src/bin/run.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/hana-sys-cds/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@sapops/hana-sys-cds",
"version": "0.1.0",
"version": "0.2.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/hana2cds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hana2cds",
"version": "0.1.3",
"version": "0.2.0",
"type": "commonjs",
"bin": {
"hana2cds": "src/bin/run.ts"
Expand Down

0 comments on commit 335098b

Please sign in to comment.