@nuclia/core
Advanced tools
Comparing version 1.14.4 to 1.14.5
@@ -0,1 +1,7 @@ | ||
# 1.14.5 (2024-04-08) | ||
### Improvements | ||
- Support security groups when creating a resource. | ||
# 1.14.4 (2024-04-05) | ||
@@ -2,0 +8,0 @@ |
@@ -64,2 +64,3 @@ export interface IResource { | ||
}; | ||
security?: Security; | ||
} | ||
@@ -66,0 +67,0 @@ export declare enum FIELD_TYPE { |
{ | ||
"name": "@nuclia/core", | ||
"version": "1.14.4", | ||
"version": "1.14.5", | ||
"description": "SDK allowing to integrate Nuclia services in your frontend application", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -64,2 +64,3 @@ export interface IResource { | ||
}; | ||
security?: Security; | ||
} | ||
@@ -66,0 +67,0 @@ export declare enum FIELD_TYPE { |
Sorry, the diff of this file is too big to display
465600
9095