@mog-sdk/darwin-arm64 0.3.1 → 0.3.4

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 ADDED
@@ -0,0 +1,33 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Fundamental Research Lab, Inc.
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 deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ ADDITIONAL CONDITIONS FOR LARGE-SCALE USE:
16
+
17
+ If the Software, or any derivative work thereof, is used in or forms part of a
18
+ product or service that has either:
19
+
20
+ (a) more than 100,000,000 (one hundred million) monthly active users, or
21
+ (b) more than $20,000,000 (twenty million) USD in monthly revenue,
22
+
23
+ then the licensee must prominently display "Built with Mog" in the user
24
+ interface of such product or service in a manner that is reasonably visible to
25
+ end users.
26
+
27
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33
+ SOFTWARE.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mog-sdk/darwin-arm64",
3
- "version": "0.3.1",
3
+ "version": "0.3.4",
4
4
  "os": [
5
5
  "darwin"
6
6
  ],
@@ -20,4 +20,4 @@
20
20
  "type": "git",
21
21
  "url": "https://github.com/fundamental-research-labs/mog-internal"
22
22
  }
23
- }
23
+ }