@makeswift/runtime 0.24.1 → 0.24.2-canary.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.
Files changed (39) hide show
  1. package/dist/cjs/builder/index.js +3 -1
  2. package/dist/cjs/builder/index.js.map +1 -1
  3. package/dist/cjs/builder/unstructured-introspection/__fixtures__/element-containing-resources.js +899 -0
  4. package/dist/cjs/builder/unstructured-introspection/__fixtures__/element-containing-resources.js.map +1 -0
  5. package/dist/cjs/builder/unstructured-introspection/__fixtures__/index.js +23 -0
  6. package/dist/cjs/builder/unstructured-introspection/__fixtures__/index.js.map +1 -0
  7. package/dist/cjs/builder/unstructured-introspection/index.js +29 -0
  8. package/dist/cjs/builder/unstructured-introspection/index.js.map +1 -0
  9. package/dist/cjs/builder/unstructured-introspection/unstructured-introspection.js +85 -0
  10. package/dist/cjs/builder/unstructured-introspection/unstructured-introspection.js.map +1 -0
  11. package/dist/cjs/next/api-handler/handlers/manifest.js +1 -1
  12. package/dist/cjs/next/api-handler/handlers/redirect-preview.js +4 -3
  13. package/dist/cjs/next/api-handler/handlers/redirect-preview.js.map +1 -1
  14. package/dist/esm/builder/index.js +1 -0
  15. package/dist/esm/builder/index.js.map +1 -1
  16. package/dist/esm/builder/unstructured-introspection/__fixtures__/element-containing-resources.js +875 -0
  17. package/dist/esm/builder/unstructured-introspection/__fixtures__/element-containing-resources.js.map +1 -0
  18. package/dist/esm/builder/unstructured-introspection/__fixtures__/index.js +2 -0
  19. package/dist/esm/builder/unstructured-introspection/__fixtures__/index.js.map +1 -0
  20. package/dist/esm/builder/unstructured-introspection/index.js +5 -0
  21. package/dist/esm/builder/unstructured-introspection/index.js.map +1 -0
  22. package/dist/esm/builder/unstructured-introspection/unstructured-introspection.js +61 -0
  23. package/dist/esm/builder/unstructured-introspection/unstructured-introspection.js.map +1 -0
  24. package/dist/esm/next/api-handler/handlers/manifest.js +1 -1
  25. package/dist/esm/next/api-handler/handlers/redirect-preview.js +4 -3
  26. package/dist/esm/next/api-handler/handlers/redirect-preview.js.map +1 -1
  27. package/dist/types/builder/index.d.ts +1 -0
  28. package/dist/types/builder/index.d.ts.map +1 -1
  29. package/dist/types/builder/unstructured-introspection/__fixtures__/element-containing-resources.d.ts +3 -0
  30. package/dist/types/builder/unstructured-introspection/__fixtures__/element-containing-resources.d.ts.map +1 -0
  31. package/dist/types/builder/unstructured-introspection/__fixtures__/index.d.ts +2 -0
  32. package/dist/types/builder/unstructured-introspection/__fixtures__/index.d.ts.map +1 -0
  33. package/dist/types/builder/unstructured-introspection/index.d.ts +2 -0
  34. package/dist/types/builder/unstructured-introspection/index.d.ts.map +1 -0
  35. package/dist/types/builder/unstructured-introspection/unstructured-introspection.d.ts +10 -0
  36. package/dist/types/builder/unstructured-introspection/unstructured-introspection.d.ts.map +1 -0
  37. package/dist/types/builder/unstructured-introspection/unstructured-introspection.test.d.ts +2 -0
  38. package/dist/types/builder/unstructured-introspection/unstructured-introspection.test.d.ts.map +1 -0
  39. package/package.json +2 -1
@@ -16,8 +16,10 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
16
16
  var builder_exports = {};
17
17
  module.exports = __toCommonJS(builder_exports);
18
18
  __reExport(builder_exports, require("./serialization"), module.exports);
19
+ __reExport(builder_exports, require("./unstructured-introspection"), module.exports);
19
20
  // Annotate the CommonJS export names for ESM import in node:
20
21
  0 && (module.exports = {
21
- ...require("./serialization")
22
+ ...require("./serialization"),
23
+ ...require("./unstructured-introspection")
22
24
  });
23
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/builder/index.ts"],"sourcesContent":["export * from './serialization'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,4BAAc,4BAAd;","names":[]}
1
+ {"version":3,"sources":["../../../src/builder/index.ts"],"sourcesContent":["export * from './serialization'\nexport * from './unstructured-introspection'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,4BAAc,4BAAd;AACA,4BAAc,yCADd;","names":[]}