Socket
Socket
Sign inDemoInstall

@graphcms/validation

Package Overview
Dependencies
Maintainers
11
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphcms/validation - npm Package Compare versions

Comparing version 1.4.3 to 1.5.0

6

CHANGELOG.md
# @graphcms/validation
## 1.5.0
### Minor Changes
- [#44](https://github.com/GraphCMS/validation/pull/44) [`fa63c78`](https://github.com/GraphCMS/validation/commit/fa63c78ef02f21ea3627274a42daff420d635cc2) Thanks [@rajatsharma](https://github.com/rajatsharma)! - Add page app element type
## 1.4.3

@@ -4,0 +10,0 @@

2

dist/app.d.ts

@@ -10,3 +10,3 @@ import * as yup from 'yup';

export declare const CONFIG_TYPE: readonly ["string", "number", "boolean"];
export declare const APP_ELEMENT_TYPES: readonly ["field", "formSidebar"];
export declare const APP_ELEMENT_TYPES: readonly ["field", "formSidebar", "page"];
export declare const FIELD_ELEMENT_TYPES: readonly ["BOOLEAN", "COLOR", "DATE", "DATETIME", "FLOAT", "ID", "INT", "JSON", "LOCATION", "RICHTEXT", "STRING"];

@@ -13,0 +13,0 @@ export declare const FIELD_ELEMENT_FEATURES: readonly ["ListRenderer", "TableRenderer", "FieldRenderer"];

@@ -675,3 +675,3 @@ var yup = require('yup');

var APP_ELEMENT_TYPES = ['field', 'formSidebar']; // TODO: Add Codegen and pick these from schema
var APP_ELEMENT_TYPES = ['field', 'formSidebar', 'page']; // TODO: Add Codegen and pick these from schema

@@ -678,0 +678,0 @@ var FIELD_ELEMENT_TYPES = ['BOOLEAN', 'COLOR', 'DATE', 'DATETIME', 'FLOAT', 'ID', 'INT', 'JSON', 'LOCATION', 'RICHTEXT', 'STRING']; // and these too

@@ -655,3 +655,3 @@ import * as yup from 'yup';

var APP_ELEMENT_TYPES = ['field', 'formSidebar']; // TODO: Add Codegen and pick these from schema
var APP_ELEMENT_TYPES = ['field', 'formSidebar', 'page']; // TODO: Add Codegen and pick these from schema

@@ -658,0 +658,0 @@ var FIELD_ELEMENT_TYPES = ['BOOLEAN', 'COLOR', 'DATE', 'DATETIME', 'FLOAT', 'ID', 'INT', 'JSON', 'LOCATION', 'RICHTEXT', 'STRING']; // and these too

@@ -615,3 +615,3 @@ import * as yup from 'yup';

const APP_ELEMENT_TYPES = ['field', 'formSidebar']; // TODO: Add Codegen and pick these from schema
const APP_ELEMENT_TYPES = ['field', 'formSidebar', 'page']; // TODO: Add Codegen and pick these from schema

@@ -618,0 +618,0 @@ const FIELD_ELEMENT_TYPES = ['BOOLEAN', 'COLOR', 'DATE', 'DATETIME', 'FLOAT', 'ID', 'INT', 'JSON', 'LOCATION', 'RICHTEXT', 'STRING']; // and these too

@@ -678,3 +678,3 @@ (function (global, factory) {

var APP_ELEMENT_TYPES = ['field', 'formSidebar']; // TODO: Add Codegen and pick these from schema
var APP_ELEMENT_TYPES = ['field', 'formSidebar', 'page']; // TODO: Add Codegen and pick these from schema

@@ -681,0 +681,0 @@ var FIELD_ELEMENT_TYPES = ['BOOLEAN', 'COLOR', 'DATE', 'DATETIME', 'FLOAT', 'ID', 'INT', 'JSON', 'LOCATION', 'RICHTEXT', 'STRING']; // and these too

{
"name": "@graphcms/validation",
"version": "1.4.3",
"version": "1.5.0",
"main": "dist/validation.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc