@@ -150,7 +150,7 @@ export const PackageDepsSamples: {
150150 scope : DEPENDENCY_SCOPES . DEVELOPMENT ,
151151 is_runtime : false ,
152152 is_optional : true ,
153- is_resolved : true ,
153+ is_pinned : true ,
154154 resolved_package : { } ,
155155 extra_data : {
156156 is_editable : false ,
@@ -171,7 +171,7 @@ export const PackageDepsSamples: {
171171 scope : DEPENDENCY_SCOPES . DEVELOPMENT ,
172172 is_runtime : false ,
173173 is_optional : true ,
174- is_resolved : true ,
174+ is_pinned : true ,
175175 resolved_package : { } ,
176176 extra_data : {
177177 is_editable : false ,
@@ -192,7 +192,7 @@ export const PackageDepsSamples: {
192192 scope : DEPENDENCY_SCOPES . DEVELOPMENT ,
193193 is_runtime : false ,
194194 is_optional : true ,
195- is_resolved : true ,
195+ is_pinned : true ,
196196 resolved_package : { } ,
197197 extra_data : {
198198 is_editable : false ,
@@ -332,7 +332,7 @@ export const PackageDepsSamples: {
332332 scope : DEPENDENCY_SCOPES . DEVELOPMENT ,
333333 is_runtime : false ,
334334 is_optional : true ,
335- is_resolved : true ,
335+ is_pinned : true ,
336336 resolved_package : { } ,
337337 dependency_uid :
338338 "pkg:pypi/[email protected] ?uuid=faa3b45c-2e04-4891-b854-52ed459a6b0a" , @@ -347,7 +347,7 @@ export const PackageDepsSamples: {
347347 scope : DEPENDENCY_SCOPES . DEVELOPMENT ,
348348 is_runtime : false ,
349349 is_optional : true ,
350- is_resolved : true ,
350+ is_pinned : true ,
351351 resolved_package : { } ,
352352 dependency_uid :
353353 "pkg:pypi/[email protected] ?uuid=b2cf6831-b0eb-4a30-98c3-3dac9202d639" , @@ -362,7 +362,7 @@ export const PackageDepsSamples: {
362362 scope : DEPENDENCY_SCOPES . DEVELOPMENT ,
363363 is_runtime : false ,
364364 is_optional : true ,
365- is_resolved : true ,
365+ is_pinned : true ,
366366 resolved_package : { } ,
367367 dependency_uid :
368368 "pkg:pypi/[email protected] ?uuid=1c719652-292f-419c-a7a4-164c39296661" , @@ -442,7 +442,7 @@ export const PackageDepsSamples: {
442442 scope : DEPENDENCY_SCOPES . DEVELOPMENT ,
443443 is_runtime : false ,
444444 is_optional : true ,
445- is_resolved : true ,
445+ is_pinned : true ,
446446 resolved_package : { } ,
447447 extra_data : {
448448 is_editable : false ,
@@ -463,7 +463,7 @@ export const PackageDepsSamples: {
463463 scope : DEPENDENCY_SCOPES . DEVELOPMENT ,
464464 is_runtime : false ,
465465 is_optional : true ,
466- is_resolved : true ,
466+ is_pinned : true ,
467467 resolved_package : { } ,
468468 extra_data : {
469469 is_editable : false ,
@@ -484,7 +484,7 @@ export const PackageDepsSamples: {
484484 scope : DEPENDENCY_SCOPES . DEVELOPMENT ,
485485 is_runtime : false ,
486486 is_optional : true ,
487- is_resolved : true ,
487+ is_pinned : true ,
488488 resolved_package : { } ,
489489 extra_data : {
490490 is_editable : false ,
0 commit comments