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

@office-open/core

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@office-open/core - npm Package Compare versions

Comparing version
0.6.0
to
0.6.1
+1
-1
dist/chart/index.d.mts

@@ -74,3 +74,3 @@ import { O as XmlComponent } from "../index-DqdJoWmh.mjs";

}
declare const createChartType: (options: IChartTypeOptions) => AreaChart | BarChart | LineChart | PieChart | ScatterChart;
declare const createChartType: (options: IChartTypeOptions) => ScatterChart | AreaChart | PieChart | LineChart | BarChart;
//#endregion

@@ -77,0 +77,0 @@ //#region src/chart/chart-space.d.ts

{
"name": "@office-open/core",
"version": "0.6.0",
"version": "0.6.1",
"description": "Shared OOXML infrastructure: XmlComponent, value validators, unit converters",

@@ -62,3 +62,3 @@ "keywords": [

"nanoid": "5.1.11",
"@office-open/xml": "0.6.0"
"@office-open/xml": "0.6.1"
},

@@ -69,4 +69,4 @@ "scripts": {

"test": "vp test run --coverage",
"test:ci": "vp test run --coverage"
"check": "vp check --fix"
}
}