@verygoodgraphics/vgg-wasm
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -112,3 +112,3 @@ declare type EventCallback = (event: VGGEvent) => Promise<void>; | ||
declare interface VggSdkType { | ||
getEnvKey(): string; | ||
getEnv(): string; | ||
getDesignDocument(): string; | ||
@@ -115,0 +115,0 @@ addAt(path: string, value: string): void; |
@@ -116,3 +116,3 @@ var f = Object.defineProperty; | ||
const r = globalThis.vggInstances ?? {}; | ||
this.vggInstanceKey = this.vggSdk.getEnvKey(), this.editMode ? Object.assign(r, { | ||
this.vggInstanceKey = this.vggSdk.getEnv(), this.editMode ? Object.assign(r, { | ||
[this.vggInstanceKey]: { | ||
@@ -119,0 +119,0 @@ instance: s, |
@@ -9,3 +9,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"type": "module", | ||
@@ -12,0 +12,0 @@ "files": [ |
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
19960