@frp-ts/fp-ts
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.9](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2021-12-28) | ||
**Note:** Version bump only for package @frp-ts/fp-ts | ||
# [1.0.0-alpha.8](https://github.com/raveclassic/frp-ts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2021-12-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@frp-ts/fp-ts", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"description": "Bindings to fp-ts library", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"typedocMain": "./src/index.ts", | ||
@@ -18,9 +16,3 @@ "author": "raveclassic", | ||
"homepage": "https://github.com/raveclassic/frp-ts#readme", | ||
"scripts": { | ||
"typecheck": "tsc", | ||
"start": "yarn typecheck --watch", | ||
"clean": "rimraf lib", | ||
"prebuild": "yarn clean", | ||
"build": "tsc --project ./tsconfig.build.json" | ||
}, | ||
"scripts": {}, | ||
"publishConfig": { | ||
@@ -30,4 +22,4 @@ "access": "public" | ||
"dependencies": { | ||
"@frp-ts/core": "^1.0.0-alpha.8", | ||
"@frp-ts/utils": "^1.0.0-alpha.8" | ||
"@frp-ts/core": "^1.0.0-alpha.9", | ||
"@frp-ts/utils": "^1.0.0-alpha.9" | ||
}, | ||
@@ -43,3 +35,4 @@ "devDependencies": { | ||
}, | ||
"gitHead": "809c6f1a20bcd805f3119b75e83667ece08c78a6" | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9351
8
78
1
Updated@frp-ts/core@^1.0.0-alpha.9
Updated@frp-ts/utils@^1.0.0-alpha.9