iii-sdk 0.11.2-next.3 → 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.
Files changed (2) hide show
  1. package/LICENSE.spdx +13 -10
  2. package/package.json +1 -1
package/LICENSE.spdx CHANGED
@@ -1,19 +1,22 @@
1
- SPDXVersion: SPDX-2.1
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
- DataFormat: SPDXRef-1
7
+ SPDXID: SPDXRef-Package
5
8
  PackageSupplier: Organization: Motia LLC
6
9
  PackageHomePage: https://iii.dev
7
- PackageLicenseDeclared: Elastic-2.0
8
- PackageLicenseDeclared: Apache-2.0
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 is a single engine with three primitives (Function, Trigger, Discovery)
11
- that replaces API frameworks, task queues, cron schedulers, pub/sub, state stores,
12
- and observability pipelines.
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>The engine runtime (engine/) is licensed under Elastic License 2.0.
15
- All other components (sdk/, cli/, console/, frameworks/, docs/, website/)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iii-sdk",
3
- "version": "0.11.2-next.3",
3
+ "version": "0.11.3-next.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"