sonolus-bandori-engine 0.6.7 → 0.6.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/dist/EngineData +0 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/EngineData
CHANGED
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LevelData } from 'sonolus-core';
|
|
2
2
|
import { ChartObject } from './convert';
|
|
3
3
|
import { Resource } from './Resource';
|
|
4
|
-
export declare const version = "0.6.
|
|
4
|
+
export declare const version = "0.6.8";
|
|
5
5
|
export declare const engineInfo: {
|
|
6
6
|
readonly name: "bandori";
|
|
7
7
|
readonly version: 6;
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ const convert_1 = require("./convert");
|
|
|
5
5
|
const Resource_1 = require("./Resource");
|
|
6
6
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
7
7
|
const archetypes = require('./archetypes');
|
|
8
|
-
exports.version = '0.6.
|
|
8
|
+
exports.version = '0.6.8';
|
|
9
9
|
exports.engineInfo = {
|
|
10
10
|
name: 'bandori',
|
|
11
11
|
version: 6,
|
package/package.json
CHANGED