openjsxl 0.2.0 → 0.2.1
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/README.md +5 -0
- package/dist/index.js +0 -2
- package/package.json +2 -2
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# openjsxl
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/openjsxl)
|
|
4
|
+
[](https://packagephobia.com/result?p=openjsxl)
|
|
5
|
+
[](https://www.npmjs.com/package/openjsxl)
|
|
6
|
+
[](./LICENSE)
|
|
7
|
+
|
|
3
8
|
Fast, **zero-dependency**, TypeScript-first Excel (`.xlsx`) reader for JavaScript runtimes —
|
|
4
9
|
Node, Deno, Bun, the browser, and edge. This is the package to install; it re-exports the
|
|
5
10
|
[`@openjsxl/core`](https://www.npmjs.com/package/@openjsxl/core) engine.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openjsxl",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Fast, zero-dependency Excel (.xlsx) reader and writer for Node, Deno, Bun, and the browser.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"sideEffects": false,
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@openjsxl/core": "0.2.
|
|
33
|
+
"@openjsxl/core": "0.2.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@openjsxl/fixtures": "0.0.0"
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|