@aptre/common 0.17.0 → 0.17.1

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.
Files changed (2) hide show
  1. package/Makefile +1 -1
  2. package/package.json +3 -3
package/Makefile CHANGED
@@ -184,7 +184,7 @@ test:
184
184
  .PHONY: test-browser
185
185
  test-browser: $(WASMBROWSERTEST)
186
186
  cd $(PROJECT_DIR); \
187
- GOOS=js GOARCH=wasm go test -exec $(WASMBROWSERTEST) -v ./...
187
+ GOOS=js GOARCH=wasm go test -exec $(WASMBROWSERTEST) -tags "webtests" -v ./...
188
188
 
189
189
  .PHONY: format
190
190
  format: $(GOFUMPT) $(GOIMPORTS)
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.17.0",
4
+ "version": "0.17.1",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Aperture Robotics LLC.",
@@ -72,7 +72,7 @@
72
72
  "devDependencies": {
73
73
  "depcheck": "^1.4.6",
74
74
  "prettier": "^3.0.3",
75
- "rimraf": "^5.0.5",
75
+ "rimraf": "^6.0.1",
76
76
  "typescript": "^5.5.3"
77
77
  },
78
78
  "dependencies": {
@@ -84,7 +84,7 @@
84
84
  "eslint-plugin-react-hooks": "^4.6.1",
85
85
  "eslint-plugin-unused-imports": "^4.0.0",
86
86
  "starpc": "^0.32.16",
87
- "vitest": "^1.6.0"
87
+ "vitest": "^2.0.2"
88
88
  },
89
89
  "resolutions": {
90
90
  "@aptre/protobuf-es-lite": "0.4.6"