Comparing version 2.0.0-next.12 to 2.0.0-next.13
142
data.d.ts
@@ -6,19 +6,9 @@ /** | ||
import * as Boolean from "@fp-ts/data/Boolean"; | ||
import * as Context from "@fp-ts/data/Context"; | ||
import * as Duration from "@fp-ts/data/Duration"; | ||
import * as Either from "@fp-ts/data/Either"; | ||
import * as Equal from "@fp-ts/data/Equal"; | ||
import * as Function from "@fp-ts/data/Function"; | ||
import { absurd, flow, hole, identity, pipe, unsafeCoerce } from "@fp-ts/data/Function"; | ||
import * as Identity from "@fp-ts/data/Identity"; | ||
import * as Json from "@fp-ts/data/Json"; | ||
import * as MutableRef from "@fp-ts/data/mutable/MutableRef"; | ||
import * as Number from "@fp-ts/data/Number"; | ||
import * as Option from "@fp-ts/data/Option"; | ||
import * as Ordering from "@fp-ts/data/Ordering"; | ||
import * as Predicate from "@fp-ts/data/Predicate"; | ||
import * as PCGRandom from "@fp-ts/data/Random"; | ||
import * as String from "@fp-ts/data/String"; | ||
import * as Differ from "effect/data/Differ"; | ||
import * as Optic from "effect/data/Optic"; | ||
export { | ||
@@ -29,11 +19,2 @@ /** | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#absurd | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
absurd, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Boolean.ts.html | ||
@@ -48,11 +29,2 @@ * - Module: "@fp-ts/data/Boolean" | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Context.ts.html | ||
* - Module: "@fp-ts/data/Context" | ||
* ``` | ||
*/ | ||
Context, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Differ.ts.html | ||
@@ -67,29 +39,2 @@ * - Module: "@fp-ts/data/Differ" | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Duration.ts.html | ||
* - Module: "@fp-ts/data/Duration" | ||
* ``` | ||
*/ | ||
Duration, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Either.ts.html | ||
* - Module: "@fp-ts/data/Either" | ||
* ``` | ||
*/ | ||
Either, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Equal.ts.html | ||
* - Module: "@fp-ts/data/Equal" | ||
* ``` | ||
*/ | ||
Equal, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html | ||
@@ -99,11 +44,2 @@ * - Module: "@fp-ts/data/Function" | ||
*/ | ||
flow, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
Function, | ||
@@ -123,11 +59,2 @@ /** | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#hole | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
hole, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Identity.ts.html | ||
@@ -142,11 +69,2 @@ * - Module: "@fp-ts/data/Identity" | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#identity | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
identity, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Json.ts.html | ||
@@ -170,29 +88,2 @@ * - Module: "@fp-ts/data/Json" | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Number.ts.html | ||
* - Module: "@fp-ts/data/Number" | ||
* ``` | ||
*/ | ||
Number, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/optic/modules/index.ts.html | ||
* - Module: "@fp-ts/optic" | ||
* ``` | ||
*/ | ||
Optic, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Option.ts.html | ||
* - Module: "@fp-ts/data/Option" | ||
* ``` | ||
*/ | ||
Option, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Ordering.ts.html | ||
@@ -211,34 +102,3 @@ * - Module: "@fp-ts/data/Ordering" | ||
*/ | ||
PCGRandom, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#pipe | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
pipe, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Predicate.ts.html | ||
* - Module: "@fp-ts/data/Predicate" | ||
* ``` | ||
*/ | ||
Predicate, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/String.ts.html | ||
* - Module: "@fp-ts/data/String" | ||
* ``` | ||
*/ | ||
String, | ||
/** | ||
* @since 2.0.0 | ||
*/ | ||
unsafeCoerce }; | ||
PCGRandom }; | ||
//# sourceMappingURL=data.d.ts.map |
56
data.js
@@ -6,39 +6,3 @@ "use strict"; | ||
}); | ||
exports.String = exports.Predicate = exports.PCGRandom = exports.Ordering = exports.Option = exports.Optic = exports.Number = exports.MutableRef = exports.Json = exports.Identity = exports.HKT = exports.Function = exports.Equal = exports.Either = exports.Duration = exports.Differ = exports.Context = exports.Boolean = void 0; | ||
Object.defineProperty(exports, "absurd", { | ||
enumerable: true, | ||
get: function () { | ||
return Function.absurd; | ||
} | ||
}); | ||
Object.defineProperty(exports, "flow", { | ||
enumerable: true, | ||
get: function () { | ||
return Function.flow; | ||
} | ||
}); | ||
Object.defineProperty(exports, "hole", { | ||
enumerable: true, | ||
get: function () { | ||
return Function.hole; | ||
} | ||
}); | ||
Object.defineProperty(exports, "identity", { | ||
enumerable: true, | ||
get: function () { | ||
return Function.identity; | ||
} | ||
}); | ||
Object.defineProperty(exports, "pipe", { | ||
enumerable: true, | ||
get: function () { | ||
return Function.pipe; | ||
} | ||
}); | ||
Object.defineProperty(exports, "unsafeCoerce", { | ||
enumerable: true, | ||
get: function () { | ||
return Function.unsafeCoerce; | ||
} | ||
}); | ||
exports.PCGRandom = exports.Ordering = exports.MutableRef = exports.Json = exports.Identity = exports.HKT = exports.Function = exports.Differ = exports.Boolean = void 0; | ||
var HKT = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/core/HKT")); | ||
@@ -48,10 +12,2 @@ exports.HKT = HKT; | ||
exports.Boolean = Boolean; | ||
var Context = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Context")); | ||
exports.Context = Context; | ||
var Duration = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Duration")); | ||
exports.Duration = Duration; | ||
var Either = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Either")); | ||
exports.Either = Either; | ||
var Equal = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Equal")); | ||
exports.Equal = Equal; | ||
var Function = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Function")); | ||
@@ -65,20 +21,10 @@ exports.Function = Function; | ||
exports.MutableRef = MutableRef; | ||
var Number = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Number")); | ||
exports.Number = Number; | ||
var Option = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Option")); | ||
exports.Option = Option; | ||
var Ordering = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Ordering")); | ||
exports.Ordering = Ordering; | ||
var Predicate = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Predicate")); | ||
exports.Predicate = Predicate; | ||
var PCGRandom = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Random")); | ||
exports.PCGRandom = PCGRandom; | ||
var String = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/String")); | ||
exports.String = String; | ||
var Differ = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("effect/data/Differ")); | ||
exports.Differ = Differ; | ||
var Optic = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("effect/data/Optic")); | ||
exports.Optic = Optic; | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
//# sourceMappingURL=data.js.map |
{ | ||
"name": "effect", | ||
"version": "2.0.0-next.12", | ||
"version": "2.0.0-next.13", | ||
"license": "MIT", | ||
@@ -10,9 +10,10 @@ "repository": { | ||
"dependencies": { | ||
"@effect/io": "~0.0.32", | ||
"@effect/printer": "~0.1.11", | ||
"@fp-ts/core": "~0.0.9", | ||
"@fp-ts/data": "~0.0.22", | ||
"@fp-ts/optic": "~0.0.5", | ||
"@fp-ts/schema": "~0.0.5" | ||
"@effect/io": "0.0.32", | ||
"@effect/printer": "0.1.11", | ||
"@fp-ts/core": "0.0.9", | ||
"@fp-ts/data": "0.0.22", | ||
"@fp-ts/optic": "0.0.5", | ||
"@fp-ts/schema": "0.0.5" | ||
}, | ||
"main": "./index.js", | ||
"publishConfig": { | ||
@@ -23,2 +24,12 @@ "access": "public" | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./index.d.ts", | ||
"default": "./mjs/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
} | ||
}, | ||
"./*": { | ||
@@ -25,0 +36,0 @@ "import": { |
@@ -10,3 +10,2 @@ /** | ||
import * as AST from "@fp-ts/schema/AST"; | ||
import * as Codec from "@fp-ts/schema/Codec"; | ||
import * as DecodeError from "@fp-ts/schema/DecodeError"; | ||
@@ -31,6 +30,2 @@ import * as Decoder from "@fp-ts/schema/Decoder"; | ||
*/ | ||
Codec, | ||
/** | ||
* @since 2.0.0 | ||
*/ | ||
DecodeError, | ||
@@ -37,0 +32,0 @@ /** |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.Schema = exports.Provider = exports.Pretty = exports.Guard = exports.Encoder = exports.Decoder = exports.DecodeError = exports.Codec = exports.Arbitrary = exports.AST = void 0; | ||
exports.Schema = exports.Provider = exports.Pretty = exports.Guard = exports.Encoder = exports.Decoder = exports.DecodeError = exports.Arbitrary = exports.AST = void 0; | ||
var Arbitrary = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/schema/Arbitrary")); | ||
@@ -12,4 +12,2 @@ exports.Arbitrary = Arbitrary; | ||
exports.AST = AST; | ||
var Codec = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/schema/Codec")); | ||
exports.Codec = Codec; | ||
var DecodeError = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/schema/DecodeError")); | ||
@@ -16,0 +14,0 @@ exports.DecodeError = DecodeError; |
142
src/data.ts
@@ -7,19 +7,9 @@ /** | ||
import * as Boolean from "@fp-ts/data/Boolean" | ||
import * as Context from "@fp-ts/data/Context" | ||
import * as Duration from "@fp-ts/data/Duration" | ||
import * as Either from "@fp-ts/data/Either" | ||
import * as Equal from "@fp-ts/data/Equal" | ||
import * as Function from "@fp-ts/data/Function" | ||
import { absurd, flow, hole, identity, pipe, unsafeCoerce } from "@fp-ts/data/Function" | ||
import * as Identity from "@fp-ts/data/Identity" | ||
import * as Json from "@fp-ts/data/Json" | ||
import * as MutableRef from "@fp-ts/data/mutable/MutableRef" | ||
import * as Number from "@fp-ts/data/Number" | ||
import * as Option from "@fp-ts/data/Option" | ||
import * as Ordering from "@fp-ts/data/Ordering" | ||
import * as Predicate from "@fp-ts/data/Predicate" | ||
import * as PCGRandom from "@fp-ts/data/Random" | ||
import * as String from "@fp-ts/data/String" | ||
import * as Differ from "effect/data/Differ" | ||
import * as Optic from "effect/data/Optic" | ||
@@ -31,11 +21,2 @@ export { | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#absurd | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
absurd, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Boolean.ts.html | ||
@@ -50,11 +31,2 @@ * - Module: "@fp-ts/data/Boolean" | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Context.ts.html | ||
* - Module: "@fp-ts/data/Context" | ||
* ``` | ||
*/ | ||
Context, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Differ.ts.html | ||
@@ -69,29 +41,2 @@ * - Module: "@fp-ts/data/Differ" | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Duration.ts.html | ||
* - Module: "@fp-ts/data/Duration" | ||
* ``` | ||
*/ | ||
Duration, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Either.ts.html | ||
* - Module: "@fp-ts/data/Either" | ||
* ``` | ||
*/ | ||
Either, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Equal.ts.html | ||
* - Module: "@fp-ts/data/Equal" | ||
* ``` | ||
*/ | ||
Equal, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html | ||
@@ -101,11 +46,2 @@ * - Module: "@fp-ts/data/Function" | ||
*/ | ||
flow, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
Function, | ||
@@ -125,11 +61,2 @@ /** | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#hole | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
hole, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Identity.ts.html | ||
@@ -144,11 +71,2 @@ * - Module: "@fp-ts/data/Identity" | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#identity | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
identity, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Json.ts.html | ||
@@ -172,29 +90,2 @@ * - Module: "@fp-ts/data/Json" | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Number.ts.html | ||
* - Module: "@fp-ts/data/Number" | ||
* ``` | ||
*/ | ||
Number, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/optic/modules/index.ts.html | ||
* - Module: "@fp-ts/optic" | ||
* ``` | ||
*/ | ||
Optic, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Option.ts.html | ||
* - Module: "@fp-ts/data/Option" | ||
* ``` | ||
*/ | ||
Option, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Ordering.ts.html | ||
@@ -213,34 +104,3 @@ * - Module: "@fp-ts/data/Ordering" | ||
*/ | ||
PCGRandom, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Function.ts.html#pipe | ||
* - Module: "@fp-ts/data/Function" | ||
* ``` | ||
*/ | ||
pipe, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/Predicate.ts.html | ||
* - Module: "@fp-ts/data/Predicate" | ||
* ``` | ||
*/ | ||
Predicate, | ||
/** | ||
* @since 2.0.0 | ||
* | ||
* ```md | ||
* - Docs: https://fp-ts.github.io/data/modules/String.ts.html | ||
* - Module: "@fp-ts/data/String" | ||
* ``` | ||
*/ | ||
String, | ||
/** | ||
* @since 2.0.0 | ||
*/ | ||
unsafeCoerce | ||
PCGRandom | ||
} |
@@ -11,3 +11,3 @@ /** | ||
import * as AST from "@fp-ts/schema/AST" | ||
import * as Codec from "@fp-ts/schema/Codec" | ||
import * as DecodeError from "@fp-ts/schema/DecodeError" | ||
@@ -33,6 +33,2 @@ import * as Decoder from "@fp-ts/schema/Decoder" | ||
*/ | ||
Codec, | ||
/** | ||
* @since 2.0.0 | ||
*/ | ||
DecodeError, | ||
@@ -39,0 +35,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
175410
5375
+ Added@effect/io@0.0.32(transitive)
+ Added@fp-ts/core@0.0.9(transitive)
+ Added@fp-ts/data@0.0.22(transitive)
+ Added@fp-ts/optic@0.0.5(transitive)
+ Added@fp-ts/schema@0.0.5(transitive)
- Removed@effect/io@0.0.66(transitive)
- Removed@fp-ts/core@0.0.11(transitive)
- Removed@fp-ts/data@0.0.41(transitive)
- Removed@fp-ts/optic@0.0.7(transitive)
- Removed@fp-ts/schema@0.0.8(transitive)
Updated@effect/io@0.0.32
Updated@effect/printer@0.1.11
Updated@fp-ts/core@0.0.9
Updated@fp-ts/data@0.0.22
Updated@fp-ts/optic@0.0.5
Updated@fp-ts/schema@0.0.5