- Updated test files to use new tapbundle import from @git.zone/tstest. - Created a new plan for merging isohash into smarthash, detailing objectives and implementation steps. - Added browser-specific tests for SHA256 hashing functions in test/test.browser.ts. - Implemented browser-compatible hashing functions in ts_web/index.ts using Web Crypto API. - Introduced plugins for environment detection and JSON handling in ts_web/plugins.ts. - Ensured that existing smarthash functionality remains intact and consistent across environments.
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
// pushrocks scope
|
|
import * as smartenv from '@push.rocks/smartenv';
|
|
import * as smartjson from '@push.rocks/smartjson';
|
|
|
|
export {
|
|
smartenv,
|
|
smartjson
|
|
}; |