@baseline-ui/translations
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -0,1 +1,5 @@ | ||
'use strict'; | ||
var utils = require('@baseline-ui/utils'); | ||
/** | ||
@@ -10,28 +14,3 @@ * Copyright (c) 2023-2024 PSPDFKit GmbH. All rights reserved. | ||
*/ | ||
"use strict"; | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
if (from && typeof from === "object" || typeof from === "function") { | ||
for (let key of __getOwnPropNames(from)) | ||
if (!__hasOwnProp.call(to, key) && key !== except) | ||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); | ||
} | ||
return to; | ||
}; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
messages: () => messages | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
var import_utils = require("@baseline-ui/utils"); | ||
@@ -42,6 +21,4 @@ // import-glob:/home/runner/work/baseline-ui/baseline-ui/packages/translations/src/intl/*.json | ||
// src/index.ts | ||
var messages = (0, import_utils.cleanKeyFromGlobImport)(__default); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
messages | ||
}); | ||
var messages = utils.cleanKeyFromGlobImport(__default); | ||
exports.messages = messages; |
{ | ||
"name": "@baseline-ui/translations", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"lodash": "^4.17.21", | ||
"@baseline-ui/utils": "0.8.0" | ||
"@baseline-ui/utils": "0.8.1" | ||
}, | ||
@@ -30,5 +30,5 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "pnpm run generate:types && tsup src/index.ts --format cjs,esm --dts", | ||
"build": "pnpm run generate:types && tsup src/index.ts --format cjs,esm --dts --treeshake", | ||
"generate:types": "./scripts/generateDeclarations.ts" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
72008
309
3
+ Added@baseline-ui/utils@0.8.1(transitive)
- Removed@baseline-ui/utils@0.8.0(transitive)
Updated@baseline-ui/utils@0.8.1