@spare/enum-chars
Advanced tools
Comparing version 0.9.3-alpha.0 to 0.9.3-alpha.1
@@ -10,2 +10,3 @@ 'use strict'; | ||
const DOT = '.'; | ||
const SC = ';'; | ||
const CR = '\r'; | ||
@@ -43,2 +44,3 @@ const LF = '\n'; | ||
exports.RTSP = RTSP; | ||
exports.SC = SC; | ||
exports.SP = SP; | ||
@@ -45,0 +47,0 @@ exports.TB = TB; |
@@ -6,2 +6,3 @@ const VO = ''; | ||
const DOT = '.'; | ||
const SC = ';'; | ||
const CR = '\r'; | ||
@@ -23,2 +24,2 @@ const LF = '\n'; | ||
export { AEU, CO, COLF, COSP, CR, DA, DASH, DOSP, DOT, DT, ELLIP, LF, QT, RN, RT, RTSP, SP, TB, UL, VO }; | ||
export { AEU, CO, COLF, COSP, CR, DA, DASH, DOSP, DOT, DT, ELLIP, LF, QT, RN, RT, RTSP, SC, SP, TB, UL, VO }; |
{ | ||
"name": "@spare/enum-chars", | ||
"version": "0.9.3-alpha.0", | ||
"version": "0.9.3-alpha.1", | ||
"description": "Chars", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/gadge/spare#readme", | ||
"gitHead": "505ac2e90da20b9e8869e0b2a957fe84b5cf8c53" | ||
"gitHead": "b590ccf4603545187a4715e2c545211c29518571" | ||
} |
4936
66