Skip to content

Commit 0f5fc55

Browse files
0.8.2 (#218)
1 parent eb4038a commit 0f5fc55

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ test-watch: $(node_modules) build-buf
3131
lint: $(node_modules) build-buf
3232
npm run lint
3333
npm run typecheck
34+
npm run check
3435

3536
.PHONY: format
3637
format: $(node_modules)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viamrobotics/sdk",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "",
55
"main": "./dist/main.umd.js",
66
"module": "./dist/main.es.js",

0 commit comments

Comments
 (0)