@nexim/element 1.1.0 → 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 +12 -0
- package/README.md +4 -4
- package/dist/main.cjs +2 -7
- package/dist/main.mjs +2 -2
- package/package.json +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
|
|
12
|
+
## [1.1.1](https://github.com/the-nexim/nanolib/compare/@nexim/element@1.1.0...@nexim/element@1.1.1) (2025-01-05)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **element:** build for browser platform ([02b4573](https://github.com/the-nexim/nanolib/commit/02b45737e00d22d56c729bc4e5b80aa72edaf007)) by @njfamirm
|
|
17
|
+
|
|
6
18
|
## [1.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/element@1.0.6...@nexim/element@1.1.0) (2024-12-24)
|
|
7
19
|
|
|
8
20
|
### Features
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @nexim/element
|
|
2
2
|
|
|
3
|
-

|
|
4
|
+

|
|
5
5
|

|
|
6
|
-

|
|
7
|
+

|
|
8
8
|
|
|
9
9
|
## Overview
|
|
10
10
|
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @nexim/element v1.1.
|
|
1
|
+
/* @nexim/element v1.1.2 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -144,11 +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.
|
|
148
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
149
|
-
0 && (module.exports = {
|
|
150
|
-
LightDomMixin,
|
|
151
|
-
LoggerMixin
|
|
152
|
-
});
|
|
147
|
+
__dev_mode__: import_package_tracer.packageTracer.add("@nexim/element", "1.1.2");
|
|
153
148
|
/*! For license information please see main.cjs.LEGAL.txt */
|
|
154
149
|
//# sourceMappingURL=main.cjs.map
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @nexim/element v1.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.
|
|
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.
|
|
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",
|
|
@@ -39,8 +39,7 @@
|
|
|
39
39
|
"files": [
|
|
40
40
|
"**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
|
|
41
41
|
"LICENSE",
|
|
42
|
-
"!**/*.test.js"
|
|
43
|
-
"!demo/**/*"
|
|
42
|
+
"!**/*.test.js"
|
|
44
43
|
],
|
|
45
44
|
"scripts": {
|
|
46
45
|
"build": "wireit",
|
|
@@ -55,7 +54,7 @@
|
|
|
55
54
|
},
|
|
56
55
|
"devDependencies": {
|
|
57
56
|
"@alwatr/nano-build": "^5.0.0",
|
|
58
|
-
"@nexim/typescript-config": "^
|
|
57
|
+
"@nexim/typescript-config": "^2.0.0",
|
|
59
58
|
"ava": "^6.2.0",
|
|
60
59
|
"typescript": "^5.7.2",
|
|
61
60
|
"wireit": "^0.14.9"
|
|
@@ -63,6 +62,9 @@
|
|
|
63
62
|
"publishConfig": {
|
|
64
63
|
"access": "public"
|
|
65
64
|
},
|
|
65
|
+
"nano-build": {
|
|
66
|
+
"platform": "browser"
|
|
67
|
+
},
|
|
66
68
|
"wireit": {
|
|
67
69
|
"test": {
|
|
68
70
|
"command": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" ava"
|
|
@@ -103,5 +105,5 @@
|
|
|
103
105
|
"service": true
|
|
104
106
|
}
|
|
105
107
|
},
|
|
106
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "8d72218409e5b93b27b5026d9cea8f0bf0b1414a"
|
|
107
109
|
}
|