@ptengine/lp-editor-core 1.0.0-alpha.4 → 1.0.0-alpha.5
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -933,7 +933,7 @@ declare function checkVariants(className: string): VariantCheck;
|
|
|
933
933
|
* 护栏:export golden 断言「输出变了而 COMPILER_VERSION 没变就红」。
|
|
934
934
|
* 递增它是一次显式动作,不要顺手跟着包版本一起改。
|
|
935
935
|
*/
|
|
936
|
-
declare const VERSION = "1.0.0-alpha.
|
|
936
|
+
declare const VERSION = "1.0.0-alpha.5";
|
|
937
937
|
declare const COMPILER_VERSION = "2";
|
|
938
938
|
|
|
939
939
|
/**
|