@spyglassmc/mcfunction 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/lib/index.d.ts +1 -1
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export * as completer from './completer/index.js';
|
|
|
4
4
|
export * from './node/index.js';
|
|
5
5
|
export * from './parser/index.js';
|
|
6
6
|
export * from './tree/index.js';
|
|
7
|
-
export declare const initialize: core.
|
|
7
|
+
export declare const initialize: core.SyncProjectInitializer;
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spyglassmc/mcfunction",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"url": "https://github.com/SpyglassMC/Spyglass/issues"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@spyglassmc/core": "0.
|
|
29
|
-
"@spyglassmc/locales": "0.
|
|
28
|
+
"@spyglassmc/core": "0.3.0",
|
|
29
|
+
"@spyglassmc/locales": "0.3.0"
|
|
30
30
|
}
|
|
31
31
|
}
|