deepline 0.2.12 → 0.2.14

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/bundling-sources/sdk/src/client.ts +159 -3
  2. package/dist/bundling-sources/sdk/src/index.ts +3 -0
  3. package/dist/bundling-sources/sdk/src/play.ts +150 -691
  4. package/dist/bundling-sources/sdk/src/release.ts +1 -1
  5. package/dist/bundling-sources/shared_libs/play-runtime/child-execution-strategy.ts +7 -1
  6. package/dist/bundling-sources/shared_libs/play-runtime/context.ts +319 -138
  7. package/dist/bundling-sources/shared_libs/play-runtime/csv-rename.ts +10 -6
  8. package/dist/bundling-sources/shared_libs/play-runtime/ctx-types.ts +34 -52
  9. package/dist/bundling-sources/shared_libs/play-runtime/durable-call-cache.ts +11 -22
  10. package/dist/bundling-sources/shared_libs/play-runtime/durable-call-policy.ts +34 -0
  11. package/dist/bundling-sources/shared_libs/play-runtime/play-call-execution.ts +2 -1
  12. package/dist/bundling-sources/shared_libs/play-runtime/run-ledger-projection-contract.ts +95 -0
  13. package/dist/bundling-sources/shared_libs/play-runtime/runtime-actions.ts +2 -1
  14. package/dist/bundling-sources/shared_libs/play-runtime/runtime-api.ts +24 -7
  15. package/dist/bundling-sources/shared_libs/play-runtime/runtime-contract.ts +8 -1
  16. package/dist/bundling-sources/shared_libs/play-runtime/runtime-receipt-store-adapter.ts +7 -4
  17. package/dist/bundling-sources/shared_libs/play-runtime/secret-capability.ts +23 -15
  18. package/dist/bundling-sources/shared_libs/plays/artifact-types.ts +3 -0
  19. package/dist/bundling-sources/shared_libs/plays/authoring-contract.ts +2222 -0
  20. package/dist/bundling-sources/shared_libs/plays/bundling/index.ts +3 -2
  21. package/dist/bundling-sources/shared_libs/plays/compiler-manifest.ts +2 -0
  22. package/dist/bundling-sources/shared_libs/plays/contracts.ts +16 -0
  23. package/dist/bundling-sources/shared_libs/plays/input-contract-definition.ts +28 -0
  24. package/dist/bundling-sources/shared_libs/plays/input-contract.ts +3 -3
  25. package/dist/cli/index.js +5231 -830
  26. package/dist/cli/index.mjs +5178 -762
  27. package/dist/compiler-manifest-xFkbJX2B.d.mts +2517 -0
  28. package/dist/compiler-manifest-xFkbJX2B.d.ts +2517 -0
  29. package/dist/index.d.mts +126 -1014
  30. package/dist/index.d.ts +126 -1014
  31. package/dist/index.js +88 -8
  32. package/dist/index.mjs +88 -8
  33. package/dist/plays/bundle-play-file.d.mts +5 -8
  34. package/dist/plays/bundle-play-file.d.ts +5 -8
  35. package/dist/plays/bundle-play-file.mjs +3844 -3
  36. package/package.json +1 -1
  37. package/dist/bundling-sources/shared_libs/plays/source-metadata.ts +0 -240
  38. package/dist/tool-execution-error-4-rhemLQ.d.mts +0 -446
  39. package/dist/tool-execution-error-4-rhemLQ.d.ts +0 -446

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.