@gowri48/npmpublish 1.1.5 → 1.1.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",
@@ -10,12 +10,13 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
12
  "publishConfig": {
13
- "access": "public"
13
+ "access": "public"
14
14
  },
15
- "dependencies": {
16
- "axios": "^1.7.0"
15
+ "dependencies": {
16
+ "jest": "^29.6.1"
17
17
  },
18
18
  "engines": {
19
19
  "node": ">=12"
20
- }
21
- }
20
+ },
21
+ "packageManager": "yarn@3.6.4"
22
+ }
@@ -1,26 +0,0 @@
1
- name: testing1440
2
- on:
3
- workflow_dispatch:
4
-
5
- permissions:
6
- contents: read
7
- id-token: write
8
-
9
- jobs:
10
- publish:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: actions/checkout@v6
14
- - uses: pnpm/action-setup@v4
15
- with:
16
- version: 10
17
-
18
- - uses: actions/setup-node@v6
19
- with:
20
- node-version: '24'
21
- check-latest: true
22
- registry-url: 'https://registry.npmjs.org'
23
- cache: 'pnpm'
24
- - run: pnpm install
25
-
26
- - run: npm publish --access=public
@@ -1,21 +0,0 @@
1
- name: testing-npm(1477)
2
-
3
- on:
4
- workflow_dispatch:
5
-
6
- jobs:
7
- build:
8
- runs-on: ubuntu-latest
9
-
10
- steps:
11
- - uses: actions/checkout@v5
12
-
13
- - name: Setup Node
14
- uses: Satishchoudhary94/setup-node@fix/oidc-support-1440
15
- with:
16
- node-version: '24'
17
- registry-url: 'https://registry.npmjs.org'
18
-
19
- - run: npm publish
20
- env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -1,24 +0,0 @@
1
- name: testing-pnpm(1477)
2
-
3
- on:
4
- workflow_dispatch:
5
-
6
- jobs:
7
- build:
8
- runs-on: ubuntu-latest
9
-
10
- steps:
11
- - uses: actions/checkout@v5
12
- - uses: pnpm/action-setup@v6
13
- with:
14
- version: 10
15
-
16
- - name: Setup Node
17
- uses: Satishchoudhary94/setup-node@fix/oidc-support-1440
18
- with:
19
- node-version: '24'
20
- registry-url: 'https://registry.npmjs.org'
21
-
22
- - run: pnpm publish
23
- env:
24
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -1,21 +0,0 @@
1
- name: testing-yarn(1477)
2
-
3
- on:
4
- workflow_dispatch:
5
-
6
- jobs:
7
- build:
8
- runs-on: ubuntu-latest
9
-
10
- steps:
11
- - uses: actions/checkout@v5
12
-
13
- - name: Setup Node
14
- uses: Satishchoudhary94/setup-node@fix/oidc-support-1440
15
- with:
16
- node-version: '24'
17
- registry-url: 'https://registry.npmjs.org'
18
-
19
- - run: yarn publish
20
- env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -1,26 +0,0 @@
1
- name: withoutdummy-pnpm
2
-
3
- on:
4
- workflow_dispatch:
5
-
6
- jobs:
7
- no-token-fails:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: actions/checkout@v5
11
- - uses: pnpm/action-setup@v4
12
- with:
13
- version: 7
14
-
15
- - name: Setup Node with registry-url (no token provided)
16
- uses: Satishchoudhary94/setup-node@fix/oidc-support-1440
17
- with:
18
- node-version: '14'
19
- registry-url: 'https://registry.npmjs.org'
20
-
21
-
22
- - name: Show .npmrc contents
23
- run: cat $NPM_CONFIG_USERCONFIG
24
-
25
- - name: pnpm install (this will fail without dummy token)
26
- run: pnpm install
@@ -1,23 +0,0 @@
1
- name: withoutdummy-npm
2
-
3
- on:
4
- workflow_dispatch:
5
-
6
- jobs:
7
- no-token-fails:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: actions/checkout@v5
11
-
12
- - name: Setup Node with registry-url (no token provided)
13
- uses: Satishchoudhary94/setup-node@fix/oidc-support-1440
14
- with:
15
- node-version: '14'
16
- registry-url: 'https://registry.npmjs.org'
17
-
18
-
19
- - name: Show .npmrc contents
20
- run: cat $NPM_CONFIG_USERCONFIG
21
-
22
- - name: npm install (this will fail without dummy token)
23
- run: npm install
@@ -1,24 +0,0 @@
1
- name: withoutdummy-yarn
2
-
3
- on:
4
- workflow_dispatch:
5
-
6
- jobs:
7
- no-token-fails:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: actions/checkout@v5
11
-
12
- - name: Setup Node with registry-url (no token provided)
13
- uses: Satishchoudhary94/setup-node@fix/oidc-support-1440
14
- with:
15
- node-version: '12'
16
- registry-url: 'https://registry.npmjs.org'
17
-
18
-
19
- - name: Show .npmrc contents
20
- run: cat $NPM_CONFIG_USERCONFIG
21
-
22
- - name: yarn install (this will fail without dummy token)
23
- run: yarn add lodash --dry-run
24
-