@daiyam/artifact-lang-js 0.8.1 → 0.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-lang-js",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "The base configuration for my javascript projects",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "3b661c4bab4723930798ed12a837367722ea69aa"
34
+ "gitHead": "a9449d026b7c38b82c6094bf543f8645aa0eed04"
35
35
  }
@@ -16,7 +16,9 @@
16
16
  "bin",
17
17
  "exports",
18
18
  "main",
19
+ "module",
19
20
  "types",
21
+ "typesVersions",
20
22
  "scripts",
21
23
  "dependencies",
22
24
  "devDependencies",
@@ -0,0 +1,32 @@
1
+ name: Stale Issues & PR
2
+ on:
3
+ schedule:
4
+ - cron: 0 1 * * *
5
+ permissions:
6
+ issues: write
7
+ jobs:
8
+ stale:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/stale@v10
12
+ with:
13
+ days-before-stale: 90
14
+ days-before-close: 30
15
+ operations-per-run: 1024
16
+ stale-issue-message: >
17
+ This issue has been automatically marked as stale. **If this issue
18
+ is still affecting you, please leave any comment**, and we'll keep
19
+ it open. If you have any new additional information, please include
20
+ it with your comment!
21
+ close-issue-message: >
22
+ This issue has been closed due to inactivity, and will not be
23
+ monitored. If this is a bug and you can reproduce this issue, please
24
+ open a new issue.
25
+ stale-issue-label: S-stale
26
+ close-issue-label: S-abandoned
27
+ stale-pr-message: |
28
+ This PR has been automatically marked as stale.
29
+ close-pr-message: >
30
+ This PR has been closed due to inactivity, and will not be monitored.
31
+ stale-pr-label: S-stale
32
+ close-pr-label: S-abandoned
@@ -1,22 +0,0 @@
1
- name: Stale Issues
2
- on:
3
- schedule:
4
- - cron: '0 1 * * *'
5
- permissions:
6
- issues: write
7
- jobs:
8
- stale:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/stale@v10
12
- with:
13
- days-before-stale: 720
14
- days-before-close: 60
15
- stale-issue-label: stale
16
- operations-per-run: 1024
17
- stale-issue-message: >
18
- This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
19
- close-issue-message: >
20
- This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
21
- exempt-issue-labels: discussion,never-stale
22
- only-pr-labels: needs-information