@clerk/localizations
Advanced tools
Comparing version 3.6.3-rhc-beta.v19033f9eaacb9352ac76a2fc164964aca6b75b6f to 3.6.3-snapshot.v2955a5959fa72ec641eeb74e82af974b30812945
{ | ||
"name": "@clerk/localizations", | ||
"version": "3.6.3-rhc-beta.v19033f9eaacb9352ac76a2fc164964aca6b75b6f", | ||
"version": "3.6.3-snapshot.v2955a5959fa72ec641eeb74e82af974b30812945", | ||
"description": "Localizations for the Clerk components", | ||
@@ -94,17 +94,9 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"build": "tsup --env.NODE_ENV production", | ||
"postbuild": "node ../../scripts/subpath-workaround.mjs localizations", | ||
"clean": "rimraf ./dist", | ||
"dev": "tsup --watch", | ||
"generate": "tsc src/utils/generate.ts && node src/utils/generate.js && prettier --write src/*.ts", | ||
"lint": "eslint src/" | ||
}, | ||
"dependencies": { | ||
"@clerk/types": "4.33.0-rhc-beta.v19033f9eaacb9352ac76a2fc164964aca6b75b6f" | ||
"@clerk/types": "4.33.0-snapshot.v2955a5959fa72ec641eeb74e82af974b30812945" | ||
}, | ||
"devDependencies": { | ||
"@clerk/eslint-config-custom": "*", | ||
"tsup": "*", | ||
"typescript": "*" | ||
"typescript": "*", | ||
"@clerk/eslint-config-custom": "0.0.2" | ||
}, | ||
@@ -116,3 +108,11 @@ "engines": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsup --env.NODE_ENV production", | ||
"postbuild": "node ../../scripts/subpath-workaround.mjs localizations", | ||
"clean": "rimraf ./dist", | ||
"dev": "tsup --watch", | ||
"generate": "tsc src/utils/generate.ts && node src/utils/generate.js && prettier --write src/*.ts", | ||
"lint": "eslint src/" | ||
} | ||
} | ||
} |
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
17293072