@jetbrains/junie-cli 459.1.0 → 462.1.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/package.json +2 -2
  2. package/postinstall.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jetbrains/junie-cli",
3
- "version": "459.1.0",
4
- "junieVersion": "459.1",
3
+ "version": "462.1.0",
4
+ "junieVersion": "462.1",
5
5
  "description": "Junie command‑line client",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "repository": "https://github.com/jetbrains-junie/junie",
package/postinstall.js CHANGED
@@ -29,7 +29,7 @@ function resolveTarget() {
29
29
  function buildUrl({arch, osName}) {
30
30
  const JUNIE_VERSION = require("./package.json").junieVersion
31
31
  const tag = `${JUNIE_VERSION}`
32
- return `https://github.com/jetbrains-junie/junie/releases/download/${tag}/junie-eap.${JUNIE_VERSION}-${osName}-${arch}.zip`
32
+ return `https://github.com/jetbrains-junie/junie/releases/download/${tag}/junie-eap-${JUNIE_VERSION}-${osName}-${arch}.zip`
33
33
  }
34
34
 
35
35
  function stripQuarantine(targetPath) {