@testsmith/testblocks 0.4.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -248,7 +248,7 @@ program
248
248
  'test:junit': 'testblocks run tests/**/*.testblocks.json -r junit -o reports',
249
249
  },
250
250
  devDependencies: {
251
- '@testsmith/testblocks': '^0.4.0',
251
+ '@testsmith/testblocks': '^0.6.0',
252
252
  },
253
253
  };
254
254
  fs.writeFileSync(packagePath, JSON.stringify(packageJson, null, 2));