@gowri48/npmpublish 1.1.9 → 1.2.0

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.
@@ -20,5 +20,6 @@ jobs:
20
20
  node-version: '24'
21
21
  registry-url: 'https://registry.npmjs.org'
22
22
  cache: 'pnpm'
23
+ - run: pnpm install
23
24
 
24
- - run: pnpm publish
25
+ - run: pnpm publish --no-git-checks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "dependencies": {
13
- "jest": "^29.6.1"
13
+ "axios": "^1.7.0"
14
14
  },
15
15
  "engines": {
16
16
  "node": ">=12"