@prosopo/ipinfo 0.4.3 → 0.4.5

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.4.3 build:cjs
2
+ > @prosopo/ipinfo@0.4.5 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -33,4 +33,4 @@ dist/cjs/IpInfoService.cjs 3.72 kB │ gzip: 1.39 kB
33
33
  dist/cjs/backends/ipapi.cjs 4.11 kB │ gzip: 1.75 kB
34
34
  dist/cjs/backends/maxmind.cjs 5.92 kB │ gzip: 1.89 kB
35
35
 
36
- ✓ built in 62ms
36
+ ✓ built in 60ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/ipinfo@0.4.3 build:tsc
2
+ > @prosopo/ipinfo@0.4.5 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 1:04:14 PM - Projects in this build:
5
+ 2:42:25 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
- 1:04:14 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
+ 2:42:25 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
- 1:04:14 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
16
+ 2:42:25 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
- 1:04:14 PM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/logger.ts' is older than output '../logger/tsconfig.tsbuildinfo'
18
+ 2:42:26 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
- 1:04:14 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
20
+ 2:42:26 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
- 1:04:14 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
+ 2:42:26 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
- 1:04:14 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/types.test-d.ts' is older than output '../types/tsconfig.tsbuildinfo'
24
+ 2:42:26 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/types.test-d.ts' is older than output '../types/tsconfig.tsbuildinfo'
25
25
 
26
- 1:04:14 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
26
+ 2:42:26 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
27
27
 
28
- 1:04:14 PM - Building project '/home/runner/work/captcha/captcha/packages/ipinfo/tsconfig.json'...
28
+ 2:42:26 PM - Building project '/home/runner/work/captcha/captcha/packages/ipinfo/tsconfig.json'...
29
29
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/ipinfo@0.4.3 build
2
+ > @prosopo/ipinfo@0.4.5 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/ipinfo@0.4.3 build:cross-env
6
+ > @prosopo/ipinfo@0.4.5 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -22,10 +22,10 @@ ViteEsmConfig: .
22
22
  '@prosopo/util',
23
23
  '@prosopo/types',
24
24
  '@prosopo/locale',
25
- 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.
26
25
  '@prosopo/util-crypto'
27
26
  ]
28
27
  }
28
+ 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.
29
29
  vite v8.1.5 building ssr environment for production...
30
30
  Bundle build started
31
31
  
@@ -38,4 +38,4 @@ dist/IpInfoService.js 3.65 kB │ gzip: 1.38 kB
38
38
  dist/backends/ipapi.js 4.07 kB │ gzip: 1.75 kB
39
39
  dist/backends/maxmind.js 5.91 kB │ gzip: 1.89 kB
40
40
 
41
- ✓ built in 55ms
41
+ ✓ built in 172ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @prosopo/ipinfo
2
2
 
3
+ ## 0.4.5
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [a606f54]
7
+ - Updated dependencies [0f23010]
8
+ - @prosopo/types@5.9.0
9
+
10
+ ## 0.4.4
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [be25974]
14
+ - @prosopo/types@5.8.5
15
+
3
16
  ## 0.4.3
4
17
  ### Patch Changes
5
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/ipinfo",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
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",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@maxmind/geoip2-node": "7.1.0",
31
31
  "@prosopo/logger": "2.0.10",
32
- "@prosopo/types": "5.8.4"
32
+ "@prosopo/types": "5.9.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@prosopo/config": "3.3.17",