@subql/common-substrate 4.4.0 → 4.4.1-0

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 (35) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/package.json +18 -4
  4. package/dist/project/load.spec.d.ts +0 -1
  5. package/dist/project/load.spec.js +0 -15
  6. package/dist/project/load.spec.js.map +0 -1
  7. package/dist/project/project.spec.d.ts +0 -1
  8. package/dist/project/project.spec.js +0 -117
  9. package/dist/project/project.spec.js.map +0 -1
  10. package/src/index.ts +0 -14
  11. package/src/project/index.ts +0 -11
  12. package/src/project/load.spec.ts +0 -16
  13. package/src/project/load.ts +0 -34
  14. package/src/project/models.ts +0 -180
  15. package/src/project/project.spec.ts +0 -148
  16. package/src/project/types.ts +0 -25
  17. package/src/project/utils.ts +0 -45
  18. package/src/project/versioned/ProjectManifestVersioned.ts +0 -73
  19. package/src/project/versioned/index.ts +0 -5
  20. package/src/project/versioned/v1_0_0/index.ts +0 -4
  21. package/src/project/versioned/v1_0_0/model.ts +0 -175
  22. package/test/project_1.0.0.yaml +0 -91
  23. package/test/project_1.0.0_bad_processor.yaml +0 -93
  24. package/test/project_1.0.0_bad_runner.yaml +0 -91
  25. package/test/project_1.0.0_bad_runner_version.yaml +0 -91
  26. package/test/project_1.0.0_chainId.yaml +0 -91
  27. package/test/project_1.0.0_custom_ds.yaml +0 -34
  28. package/test/project_1.0.0_falsy.yaml +0 -33
  29. package/test/project_1.0.0_falsy_array.yaml +0 -32
  30. package/test/project_1.0.0_node_options.yaml +0 -94
  31. package/test/project_1.0.0_runner_ds_mismatch.yaml +0 -34
  32. package/test/project_bypass.yaml +0 -36
  33. package/test/project_bypass_range.yaml +0 -36
  34. package/test/project_invalid_version.yaml +0 -29
  35. package/tsconfig.json +0 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Removed
9
+ - Test files and artifacts from published package (#2838)
8
10
 
9
11
  ## [4.4.0] - 2025-04-17
10
12
  ### Changed