Skip to content

Commit

Permalink
update hashes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Oct 17, 2024
1 parent e018204 commit e4d3336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/checkout/widgets-lib/hashes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/widgets.js": "sha512-A2nTkgZ5Gfgn0D/4/6IGVevHWDjblrdNFlISvEXVl6leBJvK6ew0mku87pfrpm7QFUy82+w/wG5cTX8YyEL+zA==",
"dist/index.js": "sha512-QRX6d8kEqvuoU4ofsF8eWW5eH3mnRrs8oKo+gFBR09vyxANwdoI633RWwPUtz7DydjNhhPC8UJq6HIB0yL7rPg=="
"dist/widgets.js": "sha512-WMrmg+Xs0GRr3rQ7dOxLMHXw1Co+WH9+LHzhVcV1mh7MIgacX5jmFtWM0DbXszQGBj6KlOe+3W5HiyPvGylGiQ==",
"dist/index.js": "sha512-dQi34NMUtZhRBuxK3a36z3abkfbfX6+BWvmvILVMRzTQRdxq1w+X+DvkNdiFfRyAAAuAvCDGhk1XETGfE0cKKQ=="
}
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"test": "jest test --passWithNoTests",
"test:watch": "jest test --passWithNoTests --watch",
"typecheck": "tsc --customConditions \"default\" --noEmit",
"updateHashes": "node ./updateHashes.js"
"updateHashes": "yarn run --top-level nx run @imtbl/checkout-widgets:build && node ./updateHashes.js"
},
"type": "module",
"types": "./dist/index.d.ts"
Expand Down

0 comments on commit e4d3336

Please sign in to comment.