Skip to content

Commit 585e199

Browse files
committed
refactor: Use code signature for build info
1 parent 4c31fe4 commit 585e199

File tree

18 files changed

+316
-282
lines changed

18 files changed

+316
-282
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ jobs:
210210
context: .
211211
file: packages/server/Dockerfile
212212
build-args: |
213-
BUILD_URL=https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
214213
SCEAU_VERIFICATION_MODE=--strict
215214
labels: "${{ steps.docker-labels-tags.outputs.labels }}"
216215
tags: "${{ steps.docker-labels-tags.outputs.tags }}"

examples/fullstack/contact-forms/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ services:
7575
ports:
7676
- '4003:3000'
7777
environment:
78+
- DEPLOYMENT_TAG=local
7879
- DEPLOYMENT_URL=http://localhost:4003
7980
- POSTGRESQL_URL=postgres://postgres:password@e2esdk-db:5432/e2esdk
8081
- SIGNATURE_PUBLIC_KEY=gsE7B63ETtNDIzAwXEp3X1Hv12WCKGH6h7brV3U9NKE
8182
- SIGNATURE_PRIVATE_KEY=___examples-server-signkey__NOT-FOR-PROD__yCwTsHrcRO00MjMDBcSndfUe_XZYIoYfqHtutXdT00oQ
8283
- CORS_ALLOWED_ORIGINS=http://localhost:4000
83-
- RELEASE_TAG=local
8484
links:
8585
- e2esdk-db
8686
depends_on:

examples/fullstack/contact-forms/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@chakra-ui/react": "^2.4.4",
1414
"@emotion/react": "^11.10.5",
1515
"@emotion/styled": "^11.10.5",
16-
"@socialgouv/e2esdk-client": "^1.0.0-beta.5",
17-
"@socialgouv/e2esdk-crypto": "^1.0.0-beta.5",
18-
"@socialgouv/e2esdk-devtools": "^1.0.0-beta.10",
19-
"@socialgouv/e2esdk-react": "^1.0.0-beta.5",
16+
"@socialgouv/e2esdk-client": "^1.0.0-beta.6",
17+
"@socialgouv/e2esdk-crypto": "^1.0.0-beta.6",
18+
"@socialgouv/e2esdk-devtools": "^1.0.0-beta.11",
19+
"@socialgouv/e2esdk-react": "^1.0.0-beta.6",
2020
"@tanstack/react-query": "^4.20.4",
2121
"@tanstack/react-query-devtools": "^4.20.4",
22-
"framer-motion": "^7.10.2",
22+
"framer-motion": "^7.10.3",
2323
"graphql": "^16.6.0",
2424
"graphql-request": "^5.1.0",
2525
"next": "13.0.5",

examples/with-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"npm-run-all": "^4.1.5",
2424
"typescript": "~4.7.4",
2525
"vite": "^3.2.5",
26-
"vue-tsc": "^1.0.14"
26+
"vue-tsc": "^1.0.16"
2727
}
2828
}

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@socialgouv/e2esdk-config-typescript": "workspace:*",
5050
"@types/node": "^18.11.17",
5151
"jest": "^29.3.1",
52-
"sceau": "^1.1.0",
52+
"sceau": "^1.2.0",
5353
"tsup": "^6.5.0",
5454
"typescript": "^4.9.4"
5555
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@socialgouv/e2esdk-config-typescript": "workspace:*",
51-
"sceau": "^1.1.0",
51+
"sceau": "^1.2.0",
5252
"tsup": "^6.5.0",
5353
"typescript": "^4.9.4"
5454
}

packages/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/libsodium-wrappers": "^0.7.10",
5555
"@types/node": "^18.11.17",
5656
"jest": "^29.3.1",
57-
"sceau": "^1.1.0",
57+
"sceau": "^1.2.0",
5858
"tsup": "^6.5.0",
5959
"typescript": "^4.9.4"
6060
}

packages/devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@socialgouv/e2esdk-react": "workspace:^",
5656
"@tanstack/react-query": "^4.20.4",
5757
"@tanstack/react-query-devtools": "^4.20.4",
58-
"framer-motion": "^7.10.2",
58+
"framer-motion": "^7.10.3",
5959
"react-focus-lock": "^2.9.2",
6060
"react-hook-form": "^7.41.0",
6161
"react-icons": "^4.7.1",
@@ -73,7 +73,7 @@
7373
"react": "^18.2.0",
7474
"react-dom": "^18.2.0",
7575
"rollup-plugin-visualizer": "^5.8.3",
76-
"sceau": "^1.1.0",
76+
"sceau": "^1.2.0",
7777
"tsup": "^6.5.0",
7878
"typescript": "^4.9.4",
7979
"vite": "^4.0.2"

packages/keygen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@socialgouv/e2esdk-config-typescript": "workspace:*",
49-
"sceau": "^1.1.0",
49+
"sceau": "^1.2.0",
5050
"tsup": "^6.5.0",
5151
"typescript": "^4.9.4"
5252
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/node": "^18.11.17",
5050
"@types/react": "^18.0.26",
5151
"react": "^18.2.0",
52-
"sceau": "^1.1.0",
52+
"sceau": "^1.2.0",
5353
"tsup": "^6.5.0",
5454
"typescript": "^4.9.4"
5555
}

0 commit comments

Comments
 (0)