@chainfuse/types 4.0.1 → 4.0.3

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.
@@ -1,6 +1,6 @@
1
1
  export type D0Blob = [number, ...number[]];
2
2
  export declare enum D0Version {
3
- v1 = 1
3
+ v1 = 0
4
4
  }
5
5
  export declare enum D0SystemType {
6
6
  Dataspace = 1,
package/dist/d0/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export var D0Version;
2
2
  (function (D0Version) {
3
- D0Version[D0Version["v1"] = 1] = "v1";
3
+ D0Version[D0Version["v1"] = 0] = "v1";
4
4
  })(D0Version || (D0Version = {}));
5
5
  export var D0SystemType;
6
6
  (function (D0SystemType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/types",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
@@ -105,5 +105,5 @@
105
105
  "@cloudflare/workers-types": "^4.20250923.0",
106
106
  "@types/validator": "^13.15.3"
107
107
  },
108
- "gitHead": "ab58de73242e411360ae80368ee2f69a5798c653"
108
+ "gitHead": "bccfd0f28c9e57d57f86a6b160a7fd32c7846080"
109
109
  }