@drieam/appsignal-react
Advanced tools
Comparing version 2.1.0 to 2.1.1
/// <reference types="react" /> | ||
import type { JSClient } from "@appsignal/types"; | ||
export type Props = { | ||
export declare type Props = { | ||
instance: JSClient; | ||
@@ -12,5 +12,5 @@ action?: string; | ||
}; | ||
export type State = { | ||
export declare type State = { | ||
error?: Error; | ||
}; | ||
//# sourceMappingURL=component.d.ts.map |
/// <reference types="react" /> | ||
import type { JSClient } from "@appsignal/types"; | ||
export type Props = { | ||
export declare type Props = { | ||
instance: JSClient; | ||
@@ -12,5 +12,5 @@ action?: string; | ||
}; | ||
export type State = { | ||
export declare type State = { | ||
error?: Error; | ||
}; | ||
//# sourceMappingURL=component.d.ts.map |
{ | ||
"name": "@drieam/appsignal-react", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "dist/cjs/index.js", | ||
@@ -18,4 +18,4 @@ "module": "dist/esm/index.js", | ||
"link:pnpm": "pnpm link", | ||
"test": "jest --passWithNoTests", | ||
"test:watch": "jest --watch" | ||
"test": "TZ=Europe/Amsterdam vitest --run", | ||
"test:dev": "TZ=Europe/Amsterdam vitest" | ||
}, | ||
@@ -33,6 +33,8 @@ "dependencies": { | ||
}, | ||
"gitHead": "d8519a4e1fae25ec44af7656650606f1a1188175", | ||
"gitHead": "3a4c294b8824b62e04894a4946ceff760132c65a", | ||
"devDependencies": { | ||
"@types/react": "^18.0.26" | ||
"@types/node": "^18", | ||
"@types/react": "^18.0.26", | ||
"vitest": "^1.0.2" | ||
} | ||
} |
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
29554
3