atmx-web 0.42.0 → 0.43.0

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/package.json +1 -1
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atmx-web",
3
- "version": "0.42.0",
3
+ "version": "0.43.0",
4
4
  "description": "Axiom ATMX Core Runtime for Vanilla Web",
5
5
  "keywords": [],
6
6
  "author": "",
package/src/index.ts CHANGED
@@ -5,7 +5,7 @@ import { connectQuery } from "./dom/lifecycle";
5
5
  import { AtmxConfig, InitResult } from "./core/types";
6
6
  import "./dom/components/engine-status";
7
7
 
8
- export const ATMX_VERSION = "0.42.0";
8
+ export const ATMX_VERSION = "0.43.0";
9
9
 
10
10
  class ATMX {
11
11
  public version = ATMX_VERSION;