@prosopo/datasets-fs 2.0.1 → 2.0.2

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 +63 -63
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
1
  {
2
- "name": "@prosopo/datasets-fs",
3
- "version": "2.0.1",
4
- "author": "PROSOPO LIMITED <info@prosopo.io>",
5
- "license": "Apache-2.0",
6
- "private": false,
7
- "engines": {
8
- "node": ">=20",
9
- "npm": ">=9"
10
- },
11
- "scripts": {
12
- "clean": "tsc --build --clean",
13
- "build": "tsc --build --verbose",
14
- "build:cjs": "npx vite --config vite.cjs.config.ts build",
15
- "test": "NODE_ENV=${NODE_ENV:-test}; npx vitest run --config ./vite.test.config.ts",
16
- "cli": "node ./dist/cli.js"
17
- },
18
- "main": "./dist/index.js",
19
- "type": "module",
20
- "exports": {
21
- ".": {
22
- "import": "./dist/index.js",
23
- "require": "./dist/cjs/index.cjs"
24
- }
25
- },
26
- "types": "./dist/index.d.ts",
27
- "dependencies": {
28
- "@noble/hashes": "1.3.3",
29
- "@polkadot/util": "12.6.2",
30
- "@polkadot/util-crypto": "12.6.2",
31
- "@prosopo/common": "2.0.1",
32
- "@prosopo/types": "2.0.1",
33
- "@prosopo/util": "2.0.1",
34
- "bcrypt": "^5.1.0",
35
- "cli-progress": "^3.12.0",
36
- "sharp": "^0.32.1",
37
- "vitest": "^1.3.1",
38
- "yargs": "^17.7.2",
39
- "zod": "^3.22.3"
40
- },
41
- "devDependencies": {
42
- "@prosopo/config": "2.0.1",
43
- "@types/bcrypt": "^5.0.0",
44
- "@types/cli-progress": "^3.11.2",
45
- "dotenv": "^16.0.1",
46
- "tslib": "2.6.2",
47
- "typescript": "5.1.6"
48
- },
49
- "repository": {
50
- "type": "git",
51
- "url": "git+https://github.com/prosopo/captcha.git"
52
- },
53
- "bugs": {
54
- "url": "https://github.com/prosopo/captcha/issues"
55
- },
56
- "homepage": "https://github.com/prosopo/captcha#readme",
57
- "publishConfig": {
58
- "registry": "https://registry.npmjs.org"
59
- },
60
- "description": "Datasets for use with providers",
61
- "directories": {
62
- "test": "tests"
63
- },
64
- "sideEffects": false
2
+ "name": "@prosopo/datasets-fs",
3
+ "version": "2.0.2",
4
+ "author": "PROSOPO LIMITED <info@prosopo.io>",
5
+ "license": "Apache-2.0",
6
+ "private": false,
7
+ "engines": {
8
+ "node": ">=20",
9
+ "npm": ">=9"
10
+ },
11
+ "scripts": {
12
+ "clean": "tsc --build --clean",
13
+ "build": "tsc --build --verbose",
14
+ "build:cjs": "npx vite --config vite.cjs.config.ts build",
15
+ "test": "NODE_ENV=${NODE_ENV:-test}; npx vitest run --config ./vite.test.config.ts",
16
+ "cli": "node ./dist/cli.js"
17
+ },
18
+ "main": "./dist/index.js",
19
+ "type": "module",
20
+ "exports": {
21
+ ".": {
22
+ "import": "./dist/index.js",
23
+ "require": "./dist/cjs/index.cjs"
24
+ }
25
+ },
26
+ "types": "./dist/index.d.ts",
27
+ "dependencies": {
28
+ "@noble/hashes": "1.3.3",
29
+ "@polkadot/util": "12.6.2",
30
+ "@polkadot/util-crypto": "12.6.2",
31
+ "@prosopo/common": "2.0.2",
32
+ "@prosopo/types": "2.0.2",
33
+ "@prosopo/util": "2.0.2",
34
+ "bcrypt": "^5.1.0",
35
+ "cli-progress": "^3.12.0",
36
+ "sharp": "^0.32.1",
37
+ "vitest": "^1.3.1",
38
+ "yargs": "^17.7.2",
39
+ "zod": "^3.22.3"
40
+ },
41
+ "devDependencies": {
42
+ "@prosopo/config": "2.0.2",
43
+ "@types/bcrypt": "^5.0.0",
44
+ "@types/cli-progress": "^3.11.2",
45
+ "dotenv": "^16.0.1",
46
+ "tslib": "2.6.2",
47
+ "typescript": "5.1.6"
48
+ },
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "git+https://github.com/prosopo/captcha.git"
52
+ },
53
+ "bugs": {
54
+ "url": "https://github.com/prosopo/captcha/issues"
55
+ },
56
+ "homepage": "https://github.com/prosopo/captcha#readme",
57
+ "publishConfig": {
58
+ "registry": "https://registry.npmjs.org"
59
+ },
60
+ "description": "Datasets for use with providers",
61
+ "directories": {
62
+ "test": "tests"
63
+ },
64
+ "sideEffects": false
65
65
  }