sonolus-pjsekai-js 1.3.7 → 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.
- package/dist/EngineConfiguration +0 -0
- package/dist/EnginePlayData +0 -0
- package/dist/EnginePreviewData +0 -0
- package/dist/EngineWatchData +0 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/EngineConfiguration
CHANGED
Binary file
|
package/dist/EnginePlayData
CHANGED
Binary file
|
package/dist/EnginePreviewData
CHANGED
Binary file
|
package/dist/EngineWatchData
CHANGED
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.
|
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: "
|
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.
|
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: "
|
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
|
-
"
|
38
|
+
"A recreation of Project Sekai: Colorful Stage! engine in Sonolus.",
|
39
39
|
`버전: ${version}`,
|
40
40
|
"",
|
41
41
|
"Burrito#1000의 pjsekai 엔진에서 포크되었습니다.",
|