File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2222 cache : ' npm'
2323
2424 - run : npm ci
25- - run : npm run build --if-present
25+ - run : npm run dev
26+ - run : npm run build
27+ - run : npm run start
2628 - run : npm test
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "build" : " tsc" ,
1010 "start" : " node build/src/index.js" ,
11- "dev" : " ts-node src/index.ts" ,
11+ "dev" : " node --loader ts-node/esm src/index.ts" ,
1212 "docs" : " typedoc" ,
1313 "coverage" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage" ,
1414 "test" : " node --experimental-vm-modules node_modules/jest/bin/jest.js" ,
2323 "url" : " git+https://github.com/scaraven/mina-aes.git"
2424 },
2525 "author" : " scaraven" ,
26- "license" : " MIT " ,
26+ "license" : " Apache-2.0 " ,
2727 "bugs" : {
2828 "url" : " https://github.com/scaraven/mina-aes/issues"
2929 },
Original file line number Diff line number Diff line change 33 IterativeAES128PublicInput ,
44 IterativeAes128MessagePublic ,
55 IterativeAES128MessagePublicInput ,
6- } from "./implementations/IterativeAES128" ;
6+ } from "./implementations/IterativeAES128.js " ;
77import { Byte16 } from "./primitives/Bytes.js" ;
88
99export {
@@ -13,4 +13,4 @@ export {
1313 IterativeAes128MessagePublic ,
1414 IterativeAES128MessagePublicInput ,
1515} ;
16- export { generateIterativeAes128Proof as generateAes128Proof } from "./implementations/IterativeAES128" ;
16+ export { generateIterativeAes128Proof as generateAes128Proof } from "./implementations/IterativeAES128.js " ;
You can’t perform that action at this time.
0 commit comments