fix(core): update

This commit is contained in:
2024-06-06 18:26:11 +02:00
parent 81c227fac1
commit 8fcee684fd
9 changed files with 5840 additions and 31947 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartcls',
version: '1.0.13',
description: 'Provides a wrapper for native AsyncLocalStorage to manage continuation-local storage.'
}

View File

@ -1,4 +1,4 @@
import * as plugins from './smartcls.plugins';
import * as plugins from './smartcls.plugins.js';
export class SmartCls {
private asyncLocalStorage = new plugins.AsyncLocalStorage();