@harnspec/http-server 0.1.0 → 0.1.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.
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnspec/http-darwin-arm64",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "HarnSpec HTTP Server binary for macOS ARM64",
5
5
  "os": [
6
6
  "darwin"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnspec/http-darwin-x64",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "HarnSpec HTTP Server binary for macOS x64",
5
5
  "os": [
6
6
  "darwin"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnspec/http-linux-arm64",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "HarnSpec HTTP Server binary for Linux ARM64",
5
5
  "os": [
6
6
  "linux"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnspec/http-linux-x64",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "HarnSpec HTTP Server binary for Linux x64",
5
5
  "os": [
6
6
  "linux"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnspec/http-windows-x64",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "HarnSpec HTTP Server binary for Windows x64",
5
5
  "os": [
6
6
  "win32"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnspec/http-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Rust HTTP server for HarnSpec UI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -40,10 +40,10 @@
40
40
  "nodemon": "^3.1.11"
41
41
  },
42
42
  "optionalDependencies": {
43
- "@harnspec/http-darwin-x64": "0.1.0",
44
- "@harnspec/http-darwin-arm64": "0.1.0",
45
- "@harnspec/http-linux-x64": "0.1.0",
46
- "@harnspec/http-linux-arm64": "0.1.0",
47
- "@harnspec/http-windows-x64": "0.1.0"
43
+ "@harnspec/http-darwin-x64": "0.1.1",
44
+ "@harnspec/http-darwin-arm64": "0.1.1",
45
+ "@harnspec/http-linux-x64": "0.1.1",
46
+ "@harnspec/http-linux-arm64": "0.1.1",
47
+ "@harnspec/http-windows-x64": "0.1.1"
48
48
  }
49
49
  }