@depup/fast-check 4.6.0-depup.0 → 4.6.0-depup.1
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/README.md +2 -2
- package/changes.json +2 -2
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/fast-check
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [fast-check](https://www.npmjs.com/package/fast-check) @ 4.6.0 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-20 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 1 |
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ npm install @depup/fast-check
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| pure-rand | ^8.0.0 | ^8.
|
|
25
|
+
| pure-rand | ^8.0.0 | ^8.3.0 |
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/fast-check",
|
|
3
|
-
"version": "4.6.0-depup.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.6.0-depup.1",
|
|
4
|
+
"description": "Property based testing framework for JavaScript (like QuickCheck) (with updated dependencies)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/fast-check.js",
|
|
7
7
|
"exports": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"node": ">=12.17.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"pure-rand": "^8.
|
|
52
|
+
"pure-rand": "^8.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@microsoft/api-extractor": "^7.57.6",
|
|
@@ -64,10 +64,12 @@
|
|
|
64
64
|
"fast-check": "4.6.0"
|
|
65
65
|
},
|
|
66
66
|
"keywords": [
|
|
67
|
-
"depup",
|
|
68
|
-
"dependency-bumped",
|
|
69
|
-
"updated-deps",
|
|
70
67
|
"fast-check",
|
|
68
|
+
"depup",
|
|
69
|
+
"updated-dependencies",
|
|
70
|
+
"security",
|
|
71
|
+
"latest",
|
|
72
|
+
"patched",
|
|
71
73
|
"property-based testing",
|
|
72
74
|
"end-to-end testing",
|
|
73
75
|
"unit testing",
|
|
@@ -105,13 +107,13 @@
|
|
|
105
107
|
"changes": {
|
|
106
108
|
"pure-rand": {
|
|
107
109
|
"from": "^8.0.0",
|
|
108
|
-
"to": "^8.
|
|
110
|
+
"to": "^8.3.0"
|
|
109
111
|
}
|
|
110
112
|
},
|
|
111
113
|
"depsUpdated": 1,
|
|
112
114
|
"originalPackage": "fast-check",
|
|
113
115
|
"originalVersion": "4.6.0",
|
|
114
|
-
"processedAt": "2026-03-
|
|
116
|
+
"processedAt": "2026-03-20T00:39:45.221Z",
|
|
115
117
|
"smokeTest": "passed"
|
|
116
118
|
}
|
|
117
119
|
}
|