@anthor/toolbox
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "@anthor/toolbox", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Tools to support general development purposes", | ||
@@ -5,0 +5,0 @@ "author": "Danny França <danny@anthor.com>", |
@@ -10,3 +10,3 @@ # 🧑🚀 Anthor Toolbox | ||
``` | ||
yarn add @anthorteam/toolbox | ||
yarn add @anthor/toolbox | ||
``` | ||
@@ -17,3 +17,3 @@ | ||
```typescript | ||
import { LoggerFactory, generateCorrelationId } from '@anthorteam/toolbox' | ||
import { LoggerFactory, generateCorrelationId } from '@anthor/toolbox' | ||
@@ -37,3 +37,3 @@ const correlationId = generateCorrelationId() | ||
```typescript | ||
import { Logger, WinstonLogger } from '@anthorteam/toolbox/dist/services/logger/implementations/logger.winston.ts' | ||
import { Logger, WinstonLogger } from '@anthor/toolbox/dist/services/logger/implementations/logger.winston.ts' | ||
@@ -40,0 +40,0 @@ class StubClass { |
85109