@sentryware/s2-node 0.0.6 → 0.0.7

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/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare module '@radarlabs/s2' {
1
+ declare module '@sentryware/s2-node' {
2
2
 
3
3
  export type ChildPosition = 0 | 1 | 2 | 3;
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentryware/s2-node",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Node.js JavaScript and TypeScript bindings for the Google S2 geolocation library.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "devDependencies": {
23
23
  "aws-sdk": "2.x",
24
24
  "bindings": "^1.5.0",
25
- "jest": "^24.8.0"
25
+ "jest": "^30.2.0"
26
26
  },
27
27
  "binary": {
28
28
  "module_name": "s2",
@@ -33,8 +33,7 @@
33
33
  "bucket": "sentryware-s2-node",
34
34
  "region": "us-central1",
35
35
  "s3ForcePathStyle": true
36
- }
37
- ,
36
+ },
38
37
  "dependencies": {
39
38
  "@mapbox/node-pre-gyp": "^2.0.3",
40
39
  "node-addon-api": "^8.6.0",
package/publish-osx.sh CHANGED
@@ -7,12 +7,10 @@ set -e
7
7
  # source ~/.zshrc
8
8
 
9
9
  # loop through node LTS versions 20 - 24, unpublish and publish them
10
- # for node in v20 v22 v24
11
- for node in 20.20.0 22.22.0 24.14.0
10
+ for node in v20 v22 v24
12
11
  do
13
- # nvm install $node
14
- # nvm use $node
15
- sudo n $node
12
+ nvm install $node
13
+ nvm use $node
16
14
  rm -rf node_modules
17
15
  npm install
18
16
  JOBS=max npx node-pre-gyp build package unpublish publish