Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ot-builder/cli-proc

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/cli-proc - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+16
-1
CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Sun, 18 Jul 2021 02:11:53 GMT",
"date": "Sat, 11 Sep 2021 01:06:55 GMT",
"tag": "@ot-builder/cli-proc_v1.1.1",
"version": "1.1.1",
"comments": {
"patch": [
{
"author": "otbbuilder-dev@users.noreply.github.com",
"package": "@ot-builder/cli-proc",
"commit": "28bc4c48910f10dcabb090ab68e610ce499caa95",
"comment": "Bump @ot-builder/cli-proc to v1.1.1"
}
]
}
},
{
"date": "Sun, 18 Jul 2021 02:14:19 GMT",
"tag": "@ot-builder/cli-proc_v1.1.0",

@@ -8,0 +23,0 @@ "version": "1.1.0",

# Change Log - @ot-builder/cli-proc
This log was last generated on Sun, 18 Jul 2021 02:11:53 GMT and should not be manually modified.
This log was last generated on Sat, 11 Sep 2021 01:06:55 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.1
Sat, 11 Sep 2021 01:06:55 GMT
### Patches
- Bump @ot-builder/cli-proc to v1.1.1 (otbbuilder-dev@users.noreply.github.com)
## 1.1.0
Sun, 18 Jul 2021 02:11:53 GMT
Sun, 18 Jul 2021 02:14:19 GMT

@@ -11,0 +19,0 @@ ### Minor changes

+1
-1

@@ -7,3 +7,3 @@ "use strict";

function gcFont(font, gsf) {
const { glyphs, rectifier } = initial_visible_glyphs_1.createSubsetRectifier(font, { has: () => true });
const { glyphs, rectifier } = (0, initial_visible_glyphs_1.createSubsetRectifier)(font, { has: () => true });
font.glyphs = gsf.createStoreFromList(glyphs);

@@ -10,0 +10,0 @@ Rectify.inPlaceRectifyFontGlyphReferences(rectifier, font);

@@ -40,4 +40,4 @@ "use strict";

return;
for (const [zone, tfm] of zone_dicing_1.diceZones(this.env.variationDimensions.length, srcZones)) {
const hash = zone_dicing_1.hashZone(zone);
for (const [zone, tfm] of (0, zone_dicing_1.diceZones)(this.env.variationDimensions.length, srcZones)) {
const hash = (0, zone_dicing_1.hashZone)(zone);
let fv = this.env.featureVariationCollection.get(hash);

@@ -44,0 +44,0 @@ if (!fv) {

@@ -30,3 +30,3 @@ "use strict";

mergeScriptList() {
return utils_1.mergeMapAlt(this.preferred.scripts, this.less.scripts, this.mergeScript.bind(this));
return (0, utils_1.mergeMapAlt)(this.preferred.scripts, this.less.scripts, this.mergeScript.bind(this));
}

@@ -40,3 +40,3 @@ mergeScript(preferred, less) {

defaultLanguage: this.mergeLanguage(preferred.defaultLanguage, less.defaultLanguage),
languages: utils_1.mergeMapAlt(preferred.languages, less.languages, this.mergeLanguage.bind(this))
languages: (0, utils_1.mergeMapAlt)(preferred.languages, less.languages, this.mergeLanguage.bind(this))
};

@@ -43,0 +43,0 @@ }

@@ -11,3 +11,3 @@ "use strict";

function mergeFonts(basis, override, gsf, opt = {}) {
design_unifier_1.unifyDesignSpacesImpl(new design_unifier_1.DesignUnifierSession(), basis, override);
(0, design_unifier_1.unifyDesignSpacesImpl)(new design_unifier_1.DesignUnifierSession(), basis, override);
basis.glyphs = gsf.createStoreFromList([

@@ -68,7 +68,7 @@ ...basis.glyphs.decideOrder(),

const result = new Ot.Gdef.Table();
result.glyphClassDef = utils_1.mergeMapOpt(preferred.glyphClassDef, less.glyphClassDef, utils_1.Prime);
result.attachList = utils_1.mergeMapOpt(preferred.attachList, less.attachList, utils_1.Prime);
result.ligCarets = utils_1.mergeMapOpt(preferred.ligCarets, less.ligCarets, utils_1.Prime);
result.markAttachClassDef = utils_1.mergeMapOpt(preferred.markAttachClassDef, less.markAttachClassDef, utils_1.Prime);
result.markGlyphSets = utils_1.combineList(preferred.markGlyphSets, less.markGlyphSets);
result.glyphClassDef = (0, utils_1.mergeMapOpt)(preferred.glyphClassDef, less.glyphClassDef, utils_1.Prime);
result.attachList = (0, utils_1.mergeMapOpt)(preferred.attachList, less.attachList, utils_1.Prime);
result.ligCarets = (0, utils_1.mergeMapOpt)(preferred.ligCarets, less.ligCarets, utils_1.Prime);
result.markAttachClassDef = (0, utils_1.mergeMapOpt)(preferred.markAttachClassDef, less.markAttachClassDef, utils_1.Prime);
result.markGlyphSets = (0, utils_1.combineList)(preferred.markGlyphSets, less.markGlyphSets);
return result;

@@ -75,0 +75,0 @@ }

@@ -17,3 +17,3 @@ "use strict";

if (this.fonts.length > 0)
design_unifier_1.unifyDesignSpacesImpl(this.session, this.fonts[0], inputFont);
(0, design_unifier_1.unifyDesignSpacesImpl)(this.session, this.fonts[0], inputFont);
const ur = unifyGlyphByHash(inputFont, this.gsf, this.session, this.sharedGs, this.fonts.length);

@@ -20,0 +20,0 @@ this.fontUnificationResults.push(ur);

@@ -7,3 +7,3 @@ "use strict";

function subsetFont(font, text, gsf) {
const { glyphs, rectifier } = initial_visible_glyphs_1.createSubsetRectifier(font, new Set([...text].map(s => s.codePointAt(0))));
const { glyphs, rectifier } = (0, initial_visible_glyphs_1.createSubsetRectifier)(font, new Set([...text].map(s => s.codePointAt(0))));
font.glyphs = gsf.createStoreFromList(glyphs);

@@ -10,0 +10,0 @@ Rectify.inPlaceRectifyFontGlyphReferences(rectifier, font);

{
"name": "@ot-builder/cli-proc",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ot-builder/monorepo.git",
"directory": "packages/cli-proc"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/**/*.js",
"lib/**/*.json",
"lib/**/*.d.ts"
],
"scripts": {

@@ -17,9 +27,9 @@ "build": "tsc -b ./tsconfig.package.json",

"tslib": "^2.0.0",
"@ot-builder/io-bin-font": "1.1.0",
"@ot-builder/primitive": "1.1.0",
"@ot-builder/common-impl": "1.1.0",
"@ot-builder/rectify": "1.1.0",
"@ot-builder/trace": "1.1.0",
"@ot-builder/prelude": "1.1.0",
"@ot-builder/ot": "1.1.0"
"@ot-builder/io-bin-font": "1.1.1",
"@ot-builder/primitive": "1.1.1",
"@ot-builder/common-impl": "1.1.1",
"@ot-builder/rectify": "1.1.1",
"@ot-builder/trace": "1.1.1",
"@ot-builder/prelude": "1.1.1",
"@ot-builder/ot": "1.1.1"
},

@@ -26,0 +36,0 @@ "devDependencies": {