@prosopo/datasets-fs 3.0.38 → 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,16 @@
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
+
3
14
  ## 3.0.38
4
15
  ### Patch Changes
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/datasets-fs",
3
- "version": "3.0.38",
3
+ "version": "3.0.39",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "private": false,
@@ -29,11 +29,11 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@noble/hashes": "1.8.0",
32
- "@prosopo/common": "3.1.25",
33
- "@prosopo/types": "3.6.3",
34
- "@prosopo/util": "3.2.3",
35
- "@prosopo/util-crypto": "13.5.27",
36
- "@prosopo/workspace": "3.1.18",
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",
37
37
  "bcrypt": "6.0.0",
38
38
  "cli-progress": "3.12.0",
39
39
  "sharp": "0.33.5",
@@ -41,7 +41,7 @@
41
41
  "zod": "3.23.8"
42
42
  },
43
43
  "devDependencies": {
44
- "@prosopo/config": "3.1.25",
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",