@keystrokehq/hosting 0.0.0-staging-20260717081204
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 +13 -0
- package/dist/index.cjs +8408 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +232 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +232 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +8354 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +52 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright 2026 Sprint Labs, Inc. All rights reserved.
|
|
2
|
+
|
|
3
|
+
This private canonical monorepo contains materials under different terms:
|
|
4
|
+
|
|
5
|
+
- The downstream public projection described by `oss/` is made available under
|
|
6
|
+
the Elastic License 2.0 in `oss/LICENSE`.
|
|
7
|
+
- Code and materials in paths containing an exact `cloud` segment are
|
|
8
|
+
proprietary and governed by the nearest applicable proprietary license.
|
|
9
|
+
|
|
10
|
+
Access to this private repository does not itself grant a license to use, copy,
|
|
11
|
+
modify, distribute, make available, or create derivative works from its
|
|
12
|
+
contents. Sprint Labs employees, contractors, customers, and partners receive
|
|
13
|
+
rights only under their applicable written agreements.
|