@kestra-io/kestra-sdk 2.0.0-develop.3fc51071.7c8bc6c3 → 2.0.0-develop.3fc51071.e95cab31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kestra-io/kestra-sdk",
|
|
3
|
-
"version": "2.0.0-develop.3fc51071.
|
|
3
|
+
"version": "2.0.0-develop.3fc51071.e95cab31",
|
|
4
4
|
"description": "All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.<br/> Endpoints designated as Superadmin-only are not tenant-scoped.",
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "Unlicense",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -59,7 +59,6 @@
|
|
|
59
59
|
"dev": "node scripts/dev.mjs",
|
|
60
60
|
"typecheck": "vue-tsc --noEmit",
|
|
61
61
|
"generate:openapi": "openapi-ts",
|
|
62
|
-
"postinstall": "openapi-ts",
|
|
63
62
|
"prebuild": "openapi-ts"
|
|
64
63
|
},
|
|
65
64
|
"dependencies": {
|