@nexim/element 1.1.1 → 1.1.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.2](https://github.com/the-nexim/nanolib/compare/@nexim/element@1.1.1...@nexim/element@1.1.2) (2025-01-06)
7
+
8
+ ### Code Refactoring
9
+
10
+ * use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm
11
+
6
12
  ## [1.1.1](https://github.com/the-nexim/nanolib/compare/@nexim/element@1.1.0...@nexim/element@1.1.1) (2025-01-05)
7
13
 
8
14
  ### Bug Fixes
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @nexim/element v1.1.1 */
1
+ /* @nexim/element v1.1.2 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -144,6 +144,6 @@ function LoggerMixin(superClass) {
144
144
  }
145
145
 
146
146
  // src/main.ts
147
- __dev_mode__: import_package_tracer.packageTracer.add("@nexim/element", "1.1.1");
147
+ __dev_mode__: import_package_tracer.packageTracer.add("@nexim/element", "1.1.2");
148
148
  /*! For license information please see main.cjs.LEGAL.txt */
149
149
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @nexim/element v1.1.1 */
1
+ /* @nexim/element v1.1.2 */
2
2
 
3
3
  // src/main.ts
4
4
  import { packageTracer } from "@alwatr/package-tracer";
@@ -120,7 +120,7 @@ function LoggerMixin(superClass) {
120
120
  }
121
121
 
122
122
  // src/main.ts
123
- __dev_mode__: packageTracer.add("@nexim/element", "1.1.1");
123
+ __dev_mode__: packageTracer.add("@nexim/element", "1.1.2");
124
124
  export {
125
125
  LightDomMixin,
126
126
  LoggerMixin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexim/element",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Utility functions and mixins for building high-performance web components with Lit.",
5
5
  "keywords": [
6
6
  "lit",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@alwatr/nano-build": "^5.0.0",
57
- "@nexim/typescript-config": "^1.1.0",
57
+ "@nexim/typescript-config": "^2.0.0",
58
58
  "ava": "^6.2.0",
59
59
  "typescript": "^5.7.2",
60
60
  "wireit": "^0.14.9"
@@ -105,5 +105,5 @@
105
105
  "service": true
106
106
  }
107
107
  },
108
- "gitHead": "52096aedc16222a434b2badfe7e860f671c1c5f8"
108
+ "gitHead": "8d72218409e5b93b27b5026d9cea8f0bf0b1414a"
109
109
  }