@vnodes/types 0.0.33 → 0.0.37

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.
Binary file
@@ -1,3 +1,6 @@
1
1
  /** biome-ignore-all lint/suspicious/noExplicitAny: Any */
2
+ /**
3
+ * Any types
4
+ */
2
5
  export type Any = any;
3
6
  //# sourceMappingURL=any.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"any.d.ts","sourceRoot":"","sources":["../../src/common/any.ts"],"names":[],"mappings":"AAAA,0DAA0D;AAE1D,MAAM,MAAM,GAAG,GAAG,GAAG,CAAC"}
1
+ {"version":3,"file":"any.d.ts","sourceRoot":"","sources":["../../src/common/any.ts"],"names":[],"mappings":"AAAA,0DAA0D;AAE1D;;GAEG;AACH,MAAM,MAAM,GAAG,GAAG,GAAG,CAAC"}
@@ -1,3 +1,5 @@
1
- /** biome-ignore-all lint/suspicious/noExplicitAny: Any */ export { };
1
+ /** biome-ignore-all lint/suspicious/noExplicitAny: Any */ /**
2
+ * Any types
3
+ */ export { };
2
4
 
3
5
  //# sourceMappingURL=any.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/common/any.ts"],"sourcesContent":["/** biome-ignore-all lint/suspicious/noExplicitAny: Any */\n\nexport type Any = any;\n"],"names":[],"mappings":"AAAA,wDAAwD,GAExD,WAAsB"}
1
+ {"version":3,"sources":["../../src/common/any.ts"],"sourcesContent":["/** biome-ignore-all lint/suspicious/noExplicitAny: Any */\n\n/**\n * Any types\n */\nexport type Any = any;\n"],"names":[],"mappings":"AAAA,wDAAwD,GAExD;;CAEC,GACD,WAAsB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vnodes/types",
3
- "version": "0.0.33",
3
+ "version": "0.0.37",
4
4
  "description": "@vnodes/types",
5
5
  "keywords": [
6
6
  "types"
@@ -34,7 +34,8 @@
34
34
  "files": [
35
35
  "dist",
36
36
  "bin",
37
- "!**/*.tsbuildinfo"
37
+ "!**/*.tsbuildinfo",
38
+ "assets"
38
39
  ],
39
40
  "nx": {
40
41
  "sourceRoot": "libs/types/src",