@aptre/common 0.35.2 → 0.35.3
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/go.mod +2 -2
- package/go.sum +4 -4
- package/package.json +2 -2
package/go.mod
CHANGED
|
@@ -10,8 +10,8 @@ require (
|
|
|
10
10
|
github.com/aperturerobotics/go-websocket v1.8.15-0.20260619192713-a096778f08c1 // indirect
|
|
11
11
|
github.com/aperturerobotics/json-iterator-lite v1.1.0 // indirect
|
|
12
12
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // wasi
|
|
13
|
-
github.com/aperturerobotics/protobuf-go-lite v0.
|
|
14
|
-
github.com/aperturerobotics/starpc v0.52.
|
|
13
|
+
github.com/aperturerobotics/protobuf-go-lite v0.18.0 // latest
|
|
14
|
+
github.com/aperturerobotics/starpc v0.52.1 // master
|
|
15
15
|
github.com/aperturerobotics/util v1.34.9 // indirect
|
|
16
16
|
)
|
|
17
17
|
|
package/go.sum
CHANGED
|
@@ -12,10 +12,10 @@ github.com/aperturerobotics/json-iterator-lite v1.1.0 h1:ZLLqHhHTKYlmCAP873ras2e
|
|
|
12
12
|
github.com/aperturerobotics/json-iterator-lite v1.1.0/go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo=
|
|
13
13
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 h1:4Dy3BAHh2kgVdHAqtlwcFsgY0kAwUe2m3rfFcaGwGQg=
|
|
14
14
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4/go.mod h1:tMgO7y6SJo/d9ZcvrpNqIQtdYT9de+QmYaHOZ4KnhOg=
|
|
15
|
-
github.com/aperturerobotics/protobuf-go-lite v0.
|
|
16
|
-
github.com/aperturerobotics/protobuf-go-lite v0.
|
|
17
|
-
github.com/aperturerobotics/starpc v0.52.
|
|
18
|
-
github.com/aperturerobotics/starpc v0.52.
|
|
15
|
+
github.com/aperturerobotics/protobuf-go-lite v0.18.0 h1:M4ylc1wvu6hjwU6bSsfgYhdxCbaBaITp0cJbFFQHgOs=
|
|
16
|
+
github.com/aperturerobotics/protobuf-go-lite v0.18.0/go.mod h1:3Ay/E7iaw2KWLirK3+dDdNJZHK0hu8Y1/kKeYeUa+8s=
|
|
17
|
+
github.com/aperturerobotics/starpc v0.52.1 h1:oz8EpHO3SIPLLL6lx6di2IBlQNyhsumcEB3rI/KJUKg=
|
|
18
|
+
github.com/aperturerobotics/starpc v0.52.1/go.mod h1:04caiWwOtqsuwiIc5aLoNtp6ega99V7AhFinALdfFXc=
|
|
19
19
|
github.com/aperturerobotics/util v1.34.9 h1:Eyhu1Citt+od7jKIb+Q92h/CEujWCFsvdvJavQeoRjM=
|
|
20
20
|
github.com/aperturerobotics/util v1.34.9/go.mod h1:GxjGkYQNEj8xvLFz+T8ifqANtK5cMesOlCxh50htvBI=
|
|
21
21
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aptre/common",
|
|
3
3
|
"description": "Common project configuration files and dependencies.",
|
|
4
|
-
"version": "0.35.
|
|
4
|
+
"version": "0.35.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Aperture Robotics LLC.",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"depcheck": "^1.4.6",
|
|
76
|
-
"oxfmt": "0.
|
|
76
|
+
"oxfmt": "0.66.0",
|
|
77
77
|
"oxlint": "^1.76.0",
|
|
78
78
|
"rimraf": "^6.1.3",
|
|
79
79
|
"typescript": "^7.0.0"
|