@iobroker/types
Advanced tools
Comparing version 7.0.4-alpha.1-20241120-1e3f92f91 to 7.0.4-alpha.2-20241128-664d3c562
@@ -800,2 +800,11 @@ import type * as os from 'node:os'; | ||
plugins?: { [pluginName: string]: Record<string, any> }; | ||
/** Rules blocks for Javascript rules */ | ||
javascriptRules?: { | ||
/** Translations */ | ||
i18n?: boolean | Record<string, Record<ioBroker.Languages, string>> | Record<string, string>; | ||
/** Where to load the blocks */ | ||
url: string; | ||
/** Blocks names */ | ||
name: string; | ||
}; | ||
@@ -802,0 +811,0 @@ // Make it possible to narrow the object type using the custom property |
{ | ||
"name": "@iobroker/types", | ||
"version": "7.0.4-alpha.1-20241120-1e3f92f91", | ||
"version": "7.0.4-alpha.2-20241128-664d3c562", | ||
"engines": { | ||
@@ -44,3 +44,3 @@ "node": ">=12.0.0" | ||
}, | ||
"gitHead": "7a9c5a9187e61c415f484ff6c278f3f230fe2881" | ||
"gitHead": "28ecc2db09db36d9b5bd9ddb4dca5511735d5711" | ||
} |
Sorry, the diff of this file is too big to display
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
174978
3351