mpx-api 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/LICENSE +19 -9
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,16 +1,26 @@
1
- MIT License
1
+ Mesaplex Dual License
2
2
 
3
3
  Copyright (c) 2026 Mesaplex
4
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:
5
+ This software is available under two licensing options:
11
6
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
7
+ 1. FREE TIER (Personal Use)
8
+ - Limited daily usage
9
+ - Basic features only
10
+ - Personal and non-commercial use only
11
+
12
+ Permission is granted to use this software for personal, non-commercial
13
+ purposes subject to the usage limits described in the documentation.
14
+
15
+ 2. PRO LICENSE (Commercial Use)
16
+ - Unlimited usage
17
+ - All features unlocked
18
+ - JSON/CSV export
19
+ - CI/CD integration
20
+ - Commercial use allowed
21
+ - Priority support
22
+
23
+ To obtain a Pro license, visit: https://mesaplex.com
14
24
 
15
25
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
26
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mpx-api",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Developer-first API testing, mocking, and documentation CLI with AI-native features (JSON output, MCP server)",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -23,7 +23,7 @@
23
23
  "automation"
24
24
  ],
25
25
  "author": "Mesaplex <support@mesaplex.com>",
26
- "license": "MIT",
26
+ "license": "SEE LICENSE IN LICENSE",
27
27
  "repository": {
28
28
  "type": "git",
29
29
  "url": "git+https://github.com/mesaplexdev/mpx-api.git"