@aptly-as/app-web
Advanced tools
Comparing version 0.0.3 to 0.0.4
import { Media } from '@aptly-as/sdk-web'; | ||
import { AptlyWebContext } from './types'; | ||
import { AptlyAppWebContext } from '@aptly-as/types'; | ||
export declare class AptlyWeb { | ||
@@ -7,3 +7,3 @@ private _apiUrl; | ||
readonly media: Media; | ||
constructor(_apiUrl: string, _config: AptlyWebContext); | ||
constructor(_apiUrl: string, _config: AptlyAppWebContext); | ||
get theme(): any; | ||
@@ -10,0 +10,0 @@ get organization(): Pick<import("@aptly-as/types").AptlyOrganization, "name" | "_id" | "slug">; |
export * from './AptlyWeb.js'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './AptlyWeb.js'; | ||
export * from './types'; |
{ | ||
"name": "@aptly-as/app-web", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Aptly app SDK library for frontend development", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
"dependencies": { | ||
"@aptly-as/sdk-web": "^0.0.2" | ||
"@aptly-as/sdk-web": "^0.0.3" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
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
19497
68
+ Added@aptly-as/sdk-web@0.0.3(transitive)
- Removed@aptly-as/sdk-web@0.0.2(transitive)
Updated@aptly-as/sdk-web@^0.0.3