Skip to content

Commit 633b060

Browse files
authored
fix: Sign Published Packages (#6350)
1 parent 4c19e77 commit 633b060

File tree

26 files changed

+72
-16
lines changed

26 files changed

+72
-16
lines changed

packages/cspell-bundled-dicts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "8.15.0",
44
"description": "Dictionaries bundled with cspell",
55
"publishConfig": {
6-
"access": "public"
6+
"access": "public",
7+
"provenance": true
78
},
89
"type": "commonjs",
910
"sideEffects": false,

packages/cspell-config-lib/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "cspell-config-lib",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "CSpell Config library",
59
"keywords": [

packages/cspell-dictionary/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "cspell-dictionary",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
59
"type": "module",

packages/cspell-eslint-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@cspell/eslint-plugin",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
},
67
"version": "8.15.0",
78
"description": "CSpell ESLint plugin",

packages/cspell-filetypes/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@cspell/filetypes",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
},
67
"version": "8.15.0",
78
"description": "Library to determine file types based upon the file name.",

packages/cspell-gitignore/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "cspell-gitignore",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "Gitignore Glob matcher for cspell",
59
"keywords": [

packages/cspell-glob/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "cspell-glob",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "Glob matcher for cspell",
59
"keywords": [

packages/cspell-grammar/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "cspell-grammar",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "Grammar parsing support for cspell",
59
"keywords": [

packages/cspell-io/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "cspell-io",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "A library of useful I/O functions used across various cspell tools.",
59
"type": "module",

packages/cspell-json-reporter/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"!**/*.map"
2828
],
2929
"publishConfig": {
30-
"access": "public"
30+
"access": "public",
31+
"provenance": true
3132
},
3233
"repository": {
3334
"type": "git",

0 commit comments

Comments
 (0)