maskweaver 0.9.0 → 0.9.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/assets/commands/weave-help.md +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/version.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* 2. Update this constant
|
|
10
10
|
* 3. That's it — all other files import from here
|
|
11
11
|
*/
|
|
12
|
-
export declare const VERSION = "0.
|
|
12
|
+
export declare const VERSION = "0.9.1";
|
|
13
13
|
/**
|
|
14
14
|
* Returns a formatted version string for display.
|
|
15
15
|
* @example "Maskweaver v0.7.29"
|
package/dist/version.js
CHANGED