@eslinted/core 6.0.0 → 7.0.0-rc.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.
@@ -32,7 +32,5 @@ jobs:
32
32
  run: npm ci
33
33
  - name: Publish to NPM
34
34
  id: publish
35
- run: |
36
- npm publish --tag latest
37
- npm dist-tag add $npm_package_name@$npm_package_version next
35
+ run: npm publish
38
36
  env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
@@ -32,6 +32,5 @@ jobs:
32
32
  run: npm ci
33
33
  - name: Publish to NPM
34
34
  id: publish
35
- run: |
36
- npm publish --tag next
35
+ run: npm publish
37
36
  env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "_schemaVersion": "22.10.0",
2
+ "_schemaVersion": "22.10.1",
3
3
  "name": "@eslinted/core",
4
- "version": "6.0.0",
4
+ "version": "7.0.0-rc.0",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
@@ -10,7 +10,8 @@
10
10
  "license": "MIT",
11
11
  "private": false,
12
12
  "publishConfig": {
13
- "access": "public"
13
+ "access": "public",
14
+ "tag": "next"
14
15
  },
15
16
  "type": "module",
16
17
  "main": "dist/index.js",