@lionweb/json 0.7.0-beta.20 → 0.7.0-beta.22

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/version.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * The <em>current</em> version of the serialization format.
2
+ * The *current* version of the serialization format.
3
3
  */
4
4
  export declare const currentSerializationFormatVersion = "2023.1";
5
5
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * The <em>current</em> version of the serialization format.
2
+ * The *current* version of the serialization format.
3
3
  */
4
4
  export const currentSerializationFormatVersion = "2023.1";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionweb/json",
3
- "version": "0.7.0-beta.20",
3
+ "version": "0.7.0-beta.22",
4
4
  "description": "TypeScript types for LionWeb JSON",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/version.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
- * The <em>current</em> version of the serialization format.
2
+ * The *current* version of the serialization format.
3
3
  */
4
4
  export const currentSerializationFormatVersion = "2023.1"