mmt-testlight 1.42.1-pre → 1.42.2-pre

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 (3) hide show
  1. package/README.md +3 -1
  2. package/dist/cli.js +1 -0
  3. package/package.json +22 -2
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Multimeter CLI (mmtcli)
2
2
 
3
- CLI runner for Multimeter test files. The npm package is `mmt-testlight`; the command you run is `testlight`.
3
+ **testlight** runs Multimeter YAML `.mmt` tests in CI and locally. npm package: `mmt-testlight`.
4
+
5
+ Multimeter is an AI-powered REST Client and API testing tool for VS Code and CI. It is not an electrical multimeter. Git-native alternative to Postman. Docs: https://mmt.dev
4
6
 
5
7
  ## Usage
6
8
 
package/dist/cli.js CHANGED
@@ -25513,6 +25513,7 @@ function resolvePassphrase(passphrasePlain, passphraseEnv, envVars, processEnv)
25513
25513
  var DEFAULT_NETWORK_CONFIG;
25514
25514
  var init_NetworkData = __esm({
25515
25515
  "../core/src/NetworkData.ts"() {
25516
+ "use strict";
25516
25517
  DEFAULT_NETWORK_CONFIG = {
25517
25518
  ca: { enabled: false },
25518
25519
  clients: [],
package/package.json CHANGED
@@ -1,9 +1,29 @@
1
1
  {
2
2
  "name": "mmt-testlight",
3
- "version": "1.42.1-pre",
4
- "description": "Multimeter CLI test runner",
3
+ "version": "1.42.2-pre",
4
+ "description": "AI-powered REST Client and Git-native API testing CLI for YAML .mmt files. Same tests in VS Code and CI. Alternative to Postman.",
5
5
  "license": "Apache-2.0",
6
6
  "private": false,
7
+ "homepage": "https://mmt.dev/docs/features/testlight/install",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/mshobeyri/multimeter.git",
11
+ "directory": "mmtcli"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/mshobeyri/multimeter/issues"
15
+ },
16
+ "keywords": [
17
+ "api-testing",
18
+ "rest-client",
19
+ "cli",
20
+ "ci",
21
+ "yaml",
22
+ "postman-alternative",
23
+ "testlight",
24
+ "multimeter",
25
+ "mcp"
26
+ ],
7
27
  "bin": {
8
28
  "testlight": "dist/cli.js",
9
29
  "mmt": "dist/cli.js"