@office-open/pptx 0.4.5 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-open/pptx",
3
- "version": "0.4.5",
3
+ "version": "0.5.0",
4
4
  "description": "Generate .pptx files with JS/TS",
5
5
  "keywords": [
6
6
  "office-open",
@@ -36,14 +36,14 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "fflate": "0.8.2",
39
+ "fflate": "0.8.3",
40
40
  "undio": "0.2.0",
41
- "@office-open/core": "0.4.5",
42
- "@office-open/xml": "0.4.5"
41
+ "@office-open/core": "0.5.0",
42
+ "@office-open/xml": "0.5.0"
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "basis build --stub",
46
- "build": "basis build",
46
+ "build": "vp pack",
47
47
  "test": "vp test run --coverage",
48
48
  "check": "vp check --fix"
49
49
  }
@@ -1,29 +0,0 @@
1
- //#region \0rolldown/runtime.js
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
7
- var __exportAll = (all, no_symbols) => {
8
- let target = {};
9
- for (var name in all) __defProp(target, name, {
10
- get: all[name],
11
- enumerable: true
12
- });
13
- if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
14
- return target;
15
- };
16
- var __copyProps = (to, from, except, desc) => {
17
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
18
- key = keys[i];
19
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
20
- get: ((k) => from[k]).bind(null, key),
21
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
22
- });
23
- }
24
- return to;
25
- };
26
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
27
- var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- //#endregion
29
- export { __toCommonJS as i, __exportAll as n, __reExport as r, __esmMin as t };