Skip to content

Commit a4372fd

Browse files
committed
lock to 0.4.2
1 parent 9280483 commit a4372fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"docs": "rm -rf ./docs; npx typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",
1717
"lint": "eslint ./src --quiet",
1818
"lint-fix": "eslint --fix ./src",
19-
"postinstall": "python3 -m pip install guardrails-ai",
19+
"postinstall": "python3 -m pip install guardrails-ai==0.4.2",
2020
"prepack": "rm -rf ./dist; npm run build",
2121
"test": "npm run uts; npm run its;",
2222
"uts": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --detectOpenHandles ./tests/unit-tests",

0 commit comments

Comments
 (0)