@prismatic-io/spectral
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,10 +0,20 @@ | ||
export var component = function (definition) { return definition; }; | ||
export var action = function (definition) { | ||
var _a; | ||
return (_a = {}, | ||
_a[definition.key] = definition, | ||
_a); | ||
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
export var input = function (definition) { return definition; }; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.input = exports.action = exports.component = void 0; | ||
exports.component = (definition) => definition; | ||
exports.action = (definition) => ({ | ||
[definition.key]: definition, | ||
}); | ||
exports.input = (definition) => definition; | ||
// Make types defined in types.ts importable from @prismatic-io/spectral | ||
export * from "./types"; | ||
__exportStar(require("./types"), exports); |
{ | ||
"name": "@prismatic-io/spectral", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Utility library for building Prismatic components", | ||
@@ -20,6 +20,7 @@ "keywords": [ | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"lint": "eslint --quiet --ext .ts,.js src/", | ||
"format": "prettier --loglevel error --write '!./dist/**' '**'", | ||
"check": "prettier --check '!./dist/**' '**'", | ||
"build": "yarn run lint && tsc", | ||
"format": "prettier --loglevel error --write '!./dist/**' '!LICENSE' '**'", | ||
"check": "prettier --check '!./dist/**' '!LICENSE' '**'", | ||
"build": "yarn run lint && yarn run clean && tsc", | ||
"prepack": "yarn run build", | ||
@@ -26,0 +27,0 @@ "test": "echo \"Warning: no test specified\"" |
@@ -21,3 +21,3 @@ # @prismatic-io/spectral | ||
**Prismatic is a solution for the real world**. It was designed to handle messy, complex integration scenarios and work with existing development and deployment toolchains. It is flexible and extensible, and can be used to build bespoke and vertical-specific integrations between applications of all kinds, SaaS or legacy, with or without a modern API, regardless of protocol or data format. | ||
**Prismatic is a solution for the real world**. It is designed to handle messy, complex integration scenarios and work with existing development and deployment toolchains. It is flexible and extensible, and can be used to build bespoke and vertical-specific integrations between applications of all kinds, SaaS or legacy, with or without a modern API, regardless of protocol or data format. | ||
@@ -24,0 +24,0 @@ For information on the Prismatic platform, check out our [website](https://www.prismatic.io) and [docs](https://www.prismatic.io/docs). |
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
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
12159
176
0