@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli 4.1.3 → 5.0.0

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/oclif.manifest.json +52 -52
  2. package/package.json +2 -1
@@ -1570,57 +1570,6 @@
1570
1570
  "template.js"
1571
1571
  ]
1572
1572
  },
1573
- "config:auth:add": {
1574
- "aliases": [],
1575
- "args": {
1576
- "pattern": {
1577
- "description": "Glob pattern for matching protected URLs (e.g. github.com/org/repo/**/*.*)",
1578
- "name": "pattern",
1579
- "required": true
1580
- },
1581
- "token": {
1582
- "description": "Authentication token or environment variable reference (prefix with $, e.g. $GITHUB_TOKEN)",
1583
- "name": "token",
1584
- "required": true
1585
- }
1586
- },
1587
- "description": "Add an authentication config for resolving $ref files requiring HTTP Authorization.",
1588
- "flags": {
1589
- "auth-type": {
1590
- "char": "a",
1591
- "description": "Authentication type (default is \"Bearer\")",
1592
- "name": "auth-type",
1593
- "hasDynamicHelp": false,
1594
- "multiple": false,
1595
- "type": "option"
1596
- },
1597
- "header": {
1598
- "char": "h",
1599
- "description": "Additional header in key=value format; can be used multiple times",
1600
- "name": "header",
1601
- "hasDynamicHelp": false,
1602
- "multiple": true,
1603
- "type": "option"
1604
- }
1605
- },
1606
- "hasDynamicHelp": false,
1607
- "hiddenAliases": [],
1608
- "id": "config:auth:add",
1609
- "pluginAlias": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
1610
- "pluginName": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
1611
- "pluginType": "core",
1612
- "strict": true,
1613
- "isESM": false,
1614
- "relativePath": [
1615
- "lib",
1616
- "apps",
1617
- "cli",
1618
- "commands",
1619
- "config",
1620
- "auth",
1621
- "add.js"
1622
- ]
1623
- },
1624
1573
  "start:api": {
1625
1574
  "aliases": [],
1626
1575
  "args": {},
@@ -1843,6 +1792,57 @@
1843
1792
  "studio.js"
1844
1793
  ]
1845
1794
  },
1795
+ "config:auth:add": {
1796
+ "aliases": [],
1797
+ "args": {
1798
+ "pattern": {
1799
+ "description": "Glob pattern for matching protected URLs (e.g. github.com/org/repo/**/*.*)",
1800
+ "name": "pattern",
1801
+ "required": true
1802
+ },
1803
+ "token": {
1804
+ "description": "Authentication token or environment variable reference (prefix with $, e.g. $GITHUB_TOKEN)",
1805
+ "name": "token",
1806
+ "required": true
1807
+ }
1808
+ },
1809
+ "description": "Add an authentication config for resolving $ref files requiring HTTP Authorization.",
1810
+ "flags": {
1811
+ "auth-type": {
1812
+ "char": "a",
1813
+ "description": "Authentication type (default is \"Bearer\")",
1814
+ "name": "auth-type",
1815
+ "hasDynamicHelp": false,
1816
+ "multiple": false,
1817
+ "type": "option"
1818
+ },
1819
+ "header": {
1820
+ "char": "h",
1821
+ "description": "Additional header in key=value format; can be used multiple times",
1822
+ "name": "header",
1823
+ "hasDynamicHelp": false,
1824
+ "multiple": true,
1825
+ "type": "option"
1826
+ }
1827
+ },
1828
+ "hasDynamicHelp": false,
1829
+ "hiddenAliases": [],
1830
+ "id": "config:auth:add",
1831
+ "pluginAlias": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
1832
+ "pluginName": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
1833
+ "pluginType": "core",
1834
+ "strict": true,
1835
+ "isESM": false,
1836
+ "relativePath": [
1837
+ "lib",
1838
+ "apps",
1839
+ "cli",
1840
+ "commands",
1841
+ "config",
1842
+ "auth",
1843
+ "add.js"
1844
+ ]
1845
+ },
1846
1846
  "config:context:add": {
1847
1847
  "aliases": [],
1848
1848
  "args": {
@@ -2133,5 +2133,5 @@
2133
2133
  ]
2134
2134
  }
2135
2135
  },
2136
- "version": "4.1.3"
2136
+ "version": "5.0.0"
2137
2137
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@asyncapi-actions-test/trusted-publishing-test_asyncapi-cli",
3
3
  "description": "All in one CLI for all AsyncAPI tools",
4
- "version": "4.1.3",
4
+ "version": "5.0.0",
5
5
  "author": "@asyncapi-actions-test",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run_bin"
@@ -25,6 +25,7 @@
25
25
  "@asyncapi/protobuf-schema-parser": "^3.6.0",
26
26
  "@asyncapi/raml-dt-schema-parser": "^4.0.24",
27
27
  "@asyncapi/studio": "^1.1.0",
28
+ "@changesets/changelog-git": "^0.2.0",
28
29
  "@clack/prompts": "^0.7.0",
29
30
  "@oclif/core": "^4.2.9",
30
31
  "@oclif/plugin-autocomplete": "^3.2.26",