@hsnice16/tula 0.1.1 → 0.1.2

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -132,7 +132,7 @@ the sigstore-backed attestation proving this repository's release workflow built
132
132
  it wherever the GitHub CLI can — saying so either way. Check one by hand:
133
133
 
134
134
  ```bash
135
- gh attestation verify tula-v0.1.1-darwin-arm64.tar.gz --repo hsnice16/tula \
135
+ gh attestation verify tula-v0.1.2-darwin-arm64.tar.gz --repo hsnice16/tula \
136
136
  --signer-workflow hsnice16/tula/.github/workflows/release.yml
137
137
  ```
138
138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hsnice16/tula",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Your true exposure, what breaks first, and more, across every venue at once.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,10 +9,10 @@
9
9
  "files": ["bin/tula", "scripts/postinstall.mjs", "LICENSE", "README.md"],
10
10
  "scripts": { "postinstall": "node scripts/postinstall.mjs" },
11
11
  "optionalDependencies": {
12
- "@hsnice16/tula-darwin-arm64": "0.1.1",
13
- "@hsnice16/tula-darwin-x64": "0.1.1",
14
- "@hsnice16/tula-linux-x64": "0.1.1",
15
- "@hsnice16/tula-linux-arm64": "0.1.1"
12
+ "@hsnice16/tula-darwin-arm64": "0.1.2",
13
+ "@hsnice16/tula-darwin-x64": "0.1.2",
14
+ "@hsnice16/tula-linux-x64": "0.1.2",
15
+ "@hsnice16/tula-linux-arm64": "0.1.2"
16
16
  },
17
17
  "repository": { "type": "git", "url": "git+https://github.com/hsnice16/tula.git" },
18
18
  "homepage": "https://usetu.la",