@hmscore/analytics-web
Advanced tools
Comparing version 6.4.0-300 to 6.4.1-300
import { AGCApi } from '@agconnect/api-types'; | ||
import { Analytics, Callback } from '@/openness/types'; | ||
import { Analytics, Callback } from './src/openness/types'; | ||
declare module '@agconnect/api-types' { | ||
@@ -4,0 +4,0 @@ interface AGCApi { |
{ | ||
"version": "6.4.0-300", | ||
"version": "6.4.1-300", | ||
"name": "@hmscore/analytics-web", | ||
@@ -12,20 +12,2 @@ "description": "HMS Analytics SDK", | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.6.2", | ||
"@babel/preset-env": "^7.9.6", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@rollup/plugin-json": "^4.0.3", | ||
"@types/wechat-miniprogram": "^3.2.0", | ||
"babel-preset-latest": "^6.24.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "2.3.1", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-generate-package-json": "^3.2.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-terser": "5.3.0", | ||
"rollup-plugin-typescript2": "^0.26.0", | ||
"typescript": "^3.8.2" | ||
}, | ||
"typings": "./index.d.ts", | ||
@@ -42,4 +24,5 @@ "author": { | ||
"@agconnect/storage": "^1.3.1", | ||
"@agconnect/util": "^1.3.1" | ||
"@agconnect/util": "^1.3.1", | ||
"url-polyfill": "^1.1.10" | ||
} | ||
} |
@@ -41,2 +41,11 @@ export interface EventBody { | ||
} | ||
export interface LogConfig { | ||
region: string; | ||
projectId: string; | ||
groupId: string; | ||
streamId: string; | ||
tags: { | ||
[key: string]: string; | ||
}; | ||
} | ||
export declare interface Analytics { | ||
@@ -46,2 +55,4 @@ setAnalyticsEnabled(flag: boolean): Promise<void>; | ||
isRestrictionEnabled(): Promise<boolean>; | ||
setRestrictionShared(shared: boolean): Promise<void>; | ||
isRestrictionShared(): Promise<boolean>; | ||
setUserId(userId: string): Promise<void>; | ||
@@ -48,0 +59,0 @@ setUserProfile(name: string, value: string): Promise<void>; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
108307
0
523
6
7
+ Addedurl-polyfill@^1.1.10
+ Addedurl-polyfill@1.1.12(transitive)