Skip to content

Commit d4ffb01

Browse files
chore: bump probe.gl (#3298)
1 parent 991567c commit d4ffb01

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

modules/3d-tiles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@math.gl/core": "^4.1.0",
5959
"@math.gl/culling": "^4.1.0",
6060
"@math.gl/geospatial": "^4.1.0",
61-
"@probe.gl/log": "^4.0.4",
61+
"@probe.gl/log": "^4.1.1",
6262
"long": "^5.2.1"
6363
},
6464
"peerDependencies": {

modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@loaders.gl/schema": "4.4.0-alpha.13",
6666
"@loaders.gl/schema-utils": "4.4.0-alpha.13",
6767
"@loaders.gl/worker-utils": "4.4.0-alpha.13",
68-
"@probe.gl/log": "^4.0.2"
68+
"@probe.gl/log": "^4.1.1"
6969
},
7070
"gitHead": "8a9e77743ea90a7be4ebec572416bb50ca9d73c3"
7171
}

modules/loader-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"dependencies": {
4848
"@loaders.gl/schema": "4.4.0-alpha.13",
4949
"@loaders.gl/worker-utils": "4.4.0-alpha.13",
50-
"@probe.gl/log": "^4.0.2",
51-
"@probe.gl/stats": "^4.0.2"
50+
"@probe.gl/log": "^4.1.1",
51+
"@probe.gl/stats": "^4.1.1"
5252
},
5353
"gitHead": "8a9e77743ea90a7be4ebec572416bb50ca9d73c3"
5454
}

modules/mvt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@loaders.gl/loader-utils": "4.4.0-alpha.13",
5050
"@loaders.gl/schema": "4.4.0-alpha.13",
5151
"@math.gl/polygon": "^4.1.0",
52-
"@probe.gl/stats": "^4.0.0",
52+
"@probe.gl/stats": "^4.1.1",
5353
"pbf": "^3.2.1"
5454
},
5555
"devDependencies": {

modules/parquet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@loaders.gl/loader-utils": "4.4.0-alpha.13",
7272
"@loaders.gl/schema": "4.4.0-alpha.13",
7373
"@loaders.gl/wkt": "4.4.0-alpha.13",
74-
"@probe.gl/log": "^4.0.9",
74+
"@probe.gl/log": "^4.1.1",
7575
"async-mutex": "^0.2.2",
7676
"base64-js": "^1.3.1",
7777
"brotli": "^1.3.2",

modules/tiles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@math.gl/culling": "^4.1.0",
4949
"@math.gl/geospatial": "^4.1.0",
5050
"@math.gl/web-mercator": "^4.1.0",
51-
"@probe.gl/stats": "^4.0.2"
51+
"@probe.gl/stats": "^4.1.1"
5252
},
5353
"devDependencies": {
5454
"@deck.gl/core": "^9.0.33"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"metrics": "./scripts/metrics.sh && ocular-metrics"
5757
},
5858
"devDependencies": {
59-
"@probe.gl/bench": "^4.0.2",
60-
"@probe.gl/test-utils": "^4.0.2",
59+
"@probe.gl/bench": "^4.1.1",
60+
"@probe.gl/test-utils": "^4.1.1",
6161
"@types/node": "^25.3.0",
6262
"@types/tape-promise": "^4.0.1",
6363
"@vis.gl/dev-tools": "^1.0.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4411,7 +4411,7 @@ __metadata:
44114411
"@math.gl/core": "npm:^4.1.0"
44124412
"@math.gl/culling": "npm:^4.1.0"
44134413
"@math.gl/geospatial": "npm:^4.1.0"
4414-
"@probe.gl/log": "npm:^4.0.4"
4414+
"@probe.gl/log": "npm:^4.1.1"
44154415
long: "npm:^5.2.1"
44164416
peerDependencies:
44174417
"@loaders.gl/core": 4.4.0-alpha.1
@@ -4549,7 +4549,7 @@ __metadata:
45494549
"@loaders.gl/schema": "npm:4.4.0-alpha.13"
45504550
"@loaders.gl/schema-utils": "npm:4.4.0-alpha.13"
45514551
"@loaders.gl/worker-utils": "npm:4.4.0-alpha.13"
4552-
"@probe.gl/log": "npm:^4.0.2"
4552+
"@probe.gl/log": "npm:^4.1.1"
45534553
languageName: unknown
45544554
linkType: soft
45554555

@@ -4845,8 +4845,8 @@ __metadata:
48454845
dependencies:
48464846
"@loaders.gl/schema": "npm:4.4.0-alpha.13"
48474847
"@loaders.gl/worker-utils": "npm:4.4.0-alpha.13"
4848-
"@probe.gl/log": "npm:^4.0.2"
4849-
"@probe.gl/stats": "npm:^4.0.2"
4848+
"@probe.gl/log": "npm:^4.1.1"
4849+
"@probe.gl/stats": "npm:^4.1.1"
48504850
languageName: unknown
48514851
linkType: soft
48524852

@@ -4882,7 +4882,7 @@ __metadata:
48824882
"@loaders.gl/loader-utils": "npm:4.4.0-alpha.13"
48834883
"@loaders.gl/schema": "npm:4.4.0-alpha.13"
48844884
"@math.gl/polygon": "npm:^4.1.0"
4885-
"@probe.gl/stats": "npm:^4.0.0"
4885+
"@probe.gl/stats": "npm:^4.1.1"
48864886
"@types/pbf": "npm:^3.0.2"
48874887
pbf: "npm:^3.2.1"
48884888
peerDependencies:
@@ -4941,7 +4941,7 @@ __metadata:
49414941
"@loaders.gl/loader-utils": "npm:4.4.0-alpha.13"
49424942
"@loaders.gl/schema": "npm:4.4.0-alpha.13"
49434943
"@loaders.gl/wkt": "npm:4.4.0-alpha.13"
4944-
"@probe.gl/log": "npm:^4.0.9"
4944+
"@probe.gl/log": "npm:^4.1.1"
49454945
"@types/node-int64": "npm:^0.4.29"
49464946
"@types/thrift": "npm:^0.10.8"
49474947
"@types/varint": "npm:^5.0.0"
@@ -5185,7 +5185,7 @@ __metadata:
51855185
"@math.gl/culling": "npm:^4.1.0"
51865186
"@math.gl/geospatial": "npm:^4.1.0"
51875187
"@math.gl/web-mercator": "npm:^4.1.0"
5188-
"@probe.gl/stats": "npm:^4.0.2"
5188+
"@probe.gl/stats": "npm:^4.1.1"
51895189
peerDependencies:
51905190
"@loaders.gl/core": 4.4.0-alpha.1
51915191
languageName: unknown
@@ -6462,7 +6462,7 @@ __metadata:
64626462
languageName: node
64636463
linkType: hard
64646464

6465-
"@probe.gl/bench@npm:^4.0.2":
6465+
"@probe.gl/bench@npm:^4.0.2, @probe.gl/bench@npm:^4.1.1":
64666466
version: 4.1.1
64676467
resolution: "@probe.gl/bench@npm:4.1.1"
64686468
dependencies:
@@ -6478,7 +6478,7 @@ __metadata:
64786478
languageName: node
64796479
linkType: hard
64806480

6481-
"@probe.gl/log@npm:4.1.1, @probe.gl/log@npm:^4.0.2, @probe.gl/log@npm:^4.0.4, @probe.gl/log@npm:^4.0.8, @probe.gl/log@npm:^4.0.9, @probe.gl/log@npm:^4.1.1":
6481+
"@probe.gl/log@npm:4.1.1, @probe.gl/log@npm:^4.0.4, @probe.gl/log@npm:^4.0.8, @probe.gl/log@npm:^4.1.1":
64826482
version: 4.1.1
64836483
resolution: "@probe.gl/log@npm:4.1.1"
64846484
dependencies:
@@ -6518,7 +6518,7 @@ __metadata:
65186518
languageName: node
65196519
linkType: hard
65206520

6521-
"@probe.gl/test-utils@npm:^4.0.2, @probe.gl/test-utils@npm:^4.0.6":
6521+
"@probe.gl/test-utils@npm:^4.0.6, @probe.gl/test-utils@npm:^4.1.1":
65226522
version: 4.1.1
65236523
resolution: "@probe.gl/test-utils@npm:4.1.1"
65246524
dependencies:
@@ -19387,8 +19387,8 @@ __metadata:
1938719387
version: 0.0.0-use.local
1938819388
resolution: "loaders.gl@workspace:."
1938919389
dependencies:
19390-
"@probe.gl/bench": "npm:^4.0.2"
19391-
"@probe.gl/test-utils": "npm:^4.0.2"
19390+
"@probe.gl/bench": "npm:^4.1.1"
19391+
"@probe.gl/test-utils": "npm:^4.1.1"
1939219392
"@types/node": "npm:^25.3.0"
1939319393
"@types/tape-promise": "npm:^4.0.1"
1939419394
"@vis.gl/dev-tools": "npm:^1.0.0"

0 commit comments

Comments
 (0)