🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@odda-studio/cms-models

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odda-studio/cms-models - npm Package Compare versions

Comparing version
1.0.21
to
1.0.22
+2
-2
model.d.ts

@@ -575,4 +575,4 @@ import { ColumnType } from './column-type';

autoBuild?: {
forms?: boolean;
tables?: boolean;
forms?: boolean | string[][];
tables?: boolean | string[];
};

@@ -579,0 +579,0 @@ meta?: any;

@@ -10,2 +10,3 @@ "use strict";

'setDefaultColumns',
'autoBuild',
];

@@ -38,2 +39,3 @@ const res = Object.assign({}, schema);

'class',
'pipe',
];

@@ -40,0 +42,0 @@ keys.forEach((key) => delete res[key]);

{
"name": "@odda-studio/cms-models",
"version": "1.0.21",
"version": "1.0.22",
"description": "",

@@ -10,2 +10,3 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"export-schema": "ts-node export-schema.ts",
"build": "npm version patch && tsc && cp ./package.json ./dist/package.json && cp ./tsconfig.json ./dist/tsconfig.json && cd dist && npm publish --access public"

@@ -12,0 +13,0 @@ },