Skip to content

Commit

Permalink
fix: Sign Published Packages (#6350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Oct 11, 2024
1 parent 4c19e77 commit 633b060
Show file tree
Hide file tree
Showing 26 changed files with 72 additions and 16 deletions.
3 changes: 2 additions & 1 deletion packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "8.15.0",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"type": "commonjs",
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-config-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "cspell-config-lib",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "CSpell Config library",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "cspell-dictionary",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/eslint-plugin",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "CSpell ESLint plugin",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-filetypes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/filetypes",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Library to determine file types based upon the file name.",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-gitignore/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "cspell-gitignore",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-glob/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "cspell-glob",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Glob matcher for cspell",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-grammar/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "cspell-grammar",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Grammar parsing support for cspell",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-io/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "cspell-io",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "A library of useful I/O functions used across various cspell tools.",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-json-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"!**/*.map"
],
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "cspell-lib",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "A library of useful functions used across various cspell tools.",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-normalize-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/normalize-json",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "A library to normalize JSON objects to reduce the size.",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-pipe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/cspell-pipe",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Library to make working with Iterators/AsyncIterators easier.",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/cspell-resolver",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Library to help resolve module locations.",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-service-bus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/cspell-service-bus",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "A Library for connecting requests to services that can fulfill them.",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-strong-weak-map/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/strong-weak-map",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "A Map with weakly referenced values.",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "8.15.0",
"description": "Tools to assist with the development of cSpell",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"type": "module",
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-trie-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "cspell-trie-lib",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Trie Data Structure to support cspell.",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-trie/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "cspell-trie",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Trie Data Structure reader for cspell",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/cspell-types",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Types for cspell and cspell-lib",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell-url/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/url",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "URL parsing and manipulation utilities for cspell",
Expand Down
3 changes: 2 additions & 1 deletion packages/dynamic-import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@cspell/dynamic-import",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "Dynamic Module Loader",
Expand Down
3 changes: 2 additions & 1 deletion packages/flatpack-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "flatpack-json",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "A library to normalize JSON objects to reduce the size.",
Expand Down
4 changes: 4 additions & 0 deletions packages/hunspell-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "hunspell-reader",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "8.15.0",
"description": "A library for reading Hunspell Dictionary Files",
"bin": "bin.js",
Expand Down
3 changes: 2 additions & 1 deletion test-packages/dictionaries/companies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"description": "Company names dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down
3 changes: 2 additions & 1 deletion test-packages/dictionaries/software-terms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"description": "Software terms dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
Expand Down

0 comments on commit 633b060

Please sign in to comment.