@algoux/standard-ranklist-utils 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/dist/index.d.cts CHANGED
@@ -1,3 +1,5 @@
1
+ import * as srk from '@algoux/standard-ranklist';
2
+
1
3
  declare const MIN_REGEN_SUPPORTED_VERSION = "0.3.0";
2
4
 
3
5
  declare enum EnumTheme {
package/dist/index.d.mts CHANGED
@@ -1,3 +1,5 @@
1
+ import * as srk from '@algoux/standard-ranklist';
2
+
1
3
  declare const MIN_REGEN_SUPPORTED_VERSION = "0.3.0";
2
4
 
3
5
  declare enum EnumTheme {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algoux/standard-ranklist-utils",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "author": "bLue",
5
5
  "keywords": [
6
6
  "standard ranklist",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "scripts": {
27
27
  "dev": "tsx src/index.ts",
28
- "build": "pkgroll && node scripts/postcompile.js"
28
+ "build": "pkgroll"
29
29
  },
30
30
  "dependencies": {
31
31
  "@types/semver": "^7.5.0",