@prosopo/api 4.0.12 → 4.0.13

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @prosopo/api@4.0.12 build:cjs
2
+ > @prosopo/api@4.0.13 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -12,7 +12,6 @@ ViteCommonJSConfig: .
12
12
  ]
13
13
  }
14
14
  {
15
- The plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the resolve.tsconfigPaths option. You can remove the plugin and set resolve.tsconfigPaths: true in your Vite config instead.
16
15
  externals: [
17
16
  '@prosopo/types',
18
17
  '@prosopo/locale',
@@ -20,6 +19,7 @@ ViteCommonJSConfig: .
20
19
  '@prosopo/util-crypto'
21
20
  ]
22
21
  }
22
+ The plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the resolve.tsconfigPaths option. You can remove the plugin and set resolve.tsconfigPaths: true in your Vite config instead.
23
23
  vite v8.1.5 building ssr environment for production...
24
24
  Bundle build started
25
25
  
@@ -33,4 +33,4 @@ dist/cjs/index.cjs 0.61 kB │ gzip: 0.24 kB
33
33
  dist/cjs/api/HttpClientBase.cjs 2.29 kB │ gzip: 0.61 kB
34
34
  dist/cjs/api/ProviderApi.cjs 13.78 kB │ gzip: 2.35 kB
35
35
 
36
- ✓ built in 60ms
36
+ ✓ built in 59ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/api@4.0.12 build:tsc
2
+ > @prosopo/api@4.0.13 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 11:17:29 AM - Projects in this build:
5
+ 12:30:55 PM - Projects in this build:
6
6
  * ../../dev/config/tsconfig.json
7
7
  * ../locale/tsconfig.json
8
8
  * ../util/tsconfig.json
@@ -10,17 +10,17 @@
10
10
  * ../types/tsconfig.json
11
11
  * tsconfig.json
12
12
 
13
- 11:17:29 AM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/vite/vite.frontend.config.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
13
+ 12:30:55 PM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/webpack/webpack.config.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
14
14
 
15
- 11:17:29 AM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
15
+ 12:30:56 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
16
16
 
17
- 11:17:29 AM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
17
+ 12:30:56 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
18
18
 
19
- 11:17:29 AM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
19
+ 12:30:56 PM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
20
20
 
21
- 11:17:29 AM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/index.ts' is older than output '../types/tsconfig.tsbuildinfo'
21
+ 12:30:56 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/index.ts' is older than output '../types/tsconfig.tsbuildinfo'
22
22
 
23
- 11:17:29 AM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
23
+ 12:30:56 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
24
24
 
25
- 11:17:29 AM - Building project '/home/runner/work/captcha/captcha/packages/api/tsconfig.json'...
25
+ 12:30:56 PM - Building project '/home/runner/work/captcha/captcha/packages/api/tsconfig.json'...
26
26
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/api@4.0.12 build
2
+ > @prosopo/api@4.0.13 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/api@4.0.12 build:cross-env
6
+ > @prosopo/api@4.0.13 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -38,4 +38,4 @@ dist/index.js 0.36 kB │ gzip: 0.18 kB
38
38
  dist/api/HttpClientBase.js 2.19 kB │ gzip: 0.60 kB
39
39
  dist/api/ProviderApi.js 12.12 kB │ gzip: 2.35 kB
40
40
 
41
- ✓ built in 126ms
41
+ ✓ built in 45ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @prosopo/api
2
2
 
3
+ ## 4.0.13
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [6411f64]
7
+ - @prosopo/types@5.2.5
8
+
3
9
  ## 4.0.12
4
10
  ### Patch Changes
5
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/api",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "Wrapper for the provider API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "homepage": "https://github.com/prosopo/captcha#readme",
41
41
  "dependencies": {
42
- "@prosopo/types": "5.2.4"
42
+ "@prosopo/types": "5.2.5"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@prosopo/config": "3.3.11",