6.2.0 • Published 11 months ago
@k6-contrib/fields-weight v6.2.0
Weight Field
import { weight } from '@k6-contrib/fields-weight';
import 'dotenv/config';
const Product = list({
fields: {
title: text({ validation: { isRequired: true } }),
content: text(),
weight: weight({}),
packageWeight: weight({}),
},
});6.2.0
11 months ago
6.1.0
1 year ago
6.0.0
1 year ago
5.1.0
2 years ago
5.0.0
3 years ago
4.0.0
3 years ago
3.0.0
3 years ago
2.0.0
3 years ago
1.1.0
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
0.5.0
4 years ago
0.4.1
4 years ago
0.4.0
4 years ago
0.3.0
4 years ago
0.2.0
4 years ago
0.1.0
4 years ago
0.1.1-dev0
4 years ago
0.0.1
4 years ago