@torkbot/sandbox-linux-x64-gnu 0.1.0-pre.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.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @torkbot/sandbox-linux-x64-gnu
2
2
 
3
- Bootstrap placeholder for npm trusted publishing setup. This package does not contain a platform artifact.
3
+ This package contains the sandbox-host artifact for @torkbot/sandbox on x86_64-unknown-linux-gnu. It is installed as an optional dependency of @torkbot/sandbox.
package/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@torkbot/sandbox-linux-x64-gnu",
3
- "version": "0.1.0-pre.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
- "description": "Bootstrap placeholder for npm trusted publishing setup.",
5
+ "description": "sandbox-host artifact for @torkbot/sandbox on x86_64-unknown-linux-gnu.",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/torkbot/sandbox"
10
10
  },
11
11
  "publishConfig": {
12
- "access": "public",
13
- "tag": "trusted-publishing-bootstrap"
12
+ "access": "public"
14
13
  },
15
14
  "os": [
16
15
  "linux"
@@ -22,6 +21,7 @@
22
21
  "glibc"
23
22
  ],
24
23
  "files": [
24
+ "sandbox-host",
25
25
  "README.md"
26
26
  ]
27
27
  }
package/sandbox-host ADDED
Binary file