stable-ci 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 +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -163,7 +163,7 @@ This repository includes a composite GitHub Action.
163
163
  steps:
164
164
  - uses: actions/checkout@v4
165
165
 
166
- - uses: saldfsdk/stable-ci@v0.1.0
166
+ - uses: saldfsdk/stable-ci@v0.1.1
167
167
  with:
168
168
  config: stable-ci.yml
169
169
  junit: reports/stable-ci.xml
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "stable-ci",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Reliability CI for stablecoin payment integrations",
5
- "main": "index.js",
6
5
  "scripts": {
7
6
  "test": "vitest run",
8
7
  "dev": "tsx src/index.ts",