geolite2-country 1.0.2 → 1.0.4

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.
@@ -7,28 +7,16 @@ on:
7
7
  push:
8
8
  branches:
9
9
  - master
10
-
11
10
  jobs:
12
- build:
11
+ publish:
13
12
  runs-on: ubuntu-latest
14
13
  steps:
15
14
  - uses: actions/checkout@v3
16
15
  - uses: actions/setup-node@v3
17
16
  with:
18
- node-version: 16
19
- - run: npm ci
17
+ node-version: 12
18
+ - run: npm install
20
19
  - run: npm test
21
-
22
- publish-npm:
23
- needs: build
24
- runs-on: ubuntu-latest
25
- steps:
26
- - uses: actions/checkout@v3
27
- - uses: actions/setup-node@v3
20
+ - uses: JS-DevTools/npm-publish@v1
28
21
  with:
29
- node-version: 16
30
- registry-url: https://registry.npmjs.org/
31
- - run: npm ci
32
- - run: npm publish
33
- env:
34
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
22
+ token: ${{ secrets.NPM_TOKEN }}
Binary file
package/README.md CHANGED
@@ -2,9 +2,11 @@
2
2
 
3
3
  GeoLite2-Country.mmdb.gz CDN files based on Free Open Source CDN [jsDelivr!](https://www.jsdelivr.com/)
4
4
 
5
+ #### Last updated: 2023-01-06
6
+
5
7
  ## Download link
6
8
  ```
7
- https://cdn.jsdelivr.net/npm/geolite2-country@1.0.0/GeoLite2-Country.mmdb.gz
9
+ https://cdn.jsdelivr.net/npm/geolite2-country@1.0.2/GeoLite2-Country.mmdb.gz
8
10
  ```
9
11
 
10
12
  ## Source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geolite2-country",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "GeoLite2-Country.mmdb.gz CDN files based on Free Open Source CDN [jsDelivr!](https://www.jsdelivr.com/)",
5
5
  "scripts": {
6
6
  "test": ""