enonic-wizardry
Advanced tools
Comparing version 0.2.33 to 0.2.34
@@ -25,2 +25,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createMediaFromAttachment = exports.splitDataWithId = exports.getContentDataWithId = exports.isDataWithId = exports.modifyAndPublish = exports.deleteAndPublish = exports.createAndPublish = exports.createAll = exports.applyChangesToData = exports.publishContentByKey = exports.publishFromDraftToMaster = void 0; | ||
var IOEither_1 = require("fp-ts/lib/IOEither"); | ||
@@ -27,0 +28,0 @@ var pipeable_1 = require("fp-ts/lib/pipeable"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.runInDraftContext = exports.runAsSuperUser = void 0; | ||
var context_1 = require("enonic-fp/lib/context"); | ||
@@ -4,0 +5,0 @@ function runAsSuperUser(a) { |
@@ -14,2 +14,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.badGateway = exports.internalServerError = exports.methodNotAllowed = exports.notFound = exports.forbidden = exports.unauthorized = exports.badRequest = exports.redirect = exports.noContent = exports.created = exports.ok = exports.unsafeRenderErrorPage = exports.errorResponse = exports.status = exports.defaultStatusNumbers = void 0; | ||
var errors_1 = require("enonic-fp/lib/errors"); | ||
@@ -16,0 +17,0 @@ var i18n_1 = require("enonic-fp/lib/i18n"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getSubMenuByKey = void 0; | ||
var IOEither_1 = require("fp-ts/lib/IOEither"); | ||
@@ -4,0 +5,0 @@ var content_1 = require("enonic-fp/lib/content"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ObjectReporter = void 0; | ||
var Either_1 = require("fp-ts/lib/Either"); | ||
@@ -4,0 +5,0 @@ function getPathInInterface(context) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.uuidv4 = exports.forceArray = exports.getUuidFromPath = exports.json = void 0; | ||
var IOEither_1 = require("fp-ts/lib/IOEither"); | ||
@@ -4,0 +5,0 @@ var Option_1 = require("fp-ts/lib/Option"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = void 0; | ||
var ObjectReporter_1 = require("./reporters/ObjectReporter"); | ||
@@ -4,0 +5,0 @@ var IOEither_1 = require("fp-ts/lib/IOEither"); |
{ | ||
"name": "enonic-wizardry", | ||
"version": "0.2.33", | ||
"version": "0.2.34", | ||
"description": "Functional utility library for Enonic XP", | ||
@@ -28,14 +28,14 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"enonic-fp": "^0.2.36", | ||
"enonic-types": "^0.0.45", | ||
"fp-ts": "^2.5.3", | ||
"io-ts": "^2.2.0" | ||
"enonic-fp": "^0.2.37", | ||
"enonic-types": "^0.0.52", | ||
"fp-ts": "^2.6.0", | ||
"io-ts": "^2.2.2" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.28.0", | ||
"@typescript-eslint/parser": "^2.28.0", | ||
"eslint": "^6.8.0", | ||
"@typescript-eslint/eslint-plugin": "^2.33.0", | ||
"@typescript-eslint/parser": "^2.33.0", | ||
"eslint": "^7.0.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.2" | ||
} | ||
} |
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
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
26170
466
+ Addedenonic-types@0.0.52(transitive)
- Removedenonic-types@0.0.45(transitive)
Updatedenonic-fp@^0.2.37
Updatedenonic-types@^0.0.52
Updatedfp-ts@^2.6.0
Updatedio-ts@^2.2.2