@nexim/alpine 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 +6 -0
- package/dist/main.cjs +2 -2
- package/dist/main.mjs +2 -2
- package/package.json +3 -3
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/alpine@1.1.1...@nexim/alpine@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/alpine@1.1.0...@nexim/alpine@1.1.1) (2025-01-05)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @nexim/alpine v1.1.
|
|
1
|
+
/* @nexim/alpine v1.1.2 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __create = Object.create;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -186,6 +186,6 @@ var AlpineStoreWithBackup = class extends AlpineStore {
|
|
|
186
186
|
};
|
|
187
187
|
|
|
188
188
|
// src/main.ts
|
|
189
|
-
__dev_mode__: import_package_tracer.packageTracer.add("@nexim/alpine", "1.1.
|
|
189
|
+
__dev_mode__: import_package_tracer.packageTracer.add("@nexim/alpine", "1.1.2");
|
|
190
190
|
/*! For license information please see main.cjs.LEGAL.txt */
|
|
191
191
|
//# sourceMappingURL=main.cjs.map
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @nexim/alpine v1.1.
|
|
1
|
+
/* @nexim/alpine v1.1.2 */
|
|
2
2
|
|
|
3
3
|
// src/main.ts
|
|
4
4
|
import { packageTracer } from "@alwatr/package-tracer";
|
|
@@ -151,7 +151,7 @@ var AlpineStoreWithBackup = class extends AlpineStore {
|
|
|
151
151
|
};
|
|
152
152
|
|
|
153
153
|
// src/main.ts
|
|
154
|
-
__dev_mode__: packageTracer.add("@nexim/alpine", "1.1.
|
|
154
|
+
__dev_mode__: packageTracer.add("@nexim/alpine", "1.1.2");
|
|
155
155
|
export {
|
|
156
156
|
AlpineStore,
|
|
157
157
|
AlpineStoreWithBackup,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexim/alpine",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Utility functions to enhance Alpine.js usage with backup support.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"alpinejs",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@alwatr/nano-build": "^5.0.0",
|
|
56
56
|
"@alwatr/type-helper": "^5.0.0",
|
|
57
|
-
"@nexim/typescript-config": "^
|
|
57
|
+
"@nexim/typescript-config": "^2.0.0",
|
|
58
58
|
"@types/alpinejs": "^3.13.11",
|
|
59
59
|
"ava": "^6.2.0",
|
|
60
60
|
"typescript": "^5.7.2",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"service": true
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "8d72218409e5b93b27b5026d9cea8f0bf0b1414a"
|
|
111
111
|
}
|