@eslinted/core 5.1.3 → 5.1.5-rc.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,5 +32,5 @@ jobs:
32
32
  run: npm ci
33
33
  - name: Publish to NPM
34
34
  id: publish
35
- run: npm publish
35
+ run: npm publish --tag=next
36
36
  env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.10.0",
3
3
  "name": "@eslinted/core",
4
- "version": "5.1.3",
4
+ "version": "5.1.5-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",
@@ -33,7 +33,7 @@
33
33
  "@types/chai": "^5.0.1",
34
34
  "@types/mocha": "^10.0.9",
35
35
  "chai": "^5.1.2",
36
- "mocha": "^10.8.1",
36
+ "mocha": "^10.8.2",
37
37
  "npm-run-all": "^4.1.5",
38
38
  "run-script-os": "^1.1.6",
39
39
  "ts-add-js-extension": "^1.6.4",