@customerio/cli-linux-arm64 0.0.0-bootstrap → 0.0.2

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 (4) hide show
  1. package/LICENSE +38 -0
  2. package/bin/cio +0 -0
  3. package/package.json +7 -5
  4. package/README.md +0 -3
package/LICENSE ADDED
@@ -0,0 +1,38 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ Copyright 2025, PPeaberry Software, Inc. d/b/a Customer.io
8
+
9
+ Licensed under the Apache License, Version 2.0 (the "License");
10
+ you may not use this file except in compliance with the License
11
+ and the Commons Clause Restriction. You may obtain a copy of the
12
+ License at
13
+
14
+ http://www.apache.org/licenses/LICENSE-2.0
15
+
16
+ Unless required by applicable law or agreed to in writing, software
17
+ distributed under the License is distributed on an "AS IS" BASIS,
18
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ See the License for the specific language governing permissions and
20
+ limitations under the License.
21
+
22
+ ---
23
+
24
+ Commons Clause Restriction
25
+ The Software is provided to you by the Licensor under the License,
26
+ as defined below, subject to the following condition.
27
+
28
+ Without limiting other conditions in the License, the grant of rights
29
+ under the License will not include, and the License does not grant to you,
30
+ the right to Sell the Software.
31
+
32
+ For purposes of the foregoing, "Sell" means practicing any or all of
33
+ the rights granted to you under the License to provide to third parties,
34
+ for a fee or other consideration (including without limitation fees for
35
+ hosting or consulting/ support services related to the Software), a product
36
+ or service whose value derives, entirely or substantially, from the
37
+ functionality of the Software. Any license notice or attribution required
38
+ by the License must also include this Commons Clause Restriction notice.
package/bin/cio ADDED
Binary file
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@customerio/cli-linux-arm64",
3
- "version": "0.0.0-bootstrap",
4
- "description": "Bootstrap placeholder for Customer.io CLI linux-arm64 binary package setup.",
3
+ "version": "0.0.2",
4
+ "description": "Customer.io CLI linux-arm64 binary",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/customerio/cli.git"
7
+ "url": "git+https://github.com/customerio/cli.git"
8
8
  },
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "os": [
@@ -14,9 +14,11 @@
14
14
  "arm64"
15
15
  ],
16
16
  "files": [
17
- "README.md"
17
+ "bin/",
18
+ "LICENSE"
18
19
  ],
19
20
  "publishConfig": {
20
- "access": "public"
21
+ "access": "public",
22
+ "provenance": true
21
23
  }
22
24
  }
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # @customerio/cli-linux-arm64
2
-
3
- Bootstrap placeholder only. Do not install. Use a later release.