@1agh/maude 0.22.0 → 0.22.2

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.
@@ -0,0 +1,16 @@
1
+ {
2
+ "$comment": "Per-bundle minimum byte sizes for /_canvas-runtime/*.js. Derived from Bun.build --release --minify output × 0.70 (rounded down). Floors are intentionally conservative — any future minifier improvement that drops a bundle below the floor needs an explicit manifest bump + investigation. Read by check-runtime-bundles.sh (CI pre-publish guard) AND runtime-health.sh (user-side install guard). See DDR-FUTURE on shipping defective motion_react.js in v0.22.0.",
3
+ "react.js": 7000,
4
+ "react-dom.js": 3500,
5
+ "react-dom_client.js": 130000,
6
+ "react_jsx-runtime.js": 400,
7
+ "react_jsx-dev-runtime.js": 200,
8
+ "pixi-js.js": 650000,
9
+ "motion.js": 50000,
10
+ "motion_react.js": 110000,
11
+ "yjs.js": 70000,
12
+ "y-protocols_sync.js": 1000,
13
+ "y-protocols_awareness.js": 3500,
14
+ "lib0_decoding.js": 5500,
15
+ "lib0_encoding.js": 5500
16
+ }
@@ -1,15 +1,11 @@
1
1
  var __defProp = Object.defineProperty;
2
- var __returnValue = (v) => v;
3
- function __exportSetter(name, newValue) {
4
- this[name] = __returnValue.bind(null, newValue);
5
- }
6
2
  var __export = (target, all) => {
7
3
  for (var name in all)
8
4
  __defProp(target, name, {
9
5
  get: all[name],
10
6
  enumerable: true,
11
7
  configurable: true,
12
- set: __exportSetter.bind(all, name)
8
+ set: (newValue) => all[name] = () => newValue
13
9
  });
14
10
  };
15
11
 
@@ -539,7 +535,7 @@ class StringDecoder {
539
535
  }
540
536
  }
541
537
 
542
- // synth:/home/runner/work/maude/maude/plugins/design/dev-server/.runtime-bundle-lib0_decoding-entry.tsx
538
+ // synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-lib0_decoding-entry.tsx
543
539
  var {
544
540
  Decoder: Decoder2,
545
541
  IncUintOptRleDecoder: IncUintOptRleDecoder2,
@@ -1,15 +1,11 @@
1
1
  var __defProp = Object.defineProperty;
2
- var __returnValue = (v) => v;
3
- function __exportSetter(name, newValue) {
4
- this[name] = __returnValue.bind(null, newValue);
5
- }
6
2
  var __export = (target, all) => {
7
3
  for (var name in all)
8
4
  __defProp(target, name, {
9
5
  get: all[name],
10
6
  enumerable: true,
11
7
  configurable: true,
12
- set: __exportSetter.bind(all, name)
8
+ set: (newValue) => all[name] = () => newValue
13
9
  });
14
10
  };
15
11
 
@@ -521,7 +517,7 @@ class StringEncoder {
521
517
  }
522
518
  }
523
519
 
524
- // synth:/home/runner/work/maude/maude/plugins/design/dev-server/.runtime-bundle-lib0_encoding-entry.tsx
520
+ // synth:/Users/iagh/git/claude-design/plugins/design/dev-server/.runtime-bundle-lib0_encoding-entry.tsx
525
521
  var {
526
522
  Encoder: Encoder2,
527
523
  IncUintOptRleEncoder: IncUintOptRleEncoder2,