@leo108/geolite2-db 2.241.0 → 2.243.0

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.
package/.gitattributes CHANGED
@@ -1,2 +1,3 @@
1
1
  City.mmdb filter=lfs diff=lfs merge=lfs -text
2
2
  Country.mmdb filter=lfs diff=lfs merge=lfs -text
3
+ ASN.mmdb filter=lfs diff=lfs merge=lfs -text
package/.gitlab-ci.yml CHANGED
@@ -10,7 +10,10 @@ build:
10
10
 
11
11
  npm:
12
12
  image: node:latest
13
+ id_tokens:
14
+ NPM_ID_TOKEN:
15
+ aud: "npm:registry.npmjs.org"
13
16
  only:
14
17
  - tags
15
18
  script:
16
- - ./publish.sh
19
+ - npm publish
package/ASN.mmdb CHANGED
Binary file
package/City.mmdb CHANGED
Binary file
package/Country.mmdb CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leo108/geolite2-db",
3
- "version": "v2.241.0",
3
+ "version": "v2.243.0",
4
4
  "description": "This repository aims to provide an easy solution to require GeoIP2 / GeoLite2 databases inside your project using npm/yarn.",
5
5
  "repository": {
6
6
  "type": "git",
package/publish.sh DELETED
@@ -1,4 +0,0 @@
1
- #!/bin/bash
2
- set -e
3
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
4
- npm publish