Skip to content

Commit

Permalink
Implementing alpha.7 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetrauma authored Oct 10, 2024
1 parent 8900945 commit 24cbc6a
Show file tree
Hide file tree
Showing 22 changed files with 2,175 additions and 500 deletions.
2 changes: 1 addition & 1 deletion apps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
RUN npm i
RUN npm i --prefix rs/verifier/
RUN npm i --prefix rs/0.1.0-alpha.6/
RUN npm i --prefix rs/0.1.0-alpha.7/
RUN npm run build

# Create image for the app by copying build artifacts from builder
Expand Down
292 changes: 84 additions & 208 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"isomorphic-fetch": "^3.0.0",
"multiformats": "^13.1.0",
"node-forge": "^1.3.1",
"node-loader": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
Expand All @@ -54,7 +55,7 @@
"redux-thunk": "^2.4.2",
"stream": "^0.0.2",
"tailwindcss": "^3.3.3",
"tlsn-js": "0.1.0-alpha.6.2",
"tlsn-js": "0.1.0-alpha.7.1",
"tlsn-js-v5": "npm:[email protected]"
},
"devDependencies": {
Expand Down Expand Up @@ -92,7 +93,6 @@
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"image-webpack-loader": "^8.1.0",
"node-loader": "^2.0.0",
"nodemon": "^3.0.3",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.1",
Expand Down
Loading

0 comments on commit 24cbc6a

Please sign in to comment.