@nebula.js/stardust
Advanced tools
Comparing version 4.12.0 to 4.13.0
{ | ||
"name": "@nebula.js/stardust", | ||
"version": "4.12.0", | ||
"version": "4.13.0", | ||
"description": "Product and framework agnostic integration API for Qlik's Associative Engine", | ||
@@ -51,9 +51,9 @@ "license": "MIT", | ||
"@mui/material": "^5.15.11", | ||
"@nebula.js/conversion": "^4.12.0", | ||
"@nebula.js/enigma-mocker": "^4.12.0", | ||
"@nebula.js/locale": "^4.12.0", | ||
"@nebula.js/nucleus": "^4.12.0", | ||
"@nebula.js/supernova": "^4.12.0", | ||
"@nebula.js/theme": "^4.12.0", | ||
"@nebula.js/ui": "^4.12.0", | ||
"@nebula.js/conversion": "^4.13.0", | ||
"@nebula.js/enigma-mocker": "^4.13.0", | ||
"@nebula.js/locale": "^4.13.0", | ||
"@nebula.js/nucleus": "^4.13.0", | ||
"@nebula.js/supernova": "^4.13.0", | ||
"@nebula.js/theme": "^4.13.0", | ||
"@nebula.js/ui": "^4.13.0", | ||
"@scriptappy/cli": "0.10.0", | ||
@@ -73,3 +73,3 @@ "@scriptappy/from-jsdoc": "0.19.0", | ||
}, | ||
"gitHead": "5062050058915196ce2e9f68bd3a21201827f4c1" | ||
"gitHead": "f06a4c0b0859f5f07764f0c2badf7aad38477e6a" | ||
} |
@@ -539,2 +539,12 @@ // File generated automatically by "@scriptappy/to-dts"; DO NOT EDIT. | ||
/** | ||
* An object literal containing meta information about the plugin and a function containing the plugin implementation. | ||
*/ | ||
interface Plugin { | ||
info: { | ||
name: string; | ||
}; | ||
fn: ()=>void; | ||
} | ||
type Field = string | EngineAPI.INxDimension | EngineAPI.INxMeasure | stardust.LibraryField; | ||
@@ -572,12 +582,2 @@ | ||
/** | ||
* An object literal containing meta information about the plugin and a function containing the plugin implementation. | ||
*/ | ||
interface Plugin { | ||
info: { | ||
name: string; | ||
}; | ||
fn: ()=>void; | ||
} | ||
interface LoadType { | ||
@@ -584,0 +584,0 @@ (type: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
13218828
73873
2