-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
c3b5aw
committed
Aug 9, 2022
1 parent
eefced6
commit 0ae4e5c
Showing
19 changed files
with
455 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@escape.tech/graphql-armor': patch | ||
--- | ||
|
||
fix: release CI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,13 @@ | |
"url": "git+ssh://[email protected]:Escape-Technologies/graphql-armor.git" | ||
}, | ||
"scripts": { | ||
"build": "preconstruct build", | ||
"build:yarn": "yarn workspaces foreach -ptv run build", | ||
"watch": "preconstruct watch", | ||
"lint": "prettier --check '**/*.{ts,js}'", | ||
"prettier": "prettier --write '**/*.{ts,js}'", | ||
"test": "jest", | ||
"test:ci": "jest --coverage", | ||
"build": "yarn workspaces foreach -ptv run build", | ||
"release": "changeset publish" | ||
}, | ||
"author": "Escape Technologies SAS", | ||
|
@@ -29,6 +31,7 @@ | |
"@commitlint/cli": "^17.0.0", | ||
"@commitlint/config-angular": "^17.0.0", | ||
"@escape.tech/mookme": "^2.2.0-beta.2", | ||
"@preconstruct/cli": "^2.2.1", | ||
"@trivago/prettier-plugin-sort-imports": "^3.3.0", | ||
"@types/babel__core": "^7", | ||
"@types/babel__preset-env": "^7", | ||
|
@@ -50,5 +53,11 @@ | |
"node": "16.14.2", | ||
"yarn": "1.22.18" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"preconstruct": { | ||
"packages": [ | ||
"packages/graphql-armor", | ||
"packages/plugins/*" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
"middleware" | ||
], | ||
"packageManager": "[email protected]", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/escape.tech-graphql-armor.cjs.js", | ||
"module": "dist/escape.tech-graphql-armor.esm.js", | ||
"files": [ | ||
"dist" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,8 @@ | |
"version": "1.1.0", | ||
"description": "Block graphql field suggestion.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/escape.tech-graphql-armor-block-field-suggestions.cjs.js", | ||
"module": "dist/escape.tech-graphql-armor-block-field-suggestions.esm.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc -w" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,8 @@ | |
"version": "1.1.0", | ||
"description": "Limit the number of character allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/escape.tech-graphql-armor-character-limit.cjs.js", | ||
"module": "dist/escape.tech-graphql-armor-character-limit.esm.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc -w" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,8 @@ | |
"version": "1.1.0", | ||
"description": "Limit the number of aliases allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/escape.tech-graphql-armor-max-aliases.cjs.js", | ||
"module": "dist/escape.tech-graphql-armor-max-aliases.esm.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc -w" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,8 @@ | |
"version": "1.1.0", | ||
"description": "Limit the depth allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/escape.tech-graphql-armor-max-depth.cjs.js", | ||
"module": "dist/escape.tech-graphql-armor-max-depth.esm.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc -w" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,8 @@ | |
"version": "1.1.0", | ||
"description": "Limit the number of directives allowed in a GraphQL query.", | ||
"packageManager": "[email protected]", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/escape.tech-graphql-armor-max-directives.cjs.js", | ||
"module": "dist/escape.tech-graphql-armor-max-directives.esm.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc -w" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.