@im-js/iot
Advanced tools
Comparing version 2.7.0 to 2.8.0
{ | ||
"name": "@im-js/iot", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "I'M Releasing development-base for IOT on IMR standards.", | ||
@@ -35,2 +35,13 @@ "peerDependencies": { | ||
}, | ||
"./front": { | ||
"types": "./front/public-api.d.ts", | ||
"fesm2015": "./front/front.mjs", | ||
"fesm2020": "./front/front.mjs", | ||
"esm2020": "./front/front.mjs", | ||
"es2020": "./front/front.mjs", | ||
"require": "./front/front.cjs", | ||
"import": "./front/front.mjs", | ||
"node": "./front/front.mjs", | ||
"default": "./front/front.mjs" | ||
}, | ||
"./back": { | ||
@@ -37,0 +48,0 @@ "types": "./back/public-api.d.ts", |
@@ -9,7 +9,5 @@ export * from './interfaces/iot-platform'; | ||
export * from './classes/variable-address'; | ||
export * from './functions/from-resource-address'; | ||
export * from './functions/to-resource-address'; | ||
export * from './functions/from-variable-address'; | ||
export * from './functions/public-api-index'; | ||
export * from './json-logic/get-json-logic-vars'; | ||
export * from './json-logic/json-logic-operator'; | ||
export * from './iot-constants'; |
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
35126
31
692