sonolus-pjsekai-js 1.3.8 → 1.4.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.
Binary file
Binary file
Binary file
Binary file
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ export { susToUSC } from "./sus/convert.js";
2
2
  export { uscToLevelData } from "./usc/convert.js";
3
3
  export * from "./usc/index.js";
4
4
  export { uscToUSC } from "./usc/revert.js";
5
- export declare const version = "1.3.8";
5
+ export declare const version = "1.4.0";
6
6
  export declare const databaseEngineItem: {
7
7
  readonly name: "prosekaR";
8
8
  readonly version: 13;
@@ -21,7 +21,7 @@ export declare const databaseEngineItem: {
21
21
  readonly zht: "世界計劃 匆忙";
22
22
  };
23
23
  readonly author: {
24
- readonly en: "Hyeon2#7895";
24
+ readonly en: "prosekaR";
25
25
  };
26
26
  readonly description: {
27
27
  readonly en: string;
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ export { susToUSC } from "./sus/convert.js";
2
2
  export { uscToLevelData } from "./usc/convert.js";
3
3
  export * from "./usc/index.js";
4
4
  export { uscToUSC } from "./usc/revert.js";
5
- export const version = "1.3.8";
5
+ export const version = "1.4.0";
6
6
  export const databaseEngineItem = {
7
7
  name: "prosekaR",
8
8
  version: 13,
@@ -21,7 +21,7 @@ export const databaseEngineItem = {
21
21
  zht: "世界計劃 匆忙",
22
22
  },
23
23
  author: {
24
- en: "Hyeon2#7895",
24
+ en: "prosekaR",
25
25
  },
26
26
  description: {
27
27
  en: [
@@ -35,7 +35,7 @@ export const databaseEngineItem = {
35
35
  "https://github.com/hyeon2006/sonolus-pjsekai-js",
36
36
  ].join("\n"),
37
37
  ko: [
38
- "프로젝트 세카이: 컬러풀 스테이지! 엔진을 Sonolus로 재현했습니다.",
38
+ "A recreation of Project Sekai: Colorful Stage! engine in Sonolus.",
39
39
  `버전: ${version}`,
40
40
  "",
41
41
  "Burrito#1000의 pjsekai 엔진에서 포크되었습니다.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sonolus-pjsekai-js",
3
- "version": "1.3.8",
3
+ "version": "1.4.0",
4
4
  "description": "A recreation of Project Sekai: Colorful Stage! engine in Sonolus",
5
5
  "type": "module",
6
6
  "files": [