iii-sdk 0.11.2 → 0.11.3-next.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/LICENSE.spdx +13 -10
- package/package.json +1 -1
package/LICENSE.spdx
CHANGED
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
SPDXVersion: SPDX-2.
|
|
1
|
+
SPDXVersion: SPDX-2.3
|
|
2
2
|
DataLicense: CC0-1.0
|
|
3
|
+
SPDXID: SPDXRef-DOCUMENT
|
|
4
|
+
DocumentName: iii
|
|
5
|
+
DocumentNamespace: https://iii.dev/spdx/iii
|
|
3
6
|
PackageName: iii
|
|
4
|
-
|
|
7
|
+
SPDXID: SPDXRef-Package
|
|
5
8
|
PackageSupplier: Organization: Motia LLC
|
|
6
9
|
PackageHomePage: https://iii.dev
|
|
7
|
-
PackageLicenseDeclared: Elastic-2.0
|
|
8
|
-
|
|
10
|
+
PackageLicenseDeclared: Apache-2.0 AND Elastic-2.0
|
|
11
|
+
PackageLicenseConcluded: Apache-2.0 AND Elastic-2.0
|
|
9
12
|
PackageCopyrightText: 2024-present, Motia LLC
|
|
10
|
-
PackageSummary: <text>iii
|
|
11
|
-
|
|
12
|
-
and
|
|
13
|
+
PackageSummary: <text>iii turns distributed backend complexity into a
|
|
14
|
+
simple set of real-time, interoperable primitives called Workers,
|
|
15
|
+
Triggers, and Functions. The result is coordinated execution
|
|
16
|
+
that behaves as if it were a single runtime.
|
|
13
17
|
</text>
|
|
14
|
-
PackageComment: <text>
|
|
15
|
-
|
|
16
|
-
are licensed under Apache License 2.0.
|
|
18
|
+
PackageComment: <text>Inbound contributions from external
|
|
19
|
+
contributors are accepted under Apache-2.0 only; see CONTRIBUTING.md.
|
|
17
20
|
</text>
|
|
18
21
|
Created: 2024-01-01T00:00:00Z
|
|
19
22
|
PackageDownloadLocation: git://github.com/iii-hq/iii
|