@eslinted/core 3.1.13-rc.1 → 3.1.13-rc.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.
@@ -1,21 +1,18 @@
1
- name: NPM Publish (RELEASE.main)
1
+ name: NPM Publish (RELEASE)
2
2
 
3
3
  on:
4
4
  push:
5
- branches:
6
- - main
7
5
  tags:
8
6
  - v[0-9]+.[0-9]+.[0-9]+
9
- - "!v[0-9]+.[0-9]+.[0-9]+-**"
10
7
 
11
8
  jobs:
12
- publish-release-main:
9
+ publish-release:
13
10
  if: github.event_name == 'push'
14
11
  runs-on: ubuntu-latest
15
12
  environment:
16
- name: RELEASE.main
13
+ name: publish
17
14
  url: https://www.npmjs.com/package/@eslinted/core
18
- name: Build/Publish (RELEASE.main)
15
+ name: Build/Publish (RELEASE)
19
16
  steps:
20
17
  - name: Checkout
21
18
  id: checkout
@@ -1,20 +1,18 @@
1
- name: NPM Publish (dev)
1
+ name: NPM Publish (rc)
2
2
 
3
3
  on:
4
4
  push:
5
- branches:
6
- - dev
7
5
  tags:
8
6
  - v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+
9
7
 
10
8
  jobs:
11
- publish-dev:
9
+ publish-rc:
12
10
  if: github.event_name == 'push'
13
11
  runs-on: ubuntu-latest
14
12
  environment:
15
- name: dev
13
+ name: publish
16
14
  url: https://www.npmjs.com/package/@eslinted/core
17
- name: Build/Publish (dev)
15
+ name: Build/Publish (rc)
18
16
  steps:
19
17
  - name: Checkout
20
18
  id: checkout
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.16.1",
3
3
  "name": "@eslinted/core",
4
- "version": "3.1.13-rc.1",
4
+ "version": "3.1.13-rc.3",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "license": "MIT",