@aptre/common 0.14.3 → 0.14.5
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/dist/example/example_pb.js +1 -1
- package/go.mod.tools +1 -1
- package/go.sum.tools +1 -0
- package/package.json +3 -3
|
@@ -13,7 +13,7 @@ export const ExampleMsg = createMessageType({
|
|
|
13
13
|
kind: 'scalar',
|
|
14
14
|
T: 9 /* ScalarType.STRING */,
|
|
15
15
|
},
|
|
16
|
-
{ no: 2, name: 'other_msg', kind: 'message', T: OtherMsg },
|
|
16
|
+
{ no: 2, name: 'other_msg', kind: 'message', T: () => OtherMsg },
|
|
17
17
|
],
|
|
18
18
|
packedByDefault: true,
|
|
19
19
|
});
|
package/go.mod.tools
CHANGED
|
@@ -11,7 +11,7 @@ replace (
|
|
|
11
11
|
require (
|
|
12
12
|
github.com/aperturerobotics/goprotowrap v0.3.1 // latest
|
|
13
13
|
github.com/aperturerobotics/protobuf-go-lite v0.6.0 // latest
|
|
14
|
-
github.com/aperturerobotics/starpc v0.31.
|
|
14
|
+
github.com/aperturerobotics/starpc v0.31.11 // latest
|
|
15
15
|
)
|
|
16
16
|
|
|
17
17
|
require (
|
package/go.sum.tools
CHANGED
|
@@ -168,6 +168,7 @@ github.com/aperturerobotics/protobuf-go-lite v0.6.0 h1:EE168e2oov6wmDv8AdSAlz2G1
|
|
|
168
168
|
github.com/aperturerobotics/protobuf-go-lite v0.6.0/go.mod h1:6Bp+C+fI1uh0NmIKpxlxyHMkKtCP9Kb3PHkhOzxG4B8=
|
|
169
169
|
github.com/aperturerobotics/starpc v0.31.6 h1:zcgk/2w/lovbYqzw3F6vhvFnpBiA/yrbLKveuj764jg=
|
|
170
170
|
github.com/aperturerobotics/starpc v0.31.6/go.mod h1:lGcxghKLFAfwNNH8Es+bVv6nV95XHmIM1tokNt2FMiY=
|
|
171
|
+
github.com/aperturerobotics/starpc v0.31.11/go.mod h1:roNNOXrqxQmmj8gnBDzXNFJN/cvORApXNHRfaPApHAo=
|
|
171
172
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
|
|
172
173
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
|
|
173
174
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
|
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.14.
|
|
4
|
+
"version": "0.14.5",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Aperture Robotics LLC.",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"typescript": "^5.4.5"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@aptre/protobuf-es-lite": "^0.2.
|
|
68
|
+
"@aptre/protobuf-es-lite": "^0.2.7",
|
|
69
69
|
"@bufbuild/protobuf": "^1.8.0",
|
|
70
70
|
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
|
71
71
|
"@typescript-eslint/parser": "^7.7.0",
|
|
@@ -73,6 +73,6 @@
|
|
|
73
73
|
"eslint-config-prettier": "^9.0.0",
|
|
74
74
|
"eslint-plugin-react-hooks": "^4.6.1",
|
|
75
75
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
76
|
-
"starpc": "^0.31.
|
|
76
|
+
"starpc": "^0.31.11"
|
|
77
77
|
}
|
|
78
78
|
}
|