thymian 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @thymian/cli
1
+ # thymian
2
2
 
3
3
  Main CLI entry point for Thymian - a lightweight, language-agnostic library that helps you build robust APIs by adding resilience testing and HTTP conformance validation to your development workflow.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @thymian/cli
8
+ npm install thymian
9
9
  ```
10
10
 
11
11
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thymian",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,16 +26,16 @@
26
26
  "@oclif/plugin-not-found": "^3.2.57",
27
27
  "@oclif/plugin-plugins": "^5.4.43",
28
28
  "@oclif/plugin-version": "^2.2.30",
29
- "@thymian/common-cli": "0.1.0",
30
- "@thymian/plugin-http-analyzer": "0.1.0",
31
- "@thymian/plugin-http-linter": "0.1.0",
32
- "@thymian/plugin-http-tester": "0.1.0",
33
- "@thymian/plugin-openapi": "0.1.0",
34
- "@thymian/plugin-reporter": "0.1.0",
35
- "@thymian/plugin-request-dispatcher": "0.1.0",
36
- "@thymian/plugin-sampler": "0.1.0",
37
- "@thymian/plugin-websocket-proxy": "0.1.0",
38
- "@thymian/rules-rfc-9110": "0.1.0",
29
+ "@thymian/common-cli": "0.1.1",
30
+ "@thymian/plugin-http-analyzer": "0.1.1",
31
+ "@thymian/plugin-http-linter": "0.1.1",
32
+ "@thymian/plugin-http-tester": "0.1.1",
33
+ "@thymian/plugin-openapi": "0.1.1",
34
+ "@thymian/plugin-reporter": "0.1.1",
35
+ "@thymian/plugin-request-dispatcher": "0.1.1",
36
+ "@thymian/plugin-sampler": "0.1.1",
37
+ "@thymian/plugin-websocket-proxy": "0.1.1",
38
+ "@thymian/rules-rfc-9110": "0.1.1",
39
39
  "open": "^8.4.2",
40
40
  "tslib": "^2.3.0"
41
41
  },