@lokalise/api-common
Advanced tools
Comparing version 3.2.0 to 3.2.2
@@ -1,2 +0,3 @@ | ||
import z from 'zod'; | ||
import { default as z } from 'zod'; | ||
export declare const MANDATORY_PAGINATION_CONFIG_SCHEMA: z.ZodObject<{ | ||
@@ -3,0 +4,0 @@ limit: z.ZodNumber; |
@@ -1,2 +0,3 @@ | ||
import type { OptionalPaginationParams, PaginatedResponse, PaginationMeta } from './apiSchemas'; | ||
import { OptionalPaginationParams, PaginatedResponse, PaginationMeta } from './apiSchemas'; | ||
/** | ||
@@ -3,0 +4,0 @@ * @deprecated use `createPaginatedResponse` instead |
{ | ||
"name": "@lokalise/api-common", | ||
"version": "3.2.0", | ||
"version": "3.2.2", | ||
"files": [ | ||
@@ -11,2 +11,3 @@ "dist" | ||
"types": "./dist/index.d.ts", | ||
"enableTransparentWorkspaces": "false", | ||
"homepage": "https://github.com/lokalise/shared-ts-libs", | ||
@@ -31,3 +32,4 @@ "repository": { | ||
"test": "vitest run --coverage", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"package-version": "echo $npm_package_version" | ||
}, | ||
@@ -38,10 +40,10 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@lokalise/eslint-config": "*", | ||
"@lokalise/prettier-config": "*", | ||
"@lokalise/package-vite-config": "*", | ||
"@vitest/coverage-v8": "^1.1.3", | ||
"@lokalise/eslint-config": "latest", | ||
"@lokalise/prettier-config": "latest", | ||
"@lokalise/package-vite-config": "latest", | ||
"@vitest/coverage-v8": "^1.4.0", | ||
"prettier": "3.2.5", | ||
"rimraf": "^5.0.1", | ||
"typescript": "5.4.2", | ||
"vite": "^5.0.11", | ||
"rimraf": "^5.0.5", | ||
"typescript": "5.4.3", | ||
"vite": "^5.0.13", | ||
"vitest": "^1.4.0" | ||
@@ -48,0 +50,0 @@ }, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
49316
1