@im-js/iot
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -7,2 +7,3 @@ /** | ||
* - Glob 표현이 사용되지 않은 경우 단순 문자열 일치 검사 | ||
* - `this`는 `*`로 치환 | ||
* @example | ||
@@ -9,0 +10,0 @@ * ``` |
{ | ||
"name": "@im-js/iot", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Present by IMR", | ||
@@ -20,15 +20,15 @@ "type": "module", | ||
"./package.json": { | ||
"default": "package.json" | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"fesm2015": "iot.mjs", | ||
"fesm2020": "iot.mjs", | ||
"esm2020": "iot.mjs", | ||
"es2020": "iot.mjs", | ||
"require": "iot.cjs", | ||
"import": "iot.mjs", | ||
"node": "iot.mjs", | ||
"default": "iot.mjs" | ||
"fesm2015": "./iot.mjs", | ||
"fesm2020": "./iot.mjs", | ||
"esm2020": "./iot.mjs", | ||
"es2020": "./iot.mjs", | ||
"require": "./iot.cjs", | ||
"import": "./iot.mjs", | ||
"node": "./iot.mjs", | ||
"default": "./iot.mjs" | ||
} | ||
} | ||
} |
@@ -7,1 +7,2 @@ export * from './interfaces/platform'; | ||
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
55537
11
338