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",

packages/cspell-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-lib",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "A library of useful functions used across various cspell tools.",
59
"type": "module",

packages/cspell-normalize-json/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@cspell/normalize-json",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
},
67
"version": "8.15.0",
78
"description": "A library to normalize JSON objects to reduce the size.",

packages/cspell-pipe/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@cspell/cspell-pipe",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
},
67
"version": "8.15.0",
78
"description": "Library to make working with Iterators/AsyncIterators easier.",

packages/cspell-resolver/package.json

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

packages/cspell-service-bus/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@cspell/cspell-service-bus",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
},
67
"version": "8.15.0",
78
"description": "A Library for connecting requests to services that can fulfill them.",

packages/cspell-strong-weak-map/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@cspell/strong-weak-map",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
},
67
"version": "8.15.0",
78
"description": "A Map with weakly referenced values.",

packages/cspell-tools/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": "Tools to assist with the development of cSpell",
55
"publishConfig": {
6-
"access": "public"
6+
"access": "public",
7+
"provenance": true
78
},
89
"type": "module",
910
"sideEffects": false,

packages/cspell-trie-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-trie-lib",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "Trie Data Structure to support cspell.",
59
"type": "module",

packages/cspell-trie/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "cspell-trie",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "Trie Data Structure reader for cspell",
59
"type": "module",

packages/cspell-types/package.json

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

packages/cspell-url/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@cspell/url",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
},
67
"version": "8.15.0",
78
"description": "URL parsing and manipulation utilities for cspell",

packages/dynamic-import/package.json

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

packages/flatpack-json/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "flatpack-json",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
},
67
"version": "8.15.0",
78
"description": "A library to normalize JSON objects to reduce the size.",

packages/hunspell-reader/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "hunspell-reader",
3+
"publishConfig": {
4+
"access": "public",
5+
"provenance": true
6+
},
37
"version": "8.15.0",
48
"description": "A library for reading Hunspell Dictionary Files",
59
"bin": "bin.js",

test-packages/dictionaries/companies/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"private": true,
55
"description": "Company names dictionary for cspell.",
66
"publishConfig": {
7-
"access": "public"
7+
"access": "public",
8+
"provenance": true
89
},
910
"exports": {
1011
".": "./cspell-ext.json",

test-packages/dictionaries/software-terms/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"private": true,
55
"description": "Software terms dictionary for cspell.",
66
"publishConfig": {
7-
"access": "public"
7+
"access": "public",
8+
"provenance": true
89
},
910
"exports": {
1011
".": "./cspell-ext.json",

0 commit comments

Comments
 (0)