minitel-standalone
Advanced tools
Comparing version 1.9.3 to 1.9.4
@@ -26,2 +26,3 @@ "use strict"; | ||
const offsets = { | ||
charset: [0x0f, 0x0e, 0x19], | ||
noBlink: 0x48, | ||
@@ -32,3 +33,2 @@ fg: 0x40, | ||
invert: 0x5C, | ||
charset: [0x0f, 0x0e, 0x19], | ||
}; | ||
@@ -35,0 +35,0 @@ let attribute; |
{ | ||
"name": "minitel-standalone", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"description": "A standalone package for minitel components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -31,2 +31,3 @@ import { CharAttributes } from './types.js'; | ||
const offsets: Record<keyof Omit<CharAttributes, 'doubleHeight' | 'doubleWidth'>, number | number[]> = { | ||
charset: [0x0f, 0x0e, 0x19], | ||
noBlink: 0x48, | ||
@@ -37,3 +38,2 @@ fg: 0x40, | ||
invert: 0x5C, | ||
charset: [0x0f, 0x0e, 0x19], | ||
}; | ||
@@ -40,0 +40,0 @@ let attribute: keyof Omit<CharAttributes, 'doubleHeight' | 'doubleWidth'>; |
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