Files
windmill/typescript-client/package.json
T
Ruben Fiszel 1a8285a06f feat: scim token and saml metadata setting in UI directly
chore(main): release 1.271.0 (#3237)

* chore(main): release 1.271.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>

fix test

revert ee changes

revert ee changes
2024-02-18 07:26:12 +01:00

20 lines
395 B
JSON

{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.271.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
"@types/node": "^20.4.10"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "tsc",
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
]
}