@orchestrator-ui/eslint-config-custom 1.3.1 → 1.4.1
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +13 -0
- package/package.json +4 -3
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @orchestrator-ui/eslint-config-custom
|
|
2
2
|
|
|
3
|
+
## 1.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 56e2537: Fixes rights issue in github action
|
|
8
|
+
- b7fe3ee: Adds github action permission to publish with provenance
|
|
9
|
+
|
|
10
|
+
## 1.4.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 85fca33: Adds npm provenance flag
|
|
15
|
+
|
|
3
16
|
## 1.3.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orchestrator-ui/eslint-config-custom",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Contains the eslint configuration used in the Workflow orchestrator frontend projects",
|
|
6
6
|
"author": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://github.com/workfloworchestrator/orchestrator-ui-library.git"
|
|
13
|
+
"url": "git+https://github.com/workfloworchestrator/orchestrator-ui-library.git"
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://www.workfloworchestrator.org",
|
|
16
16
|
"keywords": [
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"prettier": "^3.2.5"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
|
-
"access": "public"
|
|
36
|
+
"access": "public",
|
|
37
|
+
"provenance": true
|
|
37
38
|
}
|
|
38
39
|
}
|