Skip to content

Commit

Permalink
Merge pull request #241 from hypercerts-org/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bitbeckers authored Jan 3, 2025
2 parents d260501 + cf80f0c commit d562062
Show file tree
Hide file tree
Showing 31 changed files with 956 additions and 1,140 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/ci-test-integration.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/ci-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
environment: test

env:
ENVIRONMENT: "test"
LOCAL_CACHING_DB_URL: "postgresql://localhost/postgres"
DB_URL: "postgresql://postgres:[email protected]:54322/postgres"
PORT: ${{ vars.PORT }}
CHAIN_ID: ${{ vars.CHAIN_ID }}
BATCH_SIZE: ${{ vars.BATCH_SIZE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supabase-ci-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: supabase/setup-cli@v1
with:
version: 1.223.10
version: 2.2.1

- name: Start Supabase local development setup
run: supabase start
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supabase-ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: supabase/setup-cli@v1
with:
version: 1.223.10
version: 2.2.1

- name: Start Supabase local development setup
run: supabase start
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supabase-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: supabase/setup-cli@v1
with:
version: 1.223.10
version: 2.2.1

- name: Start Supabase local development setup
run: supabase start
Expand Down
4 changes: 2 additions & 2 deletions .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
}
},
"module": {
"type": "nodenext",
"type": "es6"
},
"minify": true
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@sentry/profiling-node": "^8.13.0",
"@sentry/types": "^8.13.0",
"@swc-node/register": "^1.10.0",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.5.25",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.4",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.17.43",
"@types/node": "^20.11.19",
Expand All @@ -53,7 +53,7 @@
"prool": "^0.0.15",
"rimraf": "^5.0.5",
"sinon": "^17.0.1",
"supabase": "^1.223.10",
"supabase": "^2.2.1",
"supertest": "^6.3.4",
"ts-mockito": "^2.6.1",
"tsx": "^4.7.1",
Expand All @@ -71,8 +71,8 @@
"@hypercerts-org/sdk": "^2.3.0",
"@opentelemetry/instrumentation": "^0.52.1",
"@openzeppelin/merkle-tree": "^1.0.7",
"@supabase/postgrest-js": "^1.15.7",
"@supabase/supabase-js": "^2.44.2",
"@supabase/postgrest-js": "^1.17.7",
"@supabase/supabase-js": "^2.47.10",
"@types/lodash": "^4.17.6",
"axios": "^1.7.2",
"ethers": "^6.13.1",
Expand Down
Loading

0 comments on commit d562062

Please sign in to comment.