Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Sign Published Packages #6350

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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