@screenpipe/cli-darwin-x64 0.4.41 → 0.4.47
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.md +2 -2
- package/bin/libonnxruntime.dylib +0 -0
- package/bin/screenpipe +0 -0
- package/package.json +2 -2
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Screenpipe Commercial License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2024-2026
|
|
3
|
+
Copyright (c) 2024-2026 Negentropy Labs, Inc. (dba Screenpipe). All rights reserved.
|
|
4
4
|
|
|
5
5
|
## 1. Definitions
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ Copyright (c) 2024-2026 Mediar, Inc. (dba Screenpipe). All rights reserved.
|
|
|
8
8
|
including its source code and documentation, and any binaries built from
|
|
9
9
|
that source code.
|
|
10
10
|
|
|
11
|
-
"Licensor" means
|
|
11
|
+
"Licensor" means Negentropy Labs, Inc. (dba Screenpipe).
|
|
12
12
|
|
|
13
13
|
"You" means the individual or entity exercising rights under this license.
|
|
14
14
|
|
package/bin/libonnxruntime.dylib
CHANGED
|
Binary file
|
package/bin/screenpipe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@screenpipe/cli-darwin-x64",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.47",
|
|
4
4
|
"description": "screenpipe CLI binary for macOS x64",
|
|
5
5
|
"os": [
|
|
6
6
|
"darwin"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://github.com/screenpipe/screenpipe"
|
|
13
|
+
"url": "git+https://github.com/screenpipe/screenpipe.git"
|
|
14
14
|
},
|
|
15
15
|
"license": "SEE LICENSE IN LICENSE.md"
|
|
16
16
|
}
|