fp-ts-bootstrap
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "fp-ts-bootstrap", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Application bootstrapping utilities for fp-ts", | ||
"main": "dist/index.js", | ||
"main": "lib/index.js", | ||
"type": "commonjs", | ||
@@ -17,3 +17,3 @@ "scripts": { | ||
"files": [ | ||
"dist/", | ||
"lib/", | ||
"package.json", | ||
@@ -20,0 +20,0 @@ "README.md", |
@@ -86,3 +86,3 @@ # FP-TS Bootstrap | ||
```ts | ||
import * as Bracket from 'fp-ts-bootstrap/Bracket'; | ||
import {Bracket} from 'fp-ts-bootstrap'; | ||
``` | ||
@@ -119,3 +119,3 @@ | ||
```ts | ||
import * as Service from 'fp-ts-bootstrap/Service'; | ||
import {Service} from 'fp-ts-bootstrap'; | ||
``` | ||
@@ -140,3 +140,3 @@ | ||
import * as E from 'fp-ts/Either'; | ||
import * as Bracket from 'fp-ts-bootstrap/Bracket'; | ||
import {Bracket} from 'fp-ts-bootstrap'; | ||
@@ -162,3 +162,3 @@ const acquireFileHandle = (url: string) => ( | ||
```ts | ||
import {Service} from 'fp-ts-bootstrap/Service'; | ||
import {Service} from 'fp-ts-bootstrap/lib/Service'; | ||
@@ -189,3 +189,3 @@ type Dependencies = { | ||
import {pipe} from 'fp-ts/function'; | ||
import * as Bracket from 'fp-ts-bootstrap/Bracket'; | ||
import {Bracket} from 'fp-ts-bootstrap'; | ||
@@ -213,3 +213,3 @@ const withServices = pipe( | ||
import {pipe} from 'fp-ts/function'; | ||
import * as Bracket from 'fp-ts-bootstrap/Bracket'; | ||
import {Bracket} from 'fp-ts-bootstrap'; | ||
@@ -216,0 +216,0 @@ const withServices = pipe( |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21089
1