Skip to content

Commit

Permalink
chore: update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
benox3 committed Jan 30, 2024
1 parent 97301d2 commit ad55c00
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 10 deletions.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ifneq ("$(wildcard docker-compose.local.yml)","")
DOCKER_COMPOSE_YML += --file docker-compose.local.yml
endif

SUCCESS_MESSAGE := "✅ $(lib) quickstart is running"
SUCCESS_MESSAGE := "✅ successfully executed"

compose_libs := portabl-next
ifeq ($(integration), sync)
Expand All @@ -19,6 +19,14 @@ up:
$(compose_libs)
@echo $(SUCCESS_MESSAGE)

.PHONY: down
down:
$(DOCKER_COMPOSE) \
$(DOCKER_COMPOSE_YML) \
$@ \
$(compose_libs)
@echo $(SUCCESS_MESSAGE)

.PHONY: logs
logs:
$(DOCKER_COMPOSE) \
Expand Down
2 changes: 1 addition & 1 deletion apps/portabl-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@portabl/react-connect-with-portabl": "^0.0.8",
"@portabl/react-connect-with-portabl": "^0.0.9",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"test": "turbo run test",
"prepare": "husky install"
},
"dependencies": {},
"dependencies": {
"@portabl/react-connect-with-portabl": "^0.0.9"
},
"devDependencies": {
"eslint-config-custom": "*",
"husky": ">=6",
Expand Down
62 changes: 55 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,17 @@
tslib "^2.5.0"

"@portabl/js-connect-with-portabl@*":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@portabl/js-connect-with-portabl/-/js-connect-with-portabl-0.0.8.tgz#1f623f598d4552dc90a399efbc7edb3d093f0fe1"
integrity sha512-Qfh9OAP9mDQa6lgQHa188u4LLBG8tZwm1ICdlCTB+JoOEzWI3GIFyAcqCOZhuyxOXX3kUVwr/k9W259HU9d3EQ==
version "0.0.9"
resolved "https://registry.yarnpkg.com/@portabl/js-connect-with-portabl/-/js-connect-with-portabl-0.0.9.tgz#2b107d08faf1ff7478d7dece056987441996d6fc"
integrity sha512-PmudKZIXK8aH3+h5nFuQheTcvYQ+96obtVXCL8G1xNv0JLYDc7Qk3cvEvkBKEAbPVzT1fguTE2uJ9hqTtfYF4A==
dependencies:
"@sphereon/ssi-types" "^0.18.0"
jwt-decode "^3.1.2"

"@portabl/react-connect-with-portabl@^0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@portabl/react-connect-with-portabl/-/react-connect-with-portabl-0.0.8.tgz#0be22d9aa75c5c7d6aa361b6a7c7b669c3e32b4c"
integrity sha512-yQ0pNF3ohCgUHrGqWh5Gut7zhtbZddm2B9KuKnRe9o35mhAXNDKlLrWhA6PHRIMDYdPciMdGrfoGQXFGLTi7wQ==
"@portabl/react-connect-with-portabl@^0.0.9":
version "0.0.9"
resolved "https://registry.yarnpkg.com/@portabl/react-connect-with-portabl/-/react-connect-with-portabl-0.0.9.tgz#f963a9c659fc948458df499bc3341272377c1d8b"
integrity sha512-q1PEX9okobZ7n32WiLiQ4wfWfzYCpXTlGwaCLVb/QRoxLlNHZguJwtfHYsSgdpvgB+ILTZlXCLOMT/5H7FX5rg==
dependencies:
"@portabl/js-connect-with-portabl" "*"

Expand Down Expand Up @@ -519,6 +520,35 @@
resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.0.tgz"
integrity sha512-Jh4t/593gxs0lJZ/z3NnasKlplXT2f+4y/LZYuaKZW5KAaiVFL/fThhs+17EbUd53jUVJ0QudYCBGbN/psvaqg==

"@sd-jwt/decode@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@sd-jwt/decode/-/decode-0.2.0.tgz#44211418fd0884a160f8223feedfe04ae52398c4"
integrity sha512-nmiZN3SQ4ApapEu+rS1h/YAkDIq3exgN7swSCsEkrxSEwnBSbXtISIY/sv+EmwnehF1rcKbivHfHNxOWYtlxvg==
dependencies:
"@sd-jwt/types" "0.2.0"
"@sd-jwt/utils" "0.2.0"

"@sd-jwt/[email protected]":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@sd-jwt/types/-/types-0.2.0.tgz#3cb50392e1b76ce69453f403c71c937a6e202352"
integrity sha512-16WFRcL/maG0/JxN9UCSx07/vJ2SDbGscv9gDLmFLgJzhJcGPer41XfI6aDfVARYP430wHFixChfY/n7qC1L/Q==

"@sd-jwt/[email protected]":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@sd-jwt/utils/-/utils-0.2.0.tgz#ef52b744116e874f72ec01978f0631ad5a131eb7"
integrity sha512-oHCfRYVHCb5RNwdq3eHAt7P9d7TsEaSM1TTux+xl1I9PeQGLtZETnto9Gchtzn8FlTrMdVsLlcuAcK6Viwj1Qw==
dependencies:
"@sd-jwt/types" "0.2.0"
buffer "*"

"@sphereon/ssi-types@^0.18.0":
version "0.18.1"
resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.18.1.tgz#c00e4939149f4e441fae56af860735886a4c33a5"
integrity sha512-uM0gb1woyc0R+p+qh8tVDi15ZWmpzo9BP0iBp/yRkJar7gAfgwox/yvtEToaH9jROKnDCwL3DDQCDeNucpMkwg==
dependencies:
"@sd-jwt/decode" "^0.2.0"
jwt-decode "^3.1.2"

"@swc/[email protected]":
version "0.5.2"
resolved "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz"
Expand Down Expand Up @@ -943,6 +973,11 @@ balanced-match@^1.0.0:
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==

base64-js@^1.3.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==

big-integer@^1.6.44:
version "1.6.51"
resolved "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz"
Expand Down Expand Up @@ -1004,6 +1039,14 @@ [email protected]:
resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz"
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==

buffer@*:
version "6.0.3"
resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==
dependencies:
base64-js "^1.3.1"
ieee754 "^1.2.1"

bundle-name@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz"
Expand Down Expand Up @@ -1913,6 +1956,11 @@ husky@>=6:
resolved "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz"
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==

ieee754@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==

ignore@^5.2.0:
version "5.2.4"
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz"
Expand Down

0 comments on commit ad55c00

Please sign in to comment.