@im-js/iot
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -31,2 +31,3 @@ /** | ||
export declare class ResourcePathMatcher { | ||
globPath: string; | ||
tester: RegExp | { | ||
@@ -37,5 +38,5 @@ test(value: string): boolean; | ||
* | ||
* @param globExp Glob 표현 문자열 | ||
* @param globPath Glob 표현 문자열 | ||
*/ | ||
constructor(globExp: string); | ||
constructor(globPath: string); | ||
/** | ||
@@ -42,0 +43,0 @@ * 발생 자원 경로 기준, 실제 경로가 일치하는 지 확인 |
{ | ||
"name": "@im-js/iot", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "Present by IMR", | ||
@@ -9,3 +9,4 @@ "type": "module", | ||
"peerDependencies": { | ||
"@js-dot/api": "^22.x" | ||
"@js-dot/api": "^22.174.3", | ||
"@js-dot/core": "^22.202.0" | ||
}, | ||
@@ -12,0 +13,0 @@ "main": "iot.cjs", |
@@ -5,4 +5,5 @@ export * from './interfaces/platform'; | ||
export * from './classes/resource-path-matcher'; | ||
export * from './classes/resource-path-operator'; | ||
export * from './functions/from-resource-address'; | ||
export * from './functions/to-resource-address'; | ||
export * from './json-logic/get-json-logic-vars'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
15541
2
277