@brainstack/core
Advanced tools
+2
| export * from './src/abstraction' | ||
| export * from './src/implementation' |
+1
-1
| { | ||
| "name": "@brainstack/core", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "description": "Your package description", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
| import { createCore } from '..'; | ||
| import { createCore } from '../..'; | ||
| import { createState } from '@brainstack/state'; | ||
@@ -3,0 +3,0 @@ import { createLogger } from '@brainstack/log'; |
+1
-1
@@ -22,3 +22,3 @@ { | ||
| "src" | ||
| ], | ||
| , "index.ts" ], | ||
| "exclude":[ | ||
@@ -25,0 +25,0 @@ "node_modules" |
| export * from './abstraction' | ||
| export * from './implementation' |
10453
0.22%