cooptypes 2.2.3 → 2.2.5

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.
package/dist/index.d.cts CHANGED
@@ -7234,7 +7234,7 @@ interface IChainDocument {
7234
7234
  interface IMetaDocument {
7235
7235
  title: string;
7236
7236
  registry_id: number;
7237
- lang: LangType;
7237
+ lang: string;
7238
7238
  generator: string;
7239
7239
  version: string;
7240
7240
  coopname: string;
package/dist/index.d.mts CHANGED
@@ -7234,7 +7234,7 @@ interface IChainDocument {
7234
7234
  interface IMetaDocument {
7235
7235
  title: string;
7236
7236
  registry_id: number;
7237
- lang: LangType;
7237
+ lang: string;
7238
7238
  generator: string;
7239
7239
  version: string;
7240
7240
  coopname: string;
package/dist/index.d.ts CHANGED
@@ -7234,7 +7234,7 @@ interface IChainDocument {
7234
7234
  interface IMetaDocument {
7235
7235
  title: string;
7236
7236
  registry_id: number;
7237
- lang: LangType;
7237
+ lang: string;
7238
7238
  generator: string;
7239
7239
  version: string;
7240
7240
  coopname: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "2.2.3",
4
+ "version": "2.2.5",
5
5
  "description": "_description_",
6
6
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",
7
7
  "license": "MIT",
@@ -65,5 +65,5 @@
65
65
  "vite": "^5.2.11",
66
66
  "vitest": "^1.5.3"
67
67
  },
68
- "gitHead": "40fb5c80eb4136e82813fd553703f4a7926166a0"
68
+ "gitHead": "97b21a9d69b6c387a1a7f2c32642d29c0898694e"
69
69
  }