asciidoc-editor 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.
package/README.md CHANGED
@@ -120,6 +120,14 @@ very first release has to be published by hand.
120
120
  repository, workflow `release.yml`.
121
121
  3. Every release after that is the tag above.
122
122
 
123
+ The trusted publisher is a record against the package, not against the
124
+ repository, and `npm publish` fails with "package not found" when it is
125
+ missing — whatever the package's own state. `npm trust list asciidoc-editor`
126
+ shows it; `npm trust github asciidoc-editor --file release.yml --repo
127
+ AlexanderThaller/asciidoc-editor --allow-publish` creates it. The publish
128
+ grant is not implied, and the environment must be left unset, because the
129
+ workflow declares none.
130
+
123
131
  ## Licence
124
132
 
125
133
  MIT. See `LICENSE`.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asciidoc-editor",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A WYSIWYG AsciiDoc editor for the web, in Rust and WebAssembly",
5
5
  "license": "MIT",
6
6
  "repository": {