@stealthscale/tool-fixtures 0.1.0 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +4 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stealthscale/tool-fixtures",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Builds the sample values a specification or a story shows, the same on every run, drawn from any locale.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -17,10 +17,7 @@
17
17
  "#*": "./src/*"
18
18
  },
19
19
  "exports": {
20
- ".": {
21
- "tooling-source": "./src/index.ts",
22
- "default": "./dist/index.mjs"
23
- },
20
+ ".": "./dist/index.mjs",
24
21
  "./package.json": "./package.json"
25
22
  },
26
23
  "publishConfig": {
@@ -35,9 +32,9 @@
35
32
  },
36
33
  "dependencies": {
37
34
  "@faker-js/faker": "^10.6.0",
38
- "@stealthscale/core-locale": "^0.1.0"
35
+ "@stealthscale/core-locale": "^0.1.1"
39
36
  },
40
37
  "devDependencies": {
41
- "@stealthscale/tool-config": "^0.1.0"
38
+ "@stealthscale/tool-config": "^0.1.1"
42
39
  }
43
40
  }