@dirsql/cli-linux-arm64-gnu 0.0.0-bootstrap → 0.2.9

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 (3) hide show
  1. package/dirsql +0 -0
  2. package/package.json +8 -8
  3. package/README.md +0 -6
package/dirsql ADDED
Binary file
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@dirsql/cli-linux-arm64-gnu",
3
- "version": "0.0.0-bootstrap",
4
- "description": "Bootstrap stub for OIDC trusted-publisher setup. See https://www.npmjs.com/package/dirsql.",
5
- "license": "MIT",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/thekevinscott/dirsql.git"
9
- },
3
+ "version": "0.2.9",
10
4
  "os": [
11
5
  "linux"
12
6
  ],
13
7
  "cpu": [
14
8
  "arm64"
15
9
  ],
10
+ "files": [
11
+ "dirsql"
12
+ ],
13
+ "main": "dirsql",
16
14
  "libc": [
17
15
  "glibc"
18
- ]
16
+ ],
17
+ "repository": "https://github.com/thekevinscott/dirsql",
18
+ "license": "MIT"
19
19
  }
package/README.md DELETED
@@ -1,6 +0,0 @@
1
- # Bootstrap stub
2
-
3
- This is a placeholder version published only so the npm trusted-publisher
4
- feature can be enabled on the package. Do not install.
5
-
6
- See [`dirsql`](https://www.npmjs.com/package/dirsql) for the real package.