Skip to content

Commit 24cbc6a

Browse files
authored
Implementing alpha.7 (#30)
1 parent 8900945 commit 24cbc6a

File tree

22 files changed

+2175
-500
lines changed

22 files changed

+2175
-500
lines changed

apps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . .
99
RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
1010
RUN npm i
1111
RUN npm i --prefix rs/verifier/
12-
RUN npm i --prefix rs/0.1.0-alpha.6/
12+
RUN npm i --prefix rs/0.1.0-alpha.7/
1313
RUN npm run build
1414

1515
# Create image for the app by copying build artifacts from builder

package-lock.json

Lines changed: 84 additions & 208 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"isomorphic-fetch": "^3.0.0",
4545
"multiformats": "^13.1.0",
4646
"node-forge": "^1.3.1",
47+
"node-loader": "^2.0.0",
4748
"react": "^18.2.0",
4849
"react-dom": "^18.2.0",
4950
"react-redux": "^8.1.2",
@@ -54,7 +55,7 @@
5455
"redux-thunk": "^2.4.2",
5556
"stream": "^0.0.2",
5657
"tailwindcss": "^3.3.3",
57-
"tlsn-js": "0.1.0-alpha.6.2",
58+
"tlsn-js": "0.1.0-alpha.7.1",
5859
"tlsn-js-v5": "npm:[email protected]"
5960
},
6061
"devDependencies": {
@@ -92,7 +93,6 @@
9293
"html-loader": "^4.2.0",
9394
"html-webpack-plugin": "^5.5.0",
9495
"image-webpack-loader": "^8.1.0",
95-
"node-loader": "^2.0.0",
9696
"nodemon": "^3.0.3",
9797
"postcss-loader": "^7.3.3",
9898
"postcss-preset-env": "^9.1.1",

0 commit comments

Comments
 (0)