@office-open/xml 0.7.0 → 0.8.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.
Files changed (2) hide show
  1. package/README.md +10 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,11 +20,17 @@
20
20
  ## Installation
21
21
 
22
22
  ```bash
23
- # Install with npm
24
- $ npm install @office-open/xml
23
+ # pnpm
24
+ pnpm add @office-open/xml
25
25
 
26
- # Install with pnpm
27
- $ pnpm add @office-open/xml
26
+ # npm
27
+ npm install @office-open/xml
28
+
29
+ # yarn
30
+ yarn add @office-open/xml
31
+
32
+ # bun
33
+ bun add @office-open/xml
28
34
  ```
29
35
 
30
36
  ## Migration from xml + xml-js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-open/xml",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "XML parsing and serialization for Office Open XML. Zero dependencies, drop-in replacement for xml + xml-js.",
5
5
  "keywords": [
6
6
  "office-open",