@deveco-test/deveco-code 0.1.0-Test → 0.1.1-1
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/package.json +4 -4
- package/postinstall.mjs +1 -1
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.1-1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"files": [
|
|
12
12
|
"bin/**/*",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"assets/**/*"
|
|
17
17
|
],
|
|
18
18
|
"optionalDependencies": {
|
|
19
|
-
"@deveco-test/deveco-code-windows-x64": "0.1.
|
|
20
|
-
"@deveco-test/deveco-code-darwin-x64": "0.1.
|
|
21
|
-
"@deveco-test/deveco-code-darwin-arm64": "0.1.
|
|
19
|
+
"@deveco-test/deveco-code-windows-x64": "0.1.1-1",
|
|
20
|
+
"@deveco-test/deveco-code-darwin-x64": "0.1.1-1",
|
|
21
|
+
"@deveco-test/deveco-code-darwin-arm64": "0.1.1-1"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/postinstall.mjs
CHANGED
|
@@ -202,7 +202,7 @@ function main() {
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
throw new Error(
|
|
205
|
-
`It seems your package manager failed to install the right
|
|
205
|
+
`It seems your package manager failed to install the right deveco-code package. Try manually installing ${packageNames()
|
|
206
206
|
.map((name) => JSON.stringify(name))
|
|
207
207
|
.join(" or ")}.`,
|
|
208
208
|
)
|