We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trustpubOnly
1 parent 0b57f0c commit e9513f5Copy full SHA for e9513f5
app/models/crate.js
@@ -29,6 +29,12 @@ export default class Crate extends Model {
29
@attr documentation;
30
@attr repository;
31
32
+ /**
33
+ * Whether this crate can only be published via Trusted Publishing.
34
+ * @type {boolean}
35
+ */
36
+ @attr trustpub_only;
37
+
38
/**
39
* This isn't an attribute in the crate response.
40
* It's actually the `meta` attribute that belongs to `versions`
0 commit comments