seqera 1.1.1 → 1.2.0-dev.a86ebb8

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/LICENSE +64 -0
  2. package/package.json +7 -6
package/LICENSE ADDED
@@ -0,0 +1,64 @@
1
+ Business Source License 1.1
2
+
3
+ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
4
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
5
+
6
+ Parameters
7
+
8
+ Licensor: Seqera Labs, S.L.
9
+ Licensed Work: Seqera AI
10
+ Copyright (c) 2024-2026 Seqera Labs, S.L.
11
+ Additional Use Grant: None
12
+ Change Date: Four years from the date the Licensed Work is published.
13
+ Change License: Apache License, Version 2.0
14
+
15
+ Notice
16
+
17
+ The Business Source License (this document, or the "License") is not an Open
18
+ Source license. However, the Licensed Work will eventually be made available
19
+ under an Open Source License, as stated in this License.
20
+
21
+ For more information on the use of the Business Source License for Seqera
22
+ products, please visit https://seqera.io.
23
+
24
+ Terms
25
+
26
+ The Licensor hereby grants you the right to copy, modify, create derivative
27
+ works, redistribute, and make non-production use of the Licensed Work. The
28
+ Licensor may make an Additional Use Grant, above, permitting limited
29
+ production use.
30
+
31
+ Effective on the Change Date, or the fourth anniversary of the first publicly
32
+ available distribution of a specific version of the Licensed Work under this
33
+ License, whichever comes first, the Licensor hereby grants you rights under
34
+ the terms of the Change License, and the rights granted in the paragraph
35
+ above terminate.
36
+
37
+ If your use of the Licensed Work does not comply with the requirements
38
+ currently in effect as described in this License, you must purchase a
39
+ commercial license from the Licensor, its affiliated entities, or authorized
40
+ resellers, or you must refrain from using the Licensed Work.
41
+
42
+ All copies of the original and modified Licensed Work, and derivative works
43
+ of the Licensed Work, are subject to this License. This License applies
44
+ separately for each version of the Licensed Work and the Change Date may vary
45
+ for each version of the Licensed Work released by Licensor.
46
+
47
+ You must conspicuously display this License on each original or modified copy
48
+ of the Licensed Work. If you receive the Licensed Work in original or
49
+ modified form from a third party, the terms and conditions set forth in this
50
+ License apply to your use of that work.
51
+
52
+ Any use of the Licensed Work in violation of this License will automatically
53
+ terminate your rights under this License for the current and all other
54
+ versions of the Licensed Work.
55
+
56
+ This License does not grant you any right in any trademark or logo of
57
+ Licensor or its affiliates (provided that you may use a trademark or logo of
58
+ Licensor as expressly required by this License).
59
+
60
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
61
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
62
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
63
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
64
+ TITLE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seqera",
3
- "version": "1.1.1",
3
+ "version": "1.2.0-dev.a86ebb8",
4
4
  "description": "AI-powered CLI for Seqera Platform - bioinformatics workflow management",
5
5
  "keywords": [
6
6
  "seqera",
@@ -11,18 +11,19 @@
11
11
  "cli"
12
12
  ],
13
13
  "author": "Seqera Labs",
14
- "license": "Custom",
14
+ "license": "BUSL-1.1",
15
15
  "bin": {
16
16
  "seqera": "bin/seqera"
17
17
  },
18
18
  "files": [
19
19
  "bin/**",
20
- "README.md"
20
+ "README.md",
21
+ "LICENSE"
21
22
  ],
22
23
  "optionalDependencies": {
23
- "@seqera/cli-darwin-arm64": "1.1.1",
24
- "@seqera/cli-darwin-x64": "1.1.1",
25
- "@seqera/cli-linux-x64": "1.1.1"
24
+ "@seqera/cli-darwin-arm64": "1.2.0-dev.a86ebb8",
25
+ "@seqera/cli-darwin-x64": "1.2.0-dev.a86ebb8",
26
+ "@seqera/cli-linux-x64": "1.2.0-dev.a86ebb8"
26
27
  },
27
28
  "engines": {
28
29
  "node": ">=18"