@dxos/random 0.8.4-main.fbb7a13 → 0.8.4-main.fcfe5033a5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/random",
3
- "version": "0.8.4-main.fbb7a13",
3
+ "version": "0.8.4-main.fcfe5033a5",
4
4
  "description": "Random data generator.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -32,8 +32,8 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@ngneat/falso": "^7.1.1",
35
- "@dxos/node-std": "0.8.4-main.fbb7a13",
36
- "@dxos/util": "0.8.4-main.fbb7a13"
35
+ "@dxos/node-std": "0.8.4-main.fcfe5033a5",
36
+ "@dxos/util": "0.8.4-main.fcfe5033a5"
37
37
  },
38
38
  "devDependencies": {},
39
39
  "publishConfig": {
package/src/index.ts CHANGED
@@ -4,4 +4,4 @@
4
4
 
5
5
  export * from '@ngneat/falso';
6
6
 
7
- export * from './faker';
7
+ export { random } from './random';
@@ -28,8 +28,7 @@ import { idEmoji, idHue } from '@dxos/util';
28
28
  import { airports, icons } from './data';
29
29
  import { type Range, getCount, multiple, toRange, uniqueArray } from './util';
30
30
 
31
- // Fake faker.
32
- export const faker = {
31
+ export const random = {
33
32
  //
34
33
  // Util
35
34
  //
@@ -1 +0,0 @@
1
- {"version":3,"file":"faker.d.ts","sourceRoot":"","sources":["../../../src/faker.ts"],"names":[],"mappings":"AA4BA,OAAO,EAAE,KAAK,KAAK,EAA4C,MAAM,QAAQ,CAAC;AAG9E,eAAO,MAAM,KAAK;kBAIF,MAAM;;uBAEH,CAAC,KAAK,CAAC,EAAE;mBACb,CAAC,KAAK,MAAM,CAAC,aAAa;YAAE,KAAK,EAAE,MAAM,GAAG;gBAAE,GAAG,EAAE,MAAM,CAAC;gBAAC,GAAG,EAAE,MAAM,CAAA;aAAE,CAAA;SAAE;sBAEvE,CAAC,KAAK,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,KAAK,MAAM;uBAC/B,CAAC,SAAS,CAAC,EAAE,UAAU,MAAM,GAAG;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,GAAG,EAAE,MAAM,CAAA;SAAE;;;wBAiB3D,MAAM,GAAG,KAAK;sBAChB,MAAM,GAAG,KAAK;;;sBAGd;YAAE,WAAW,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;oBAe1B,MAAM,GAAG,KAAK;uBACX,MAAM,GAAG,KAAK;wBAQb,MAAM,GAAG,KAAK;wBACd,MAAM,GAAG,KAAK;yBAOb,MAAM,GAAG,KAAK;;;0BAOZ;YAAE,MAAM,EAAE,MAAM,CAAA;SAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BvC,CAAC"}