@kensio/part-factory-test-data 1.13.0 → 1.13.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
3
3
  "name": "part-factory-test-data",
4
- "version": "1.13.0",
4
+ "version": "1.13.1",
5
5
  "description": "How to build typed test data with @kensio/part-factory factories.",
6
6
  "author": {
7
7
  "name": "Kensio Software",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kensio/part-factory-test-data",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "How to build typed test data with @kensio/part-factory factories.",
5
5
  "keywords": [
6
6
  "agent-skills",
@@ -3,7 +3,7 @@ name: part-factory-test-data
3
3
  description: Build test data with @kensio/part-factory, keeping in the factory everything a test does not care about, passing dependencies at call time so factories stay independent, and choosing between StaticFactory, DynamicFactory, VariantFactory, MappedFactory and AsyncMappedFactory. Use when writing test fixtures or builders, when a test file is full of object literals, when a shared event, message or payload shape is being hand-written, when a required field is about to be made optional to ease test setup, and when tempted to wrap a factory in a helper function that applies overrides.
4
4
  license: Apache-2.0
5
5
  metadata:
6
- version: "1.13.0"
6
+ version: "1.13.1"
7
7
  ---
8
8
 
9
9
  # Building test data with Part Factory