@aptre/common 0.26.6 → 0.26.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es-lite unknown with parameter "ts_nocheck=false
|
|
1
|
+
// @generated by protoc-gen-es-lite unknown with parameter "target=ts,ts_nocheck=false"
|
|
2
2
|
// @generated from file github.com/aperturerobotics/common/example/example.proto (package example, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { OtherMsg } from './other/other.pb.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es-lite unknown with parameter "ts_nocheck=false
|
|
1
|
+
// @generated by protoc-gen-es-lite unknown with parameter "target=ts,ts_nocheck=false"
|
|
2
2
|
// @generated from file github.com/aperturerobotics/common/example/other/other.proto (package example.other, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { createMessageType, ScalarType } from '@aptre/protobuf-es-lite';
|
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.26.
|
|
4
|
+
"version": "0.26.7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Aperture Robotics LLC.",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@aptre/protobuf-es-lite": "^0.5.2",
|
|
81
81
|
"@typescript-eslint/eslint-plugin": "^8.39.1",
|
|
82
82
|
"@typescript-eslint/parser": "^8.39.1",
|
|
83
|
-
"eslint": "^9.
|
|
83
|
+
"eslint": "^9.39.2",
|
|
84
84
|
"eslint-config-prettier": "^10.0.0",
|
|
85
85
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
86
86
|
"eslint-plugin-unused-imports": "^4.0.0",
|