@prosopo/ipinfo 0.2.18 → 0.2.19

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/ipinfo@0.2.18 build:cjs
2
+ > @prosopo/ipinfo@0.2.19 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -31,4 +31,4 @@ rendering chunks...
31
31
  dist/cjs/IpInfoService.cjs 2.77 kB
32
32
  dist/cjs/backends/ipapi.cjs 3.24 kB
33
33
  dist/cjs/backends/maxmind.cjs 5.70 kB
34
- ✓ built in 190ms
34
+ ✓ built in 174ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/ipinfo@0.2.18 build:tsc
2
+ > @prosopo/ipinfo@0.2.19 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 2:03:05 PM - Projects in this build:
5
+ 7:45:21 PM - Projects in this build:
6
6
  * ../../dev/config/tsconfig.json
7
7
  * ../util/tsconfig.json
8
8
  * ../logger/tsconfig.json
@@ -11,19 +11,19 @@
11
11
  * ../types/tsconfig.json
12
12
  * tsconfig.json
13
13
 
14
- 2:03:05 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
+ 7:45:21 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'
15
15
 
16
- 2:03:05 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
16
+ 7:45:21 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
17
17
 
18
- 2:03:05 PM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/index.ts' is older than output '../logger/tsconfig.tsbuildinfo'
18
+ 7:45:21 PM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/index.ts' is older than output '../logger/tsconfig.tsbuildinfo'
19
19
 
20
- 2:03:05 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/util.ts' is older than output '../locale/tsconfig.tsbuildinfo'
20
+ 7:45:21 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
21
21
 
22
- 2:03:05 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'
22
+ 7:45:21 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'
23
23
 
24
- 2:03:05 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/provider/api.ts' is older than output '../types/tsconfig.tsbuildinfo'
24
+ 7:45:21 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/procaptcha/behavioral.ts' is older than output '../types/tsconfig.tsbuildinfo'
25
25
 
26
- 2:03:05 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
26
+ 7:45:21 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
27
27
 
28
- 2:03:05 PM - Building project '/home/runner/work/captcha/captcha/packages/ipinfo/tsconfig.json'...
28
+ 7:45:21 PM - Building project '/home/runner/work/captcha/captcha/packages/ipinfo/tsconfig.json'...
29
29
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/ipinfo@0.2.18 build
2
+ > @prosopo/ipinfo@0.2.19 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/ipinfo@0.2.18 build:cross-env
6
+ > @prosopo/ipinfo@0.2.19 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -35,4 +35,4 @@ rendering chunks...
35
35
  dist/IpInfoService.js 2.67 kB
36
36
  dist/backends/ipapi.js 3.14 kB
37
37
  dist/backends/maxmind.js 4.44 kB
38
- ✓ built in 208ms
38
+ ✓ built in 175ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @prosopo/ipinfo
2
2
 
3
+ ## 0.2.19
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [55b1388]
7
+ - @prosopo/types@4.6.0
8
+ - @prosopo/logger@1.0.3
9
+
3
10
  ## 0.2.18
4
11
  ### Patch Changes
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/ipinfo",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "IP information service with MaxMind and ipapi.is backends",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@maxmind/geoip2-node": "5.0.0",
29
- "@prosopo/logger": "1.0.2",
30
- "@prosopo/types": "4.5.0"
29
+ "@prosopo/logger": "1.0.3",
30
+ "@prosopo/types": "4.6.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@prosopo/config": "3.3.1",