@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 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.4";
936
+ declare const VERSION = "1.0.0-alpha.5";
937
937
  declare const COMPILER_VERSION = "2";
938
938
 
939
939
  /**
package/dist/index.js CHANGED
@@ -369,7 +369,7 @@ var rules = {
369
369
  };
370
370
 
371
371
  // src/version.ts
372
- var VERSION = "1.0.0-alpha.4";
372
+ var VERSION = "1.0.0-alpha.5";
373
373
  var COMPILER_VERSION = "2";
374
374
 
375
375
  // src/validate/tree.ts