@directus/constants
Advanced tools
Comparing version 11.0.4 to 11.1.0-rc.0
@@ -30,4 +30,2 @@ declare enum Action { | ||
declare const REGEX_BETWEEN_PARENS: RegExp; | ||
declare const DEFAULT_NUMERIC_PRECISION = 10; | ||
@@ -40,2 +38,6 @@ declare const DEFAULT_NUMERIC_SCALE = 5; | ||
export { API_INJECT, Action, DEFAULT_NUMERIC_PRECISION, DEFAULT_NUMERIC_SCALE, EXTENSIONS_INJECT, FUNCTIONS, GEOMETRY_FORMATS, GEOMETRY_TYPES, JAVASCRIPT_FILE_EXTS, KNEX_TYPES, LOCAL_TYPES, MAX_SAFE_INT32, MAX_SAFE_INT64, MIN_SAFE_INT32, MIN_SAFE_INT64, NUMERIC_TYPES, REGEX_BETWEEN_PARENS, RELATIONAL_TYPES, SDK_INJECT, STORES_INJECT, TYPES }; | ||
declare const PERMISSION_ACTIONS: readonly ["create", "read", "update", "delete", "share"]; | ||
declare const REGEX_BETWEEN_PARENS: RegExp; | ||
export { API_INJECT, Action, DEFAULT_NUMERIC_PRECISION, DEFAULT_NUMERIC_SCALE, EXTENSIONS_INJECT, FUNCTIONS, GEOMETRY_FORMATS, GEOMETRY_TYPES, JAVASCRIPT_FILE_EXTS, KNEX_TYPES, LOCAL_TYPES, MAX_SAFE_INT32, MAX_SAFE_INT64, MIN_SAFE_INT32, MIN_SAFE_INT64, NUMERIC_TYPES, PERMISSION_ACTIONS, REGEX_BETWEEN_PARENS, RELATIONAL_TYPES, SDK_INJECT, STORES_INJECT, TYPES }; |
@@ -91,5 +91,2 @@ // src/activity.ts | ||
// src/regex.ts | ||
var REGEX_BETWEEN_PARENS = /\(([^)]+)\)/; | ||
// src/number.ts | ||
@@ -102,2 +99,8 @@ var DEFAULT_NUMERIC_PRECISION = 10; | ||
var MIN_SAFE_INT32 = (-2) ** 31; | ||
// src/permissions.ts | ||
var PERMISSION_ACTIONS = ["create", "read", "update", "delete", "share"]; | ||
// src/regex.ts | ||
var REGEX_BETWEEN_PARENS = /\(([^)]+)\)/; | ||
export { | ||
@@ -120,2 +123,3 @@ API_INJECT, | ||
NUMERIC_TYPES, | ||
PERMISSION_ACTIONS, | ||
REGEX_BETWEEN_PARENS, | ||
@@ -122,0 +126,0 @@ RELATIONAL_TYPES, |
{ | ||
"name": "@directus/constants", | ||
"version": "11.0.4", | ||
"version": "11.1.0-rc.0", | ||
"description": "Shared constants for Directus", | ||
@@ -25,3 +25,3 @@ "homepage": "https://directus.io", | ||
"devDependencies": { | ||
"tsup": "8.0.2", | ||
"tsup": "8.1.0", | ||
"typescript": "5.4.5", | ||
@@ -28,0 +28,0 @@ "@directus/tsconfig": "1.0.1" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
7485
157
1