@iii-dev/observability 0.13.0-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 ADDED
@@ -0,0 +1,25 @@
1
+ SPDXVersion: SPDX-2.3
2
+ DataLicense: CC0-1.0
3
+ SPDXID: SPDXRef-DOCUMENT
4
+ DocumentName: iii
5
+ DocumentNamespace: https://iii.dev/spdx/iii
6
+ PackageName: iii
7
+ SPDXID: SPDXRef-Package
8
+ PackageSupplier: Organization: Motia LLC
9
+ PackageHomePage: https://iii.dev
10
+ PackageLicenseDeclared: Apache-2.0 AND Elastic-2.0
11
+ PackageLicenseConcluded: Apache-2.0 AND Elastic-2.0
12
+ PackageCopyrightText: 2024-present, Motia LLC
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.
17
+ </text>
18
+ PackageComment: <text>Inbound contributions from external
19
+ contributors are accepted under Apache-2.0 only; see CONTRIBUTING.md.
20
+ </text>
21
+ Created: 2024-01-01T00:00:00Z
22
+ PackageDownloadLocation: git://github.com/iii-hq/iii
23
+ PackageDownloadLocation: git+https://github.com/iii-hq/iii.git
24
+ PackageDownloadLocation: git+ssh://github.com/iii-hq/iii.git
25
+ Creator: Organization: Motia LLC
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @iii-dev/observability
2
+
3
+ OpenTelemetry + Logger primitives shared across the iii SDKs.
4
+
5
+ See https://github.com/iii-hq/iii for the full project.