@atlassian/clientside-extensions-debug
Advanced tools
Comparing version 0.8.1 to 0.9.0-alpha.1
export * from './debug'; | ||
export * from './validation'; | ||
export { default as useDebug } from './hooks/useDebug'; | ||
export { default as useLogging } from './hooks/useLogging'; | ||
export { default as useValidation } from './hooks/useValidation'; | ||
export { default as useDiscovery } from './hooks/useDiscovery'; | ||
export * from './debug-state'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -11,12 +11,4 @@ "use strict"; | ||
__export(require("./debug")); | ||
__export(require("./validation")); | ||
var useDebug_1 = require("./hooks/useDebug"); | ||
exports.useDebug = useDebug_1.default; | ||
var useLogging_1 = require("./hooks/useLogging"); | ||
exports.useLogging = useLogging_1.default; | ||
var useValidation_1 = require("./hooks/useValidation"); | ||
exports.useValidation = useValidation_1.default; | ||
var useDiscovery_1 = require("./hooks/useDiscovery"); | ||
exports.useDiscovery = useDiscovery_1.default; | ||
__export(require("./debug-state")); | ||
console_1.default(); | ||
//# sourceMappingURL=index.js.map |
import consoleLogger from './logger/console'; | ||
export * from './debug'; | ||
export * from './validation'; | ||
export { default as useDebug } from './hooks/useDebug'; | ||
export { default as useLogging } from './hooks/useLogging'; | ||
export { default as useValidation } from './hooks/useValidation'; | ||
export { default as useDiscovery } from './hooks/useDiscovery'; | ||
export * from './debug-state'; | ||
consoleLogger(); |
{ | ||
"name": "@atlassian/clientside-extensions-debug", | ||
"version": "0.8.1", | ||
"version": "0.9.0-alpha.1", | ||
"description": "Implements debug capabilities for client-side extensions.", | ||
@@ -58,7 +58,3 @@ "license": "BSD-3-Clause", | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.9" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react-hooks": "3.2.1", | ||
"@types/ajv-keywords": "3.4.0", | ||
@@ -72,7 +68,5 @@ "@types/jest-in-case": "1.0.1", | ||
"dependencies": { | ||
"@atlassian/clientside-extensions-base": "^0.8.1", | ||
"ajv": "^6.10.2", | ||
"ajv-keywords": "^3.4.1" | ||
"@atlassian/clientside-extensions-base": "^0.8.0-SNAPSHOT" | ||
}, | ||
"gitHead": "33594312e0b384bcf92a87238b21ab5061690e5e" | ||
"gitHead": "8ca9bd19b026f5042c1fe73a594ff252827e04d2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1
6
41854
34
752
- Removedajv@^6.10.2
- Removedajv-keywords@^3.4.1
- Removedajv@6.12.6(transitive)
- Removedajv-keywords@3.5.2(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removeduri-js@4.4.1(transitive)
Updated@atlassian/clientside-extensions-base@^0.8.0-SNAPSHOT