We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9280483 commit a4372fdCopy full SHA for a4372fd
package.json
@@ -16,7 +16,7 @@
16
"docs": "rm -rf ./docs; npx typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",
17
"lint": "eslint ./src --quiet",
18
"lint-fix": "eslint --fix ./src",
19
- "postinstall": "python3 -m pip install guardrails-ai",
+ "postinstall": "python3 -m pip install guardrails-ai==0.4.2",
20
"prepack": "rm -rf ./dist; npm run build",
21
"test": "npm run uts; npm run its;",
22
"uts": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --detectOpenHandles ./tests/unit-tests",
0 commit comments