deadpipe 1.0.0 → 1.0.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 +29 -0
- package/README.md +1 -1
- package/package.json +1 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Deadpipe SDK License
|
|
2
|
+
|
|
3
|
+
Copyright 2024 Deadpipe
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to use
|
|
7
|
+
the Software solely for the purpose of integrating with the Deadpipe monitoring
|
|
8
|
+
service (https://deadpipe.com), subject to the following conditions:
|
|
9
|
+
|
|
10
|
+
1. The Software may only be used to send data to and receive data from the
|
|
11
|
+
official Deadpipe service.
|
|
12
|
+
|
|
13
|
+
2. The Software may not be modified, distributed, sublicensed, or used in any
|
|
14
|
+
commercial product or service without explicit written permission from
|
|
15
|
+
Deadpipe.
|
|
16
|
+
|
|
17
|
+
3. The Software may not be used to create competing monitoring services or
|
|
18
|
+
products.
|
|
19
|
+
|
|
20
|
+
4. The above copyright notice and this permission notice shall be included in
|
|
21
|
+
all copies or substantial portions of the Software.
|
|
22
|
+
|
|
23
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
24
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
26
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29
|
+
SOFTWARE.
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deadpipe",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Dead simple pipeline monitoring. Know when your pipelines die.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monitoring",
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "git+https://github.com/deadpipe/deadpipe-node.git"
|
|
21
21
|
},
|
|
22
|
-
"license": "MIT",
|
|
23
22
|
"author": "Deadpipe <hello@deadpipe.com>",
|
|
24
23
|
"type": "commonjs",
|
|
25
24
|
"exports": {
|