@le-space/shared-types 0.1.18 → 0.1.19

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 (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
- # @shared-aleph/shared-types
1
+ # @le-space/shared-types
2
2
 
3
3
  Shared type definitions for manifests, deployment results, runtime metadata,
4
4
  and related Aleph tooling contracts.
5
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@le-space/shared-types",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Shared type contracts for the shared Aleph tooling monorepo.",
5
5
  "license": "MIT",
6
6
  "type": "module",