@release-change/ci 0.1.2 → 0.1.3

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 +5 -5
package/README.md CHANGED
@@ -4,8 +4,8 @@ Get environment variables related to the CI
4
4
 
5
5
  ![License: MIT](https://img.shields.io/github/license/release-change/release-change)
6
6
  [![ESM-only package](https://img.shields.io/badge/package-ESM--only-ffe536)](https://nodejs.org/api/esm.html)
7
- [![Conventional Commits 1.0.0](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
8
- [![Formatted with Biome](https://img.shields.io/badge/Formatted_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev/)
7
+ [![Conventional Commits 1.0.0](https://img.shields.io/badge/Conventional_Commits-1.0.0-fe5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
8
+ [![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev)
9
9
  ![NPM latest version](https://img.shields.io/npm/v/%40release-change%2Fci/latest)
10
10
  ![Node support](https://img.shields.io/node/v/%40release-change%2Fci)
11
11
  ![Build status](https://img.shields.io/github/actions/workflow/status/release-change/release-change/run-tests.yml)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@release-change/ci",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Get environment variables related to the CI",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/release-change/release-change",
@@ -24,12 +24,12 @@
24
24
  "engines": {
25
25
  "node": "^20.18.3 || ^22.12.0 || ^24.0.0",
26
26
  "npm": ">=10.8.2",
27
- "pnpm": ">=10.28.0"
27
+ "pnpm": ">=10.32.1"
28
28
  },
29
29
  "dependencies": {
30
- "@release-change/config": "0.1.2",
31
- "@release-change/logger": "0.1.2",
32
- "@release-change/shared": "0.1.2"
30
+ "@release-change/config": "0.1.3",
31
+ "@release-change/shared": "0.1.3",
32
+ "@release-change/logger": "0.1.3"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc",