@sampuli/data 0.1.0 → 0.2.0

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 (4) hide show
  1. package/README.md +65 -28
  2. package/dist/index.cjs +3219 -84
  3. package/dist/index.js +3219 -84
  4. package/package.json +10 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sampuli/data",
3
- "version": "0.1.0",
4
- "description": "Format-true synthetic test data for 27 countries (Kenya first) valid KRA PINs & M-Pesa numbers, Nigerian BVNs, South African IDs, banks & SWIFT/BIC, KYC/transfer/payment scenarios. Free, no caps. The engine behind Sampuli.",
3
+ "version": "0.2.0",
4
+ "description": "Synthetic, format-true test data for countries worldwidenational IDs, tax numbers, IBANs & SWIFT/BIC, bank accounts, phone numbers and ready-made KYC/transfer/payment scenarios, each correct for its own country. For QA and CI at banks and fintechs anywhere. Entirely synthetic: real formats, never real or registered data. Free, no caps. The engine behind Sampuli.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -32,17 +32,20 @@
32
32
  "synthetic-data",
33
33
  "mock-data",
34
34
  "fake-data",
35
+ "iban",
36
+ "swift-bic",
37
+ "national-id",
38
+ "fintech",
39
+ "banking",
40
+ "qa",
41
+ "ci",
42
+ "faker",
35
43
  "kenya",
36
44
  "nigeria",
37
- "south-africa",
38
45
  "africa",
39
46
  "kra-pin",
40
47
  "bvn",
41
48
  "mpesa",
42
- "m-pesa",
43
- "fintech",
44
- "qa",
45
- "faker",
46
49
  "sampuli"
47
50
  ],
48
51
  "author": "Sampuli",