sekai-calculator 0.0.7 → 0.0.8
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
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
# sekai-calculator
|
|
2
2
|
Project SEKAI Calculator for deck power, live score, event point and more.
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
- Node.js >= 18
|
|
4
|
+
Both ECMAScript Module `index.mjs` and CommonJS `index.cjs` are provided with types `index.d.ts` attached.
|
|
6
5
|
|
|
7
6
|
## Quick Start
|
|
8
7
|
W.I.P.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sekai-calculator",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Project SEKAI Calculator for deck power, live score, event point and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
-
"main": "dist/index.
|
|
8
|
-
"module": "dist/index.
|
|
7
|
+
"main": "dist/index.cjs",
|
|
8
|
+
"module": "dist/index.mjs",
|
|
9
9
|
"files": [
|
|
10
|
-
"dist/index.
|
|
11
|
-
"dist/index.
|
|
10
|
+
"dist/index.cjs",
|
|
11
|
+
"dist/index.mjs",
|
|
12
12
|
"dist/index.d.ts"
|
|
13
13
|
],
|
|
14
14
|
"keywords": [
|
|
File without changes
|
|
File without changes
|