File tree Expand file tree Collapse file tree
packages/smart-accounts-kit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 116116 "@metamask/7715-permission-types" : " ^0.3.0" ,
117117 "@metamask/delegation-abis" : " ^0.11.0" ,
118118 "@metamask/delegation-core" : " ^0.2.0" ,
119- "@metamask/delegation-deployments" : " ^0.12 .0" ,
119+ "@metamask/delegation-deployments" : " ^0.13 .0" ,
120120 "buffer" : " ^6.0.3" ,
121121 "webauthn-p256" : " ^0.0.10"
122122 },
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ module.exports = defineConfig({
179179 if ( isChildWorkspace ) {
180180 workspace . unset ( 'packageManager' ) ;
181181 } else {
182- expectWorkspaceField ( workspace , 'packageManager' , 'yarn@4.2.2 ' ) ;
182+ expectWorkspaceField ( workspace , 'packageManager' , 'yarn@4.10.1 ' ) ;
183183 }
184184
185185 // All packages must specify a minimum Node.js version of 18.18.
@@ -471,7 +471,7 @@ function expectCorrectWorkspaceExports(workspace) {
471471 expectWorkspaceField (
472472 workspace ,
473473 'exports["."].import.types' ,
474- './dist/index.d.mts ' ,
474+ './dist/index.d.ts ' ,
475475 ) ;
476476 expectWorkspaceField (
477477 workspace ,
@@ -484,14 +484,14 @@ function expectCorrectWorkspaceExports(workspace) {
484484 expectWorkspaceField (
485485 workspace ,
486486 'exports["."].require.types' ,
487- './dist/index.d.ts ' ,
487+ './dist/index.d.cts ' ,
488488 ) ;
489489 expectWorkspaceField (
490490 workspace ,
491491 'exports["."].require.default' ,
492- './dist/index.js ' ,
492+ './dist/index.cjs ' ,
493493 ) ;
494- expectWorkspaceField ( workspace , 'main' , './dist/index.js ' ) ;
494+ expectWorkspaceField ( workspace , 'main' , './dist/index.cjs ' ) ;
495495 expectWorkspaceField ( workspace , 'types' , './dist/index.d.ts' ) ;
496496
497497 // Types should not be set in the export object directly, but rather in the
You can’t perform that action at this time.
0 commit comments