rainbo 0.1.8 → 0.1.10
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/README.md +3 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -159,8 +159,9 @@ npm run publish:npm:local -- --otp=<code>
|
|
|
159
159
|
|
|
160
160
|
By default the local script builds the current platform binary into
|
|
161
161
|
`packaging/npm/bin/<platform>/`. CI then uses those binaries to generate
|
|
162
|
-
temporary platform packages such as
|
|
163
|
-
|
|
162
|
+
temporary platform packages such as `@singdata/rainbo-cli-darwin-arm64` and
|
|
163
|
+
`@singdata/rainbo-cli-win32-x64`, followed by the top-level `rainbo` meta
|
|
164
|
+
package.
|
|
164
165
|
|
|
165
166
|
To build multiple platforms from a machine with the required Rust
|
|
166
167
|
targets/toolchains installed, set:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rainbo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Rainbo command line tools for data migration workflows",
|
|
5
5
|
"bin": {
|
|
6
6
|
"rainbo": "packaging/npm/run.js"
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"node": ">=16"
|
|
10
10
|
},
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"@singdata/rainbo-cli-darwin-x64": "0.1.
|
|
13
|
-
"@singdata/rainbo-cli-darwin-arm64": "0.1.
|
|
14
|
-
"@singdata/rainbo-cli-win32-x64": "0.1.
|
|
15
|
-
"@singdata/rainbo-cli-win32-arm64": "0.1.
|
|
12
|
+
"@singdata/rainbo-cli-darwin-x64": "0.1.10",
|
|
13
|
+
"@singdata/rainbo-cli-darwin-arm64": "0.1.10",
|
|
14
|
+
"@singdata/rainbo-cli-win32-x64": "0.1.10",
|
|
15
|
+
"@singdata/rainbo-cli-win32-arm64": "0.1.10"
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"files": [
|