@preply/ds-rn-core
Advanced tools
Comparing version 0.16.1-beta.32f8450e8c3141a168eb53d9cba2892b8a252732.135 to 0.16.1-beta.610e68e951947f00a7a1076a74a0b02c7c2abfce.139
@@ -10,4 +10,4 @@ export { colorSchemes } from './color-scheme/colorSchemes.js'; | ||
export { useThemes } from './theme/hooks/useThemes.js'; | ||
export { useGetToken } from './token/hooks/useGetToken.js'; | ||
export { useToken } from './token/hooks/useToken.js'; | ||
export { useGetToken } from './token/hooks/useGetToken.js'; | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7OyJ9 |
@@ -0,2 +1,2 @@ | ||
export { useGetToken } from './hooks/useGetToken'; | ||
export { useToken } from './hooks/useToken'; | ||
export { useGetToken } from './hooks/useGetToken'; |
@@ -0,3 +1,3 @@ | ||
export { useGetToken } from './hooks/useGetToken.js'; | ||
export { useToken } from './hooks/useToken.js'; | ||
export { useGetToken } from './hooks/useGetToken.js'; | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOyJ9 |
{ | ||
"name": "@preply/ds-rn-core", | ||
"version": "0.16.1-beta.32f8450e8c3141a168eb53d9cba2892b8a252732.135+32f8450", | ||
"version": "0.16.1-beta.610e68e951947f00a7a1076a74a0b02c7c2abfce.139+610e68e", | ||
"publishConfig": { | ||
@@ -21,3 +21,3 @@ "access": "public" | ||
"dependencies": { | ||
"@preply/ds-core": "^0.16.1-beta.32f8450e8c3141a168eb53d9cba2892b8a252732.135+32f8450" | ||
"@preply/ds-core": "^0.16.1-beta.610e68e951947f00a7a1076a74a0b02c7c2abfce.139+610e68e" | ||
}, | ||
@@ -29,3 +29,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "32f8450e8c3141a168eb53d9cba2892b8a252732" | ||
"gitHead": "610e68e951947f00a7a1076a74a0b02c7c2abfce" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
3
49