@prosopo/datasets-fs 3.0.35 → 3.0.39

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.
@@ -0,0 +1,38 @@
1
+
2
+ > @prosopo/datasets-fs@3.0.39 build:cjs
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
+
5
+ ViteCommonJSConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
13
+ ]
14
+ }
15
+ {
16
+ externals: [
17
+ '@prosopo/common',
18
+ '@prosopo/locale',
19
+ '@prosopo/types',
20
+ '@prosopo/util',
21
+ '@prosopo/util-crypto'
22
+ ]
23
+ }
24
+ vite v6.4.1 building SSR bundle for production...
25
+ Bundle build started
26
+ transforming...
27
+ Build end
28
+ ✓ 2 modules transformed.
29
+ rendering chunks...
30
+ dist/cjs/index.cjs 0.15 kB
31
+ dist/cjs/cli/cli.cjs 2.19 kB
32
+ ✓ built in 174ms
33
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat/data.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat/data.json
34
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/captchas_v1.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/captchas_v1.json
35
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/captchas_v2.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/captchas_v2.json
36
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/data.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/data.json
37
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/labels.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/labels.json
38
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/relocated_data.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/relocated_data.json
@@ -0,0 +1,38 @@
1
+
2
+ > @prosopo/datasets-fs@3.0.39 build
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV
4
+
5
+ ViteEsmConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
13
+ ]
14
+ }
15
+ {
16
+ externals: [
17
+ '@prosopo/common',
18
+ '@prosopo/locale',
19
+ '@prosopo/types',
20
+ '@prosopo/util',
21
+ '@prosopo/util-crypto'
22
+ ]
23
+ }
24
+ vite v6.4.1 building SSR bundle for production...
25
+ Bundle build started
26
+ transforming...
27
+ Build end
28
+ ✓ 2 modules transformed.
29
+ rendering chunks...
30
+ dist/index.js 0.05 kB
31
+ dist/cli/cli.js 1.76 kB
32
+ ✓ built in 179ms
33
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat/data.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat/data.json
34
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/captchas_v1.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/captchas_v1.json
35
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/captchas_v2.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/captchas_v2.json
36
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/data.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/data.json
37
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/labels.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/labels.json
38
+ [copy-plugin] copying /home/runner/work/captcha/captcha/packages/datasets-fs/src/tests/data/flat_resized/relocated_data.json to /home/runner/work/captcha/captcha/packages/datasets-fs/dist/tests/data/flat_resized/relocated_data.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @prosopo/datasets-fs
2
2
 
3
+ ## 3.0.39
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/workspace@3.1.19
9
+ - @prosopo/common@3.1.26
10
+ - @prosopo/types@3.6.4
11
+ - @prosopo/util@3.2.4
12
+ - @prosopo/util-crypto@13.5.28
13
+
14
+ ## 3.0.38
15
+ ### Patch Changes
16
+
17
+ - 93d92a7: little bump for publish all
18
+ - Updated dependencies [93d92a7]
19
+ - @prosopo/workspace@3.1.18
20
+ - @prosopo/common@3.1.25
21
+ - @prosopo/types@3.6.3
22
+ - @prosopo/util@3.2.3
23
+ - @prosopo/util-crypto@13.5.27
24
+
25
+ ## 3.0.37
26
+ ### Patch Changes
27
+
28
+ - 8ee8434: bump node engines to 24 and npm version to 11
29
+ - cfee479: make @prosopo/config a dev dep
30
+ - Updated dependencies [8ee8434]
31
+ - Updated dependencies [cfee479]
32
+ - @prosopo/util-crypto@13.5.26
33
+ - @prosopo/common@3.1.24
34
+ - @prosopo/types@3.6.2
35
+ - @prosopo/workspace@3.1.17
36
+ - @prosopo/util@3.2.2
37
+
38
+ ## 3.0.36
39
+ ### Patch Changes
40
+
41
+ - e926831: mega mini bump for all to trigger publish all
42
+ - Updated dependencies [e926831]
43
+ - @prosopo/config@3.1.23
44
+ - @prosopo/workspace@3.1.16
45
+ - @prosopo/common@3.1.23
46
+ - @prosopo/types@3.6.1
47
+ - @prosopo/util@3.2.1
48
+ - @prosopo/util-crypto@13.5.25
49
+
3
50
  ## 3.0.35
4
51
  ### Patch Changes
5
52
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@prosopo/datasets-fs",
3
- "version": "3.0.35",
3
+ "version": "3.0.39",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "private": false,
7
7
  "engines": {
8
- "node": ">=v20.0.0",
9
- "npm": ">=10.6.0"
8
+ "node": "^24",
9
+ "npm": "^11"
10
10
  },
11
11
  "scripts": {
12
12
  "clean": "del-cli --verbose dist tsconfig.tsbuildinfo",
@@ -29,12 +29,11 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@noble/hashes": "1.8.0",
32
- "@prosopo/common": "3.1.22",
33
- "@prosopo/types": "3.6.0",
34
- "@prosopo/util": "3.2.0",
35
- "@prosopo/util-crypto": "13.5.24",
36
- "@prosopo/workspace": "3.1.15",
37
- "@prosopo/config": "3.1.22",
32
+ "@prosopo/common": "3.1.26",
33
+ "@prosopo/types": "3.6.4",
34
+ "@prosopo/util": "3.2.4",
35
+ "@prosopo/util-crypto": "13.5.28",
36
+ "@prosopo/workspace": "3.1.19",
38
37
  "bcrypt": "6.0.0",
39
38
  "cli-progress": "3.12.0",
40
39
  "sharp": "0.33.5",
@@ -42,6 +41,7 @@
42
41
  "zod": "3.23.8"
43
42
  },
44
43
  "devDependencies": {
44
+ "@prosopo/config": "3.1.26",
45
45
  "@types/bcrypt": "5.0.2",
46
46
  "@types/cli-progress": "3.11.6",
47
47
  "@types/node": "22.10.2",