@forge/cli 5.0.0-next.1 → 5.0.0-next.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @forge/cli
2
2
 
3
+ ## 5.0.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5424f97]
8
+ - @forge/cli-shared@3.0.0-next.3
9
+ - @forge/bundler@3.0.12-next.3
10
+ - @forge/lint@3.2.3-next.3
11
+
12
+ ## 5.0.0-next.2
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [35172f2]
17
+ - @forge/cli-shared@3.0.0-next.2
18
+ - @forge/bundler@3.0.12-next.2
19
+ - @forge/lint@3.2.3-next.2
20
+
3
21
  ## 5.0.0-next.1
4
22
 
5
23
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli",
3
- "version": "5.0.0-next.1",
3
+ "version": "5.0.0-next.3",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -455,9 +455,9 @@
455
455
  "integrity": "sha512-+GFtFqBhFzwKaKmeEfw1jWQgZJNX4q11CCx1fSPFJB49Fdjb7k3lx74jAyzHlX0UWnm6DMK+/cYT7j5t6G9LfA=="
456
456
  },
457
457
  "@forge/bundler": {
458
- "version": "3.0.12-next.1",
459
- "resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-3.0.12-next.1.tgz",
460
- "integrity": "sha512-rBrlOzhPv7knoqV7QGPmX4rpuQhTHs3v1AHZFDiAR0/Gt4eFqRUDz0HQtgNB47nVIOAM+fJ0dyRikqmJxv2M+A==",
458
+ "version": "3.0.12-next.3",
459
+ "resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-3.0.12-next.3.tgz",
460
+ "integrity": "sha512-2RxBWgHMOHwRTyTtwIHYG5p95DwS4UIHAEe5/feo4ffBVIo+aQu1AjYdR5c3ezUYJeK7phvn52teFHvHsN7jHg==",
461
461
  "requires": {
462
462
  "@babel/core": "^7.16.7",
463
463
  "@babel/plugin-proposal-class-properties": "^7.16.7",
@@ -467,8 +467,8 @@
467
467
  "@babel/preset-typescript": "^7.16.7",
468
468
  "@forge/api": "2.7.0",
469
469
  "@forge/babel-plugin-transform-ui": "1.1.0",
470
- "@forge/cli-shared": "3.0.0-next.1",
471
- "@forge/lint": "3.2.3-next.1",
470
+ "@forge/cli-shared": "3.0.0-next.3",
471
+ "@forge/lint": "3.2.3-next.3",
472
472
  "assert": "^1.1.1",
473
473
  "babel-loader": "^8.2.3",
474
474
  "browserify-zlib": "^0.2.0",
@@ -496,9 +496,9 @@
496
496
  }
497
497
  },
498
498
  "@forge/cli-shared": {
499
- "version": "3.0.0-next.1",
500
- "resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-3.0.0-next.1.tgz",
501
- "integrity": "sha512-XOF01ozvC8AufHtejQ8qpjxrz0k2RbFSEjxSOIGGJmEtmjjsdRmYDQ8Rf7By15pBCm7PWJgn2FMU4Wf0dQnDsQ==",
499
+ "version": "3.0.0-next.3",
500
+ "resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-3.0.0-next.3.tgz",
501
+ "integrity": "sha512-PTfEkVc+EASibV7Shrbxf/ng9m0cWh8mrc0Vf/exv9GNK18bgYIycPQZoHIThBSIhJF87IVtP1Il3tKWxYoyqA==",
502
502
  "requires": {
503
503
  "@forge/manifest": "4.1.0-next.0",
504
504
  "@forge/util": "1.2.0",
@@ -543,11 +543,11 @@
543
543
  }
544
544
  },
545
545
  "@forge/lint": {
546
- "version": "3.2.3-next.1",
547
- "resolved": "https://registry.npmjs.org/@forge/lint/-/lint-3.2.3-next.1.tgz",
548
- "integrity": "sha512-DrqnS58LqF2id7sCilRCOzy/Gi1c90lmpYfWZ23HU/WSX2i7BNHksAS6a5X8mVcf82BGnIT/WTt9qdGunc+SDA==",
546
+ "version": "3.2.3-next.3",
547
+ "resolved": "https://registry.npmjs.org/@forge/lint/-/lint-3.2.3-next.3.tgz",
548
+ "integrity": "sha512-cyOvWYk+dkTWn7xrDeYXcJfZ4dvY9Ay4cxvTAp+vJw4NVbSS5k771Dx+YXBB+JN4NpRTiKGZ+mhYZU1IKZp8XQ==",
549
549
  "requires": {
550
- "@forge/cli-shared": "3.0.0-next.1",
550
+ "@forge/cli-shared": "3.0.0-next.3",
551
551
  "@forge/csp": "1.11.0",
552
552
  "@forge/manifest": "4.1.0-next.0",
553
553
  "@typescript-eslint/typescript-estree": "^3.5.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli",
3
- "version": "5.0.0-next.1",
3
+ "version": "5.0.0-next.3",
4
4
  "description": "A command line interface for managing Atlassian-hosted apps",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -18,10 +18,10 @@
18
18
  "postinstall": "node -e \"process.exitCode = fs.existsSync('./out/bin/postinstall.js')\" || node ./out/bin/postinstall.js"
19
19
  },
20
20
  "dependencies": {
21
- "@forge/bundler": "3.0.12-next.1",
22
- "@forge/cli-shared": "3.0.0-next.1",
21
+ "@forge/bundler": "3.0.12-next.3",
22
+ "@forge/cli-shared": "3.0.0-next.3",
23
23
  "@forge/csp": "^1.11.0",
24
- "@forge/lint": "3.2.3-next.1",
24
+ "@forge/lint": "3.2.3-next.3",
25
25
  "@forge/manifest": "4.1.0-next.0",
26
26
  "@forge/util": "1.2.0",
27
27
  "ajv": "^6.12.5",