Skip to content

Commit

Permalink
deps: bump npm pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
geakstr committed Nov 13, 2023
1 parent 56bfe01 commit 5ab87b7
Show file tree
Hide file tree
Showing 11 changed files with 265 additions and 265 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
run: npm install --ci
- name: Run tests
run: npm test
backend:
Expand Down Expand Up @@ -50,9 +50,10 @@ jobs:
with:
node-version: '18.x'
- name: Install NPM dependencies
run: npm install
run: npm install --ci
- name: Check proto files
working-directory: ./backend
run: |
./ctl.sh update-proto
git status --porcelain
test -z "$(git status --porcelain)" || (echo "please run './ctl.sh update-proto', and submit your changes"; exit 1)
4 changes: 2 additions & 2 deletions backend/proto/flow/flow_pb.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as jspb from 'google-protobuf'

import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb';
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb'; // proto import: "google/protobuf/wrappers.proto"
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"


export class Flow extends jspb.Message {
Expand Down
2 changes: 1 addition & 1 deletion backend/proto/observer/observer_grpc_web_pb.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as grpcWeb from 'grpc-web';

import * as observer_observer_pb from '../observer/observer_pb';
import * as observer_observer_pb from '../observer/observer_pb'; // proto import: "observer/observer.proto"


export class ObserverClient {
Expand Down
2 changes: 1 addition & 1 deletion backend/proto/observer/observer_grpc_web_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
// versions:
// protoc-gen-grpc-web v1.4.2
// protoc-gen-grpc-web v1.5.0
// protoc v3.11.4
// source: observer/observer.proto

Expand Down
10 changes: 5 additions & 5 deletions backend/proto/observer/observer_pb.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import * as jspb from 'google-protobuf'

import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb';
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb';
import * as flow_flow_pb from '../flow/flow_pb';
import * as relay_relay_pb from '../relay/relay_pb';
import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb'; // proto import: "google/protobuf/wrappers.proto"
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb'; // proto import: "google/protobuf/field_mask.proto"
import * as flow_flow_pb from '../flow/flow_pb'; // proto import: "flow/flow.proto"
import * as relay_relay_pb from '../relay/relay_pb'; // proto import: "relay/relay.proto"


export class ServerStatusRequest extends jspb.Message {
Expand Down
2 changes: 1 addition & 1 deletion backend/proto/ui/notifications_pb.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as jspb from 'google-protobuf'

import * as ui_status_pb from '../ui/status_pb';
import * as ui_status_pb from '../ui/status_pb'; // proto import: "ui/status.proto"


export class Notification extends jspb.Message {
Expand Down
4 changes: 2 additions & 2 deletions backend/proto/ui/ui_grpc_web_pb.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as grpcWeb from 'grpc-web';

import * as ui_ui_pb from '../ui/ui_pb';
import * as ui_status_pb from '../ui/status_pb';
import * as ui_ui_pb from '../ui/ui_pb'; // proto import: "ui/ui.proto"
import * as ui_status_pb from '../ui/status_pb'; // proto import: "ui/status.proto"


export class UIClient {
Expand Down
2 changes: 1 addition & 1 deletion backend/proto/ui/ui_grpc_web_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
// versions:
// protoc-gen-grpc-web v1.4.2
// protoc-gen-grpc-web v1.5.0
// protoc v3.11.4
// source: ui/ui.proto

Expand Down
8 changes: 4 additions & 4 deletions backend/proto/ui/ui_pb.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as jspb from 'google-protobuf'

import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
import * as flow_flow_pb from '../flow/flow_pb';
import * as ui_notifications_pb from '../ui/notifications_pb';
import * as ui_status_pb from '../ui/status_pb';
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
import * as flow_flow_pb from '../flow/flow_pb'; // proto import: "flow/flow.proto"
import * as ui_notifications_pb from '../ui/notifications_pb'; // proto import: "ui/notifications.proto"
import * as ui_status_pb from '../ui/status_pb'; // proto import: "ui/status.proto"


export class GetEventsRequest extends jspb.Message {
Expand Down
Loading

0 comments on commit 5ab87b7

Please sign in to comment.