@nexim/alpine 1.1.5 → 1.1.6
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 +4 -0
- package/dist/main.cjs +2 -2
- package/dist/main.mjs +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.6](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.1.5...@nexim/alpine@1.1.6) (2025-08-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nexim/alpine
|
|
9
|
+
|
|
6
10
|
## [1.1.5](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.1.4...@nexim/alpine@1.1.5) (2025-04-27)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @nexim/alpine
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @nexim/alpine v1.1.
|
|
1
|
+
/* @nexim/alpine v1.1.6 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __create = Object.create;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -190,5 +190,5 @@ var AlpineStoreWithBackup = class extends AlpineStore {
|
|
|
190
190
|
};
|
|
191
191
|
|
|
192
192
|
// src/main.ts
|
|
193
|
-
__dev_mode__: import_package_tracer.packageTracer.add("@nexim/alpine", "1.1.
|
|
193
|
+
__dev_mode__: import_package_tracer.packageTracer.add("@nexim/alpine", "1.1.6");
|
|
194
194
|
//# sourceMappingURL=main.cjs.map
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @nexim/alpine v1.1.
|
|
1
|
+
/* @nexim/alpine v1.1.6 */
|
|
2
2
|
|
|
3
3
|
// src/main.ts
|
|
4
4
|
import { packageTracer } from "@alwatr/package-tracer";
|
|
@@ -155,7 +155,7 @@ var AlpineStoreWithBackup = class extends AlpineStore {
|
|
|
155
155
|
};
|
|
156
156
|
|
|
157
157
|
// src/main.ts
|
|
158
|
-
__dev_mode__: packageTracer.add("@nexim/alpine", "1.1.
|
|
158
|
+
__dev_mode__: packageTracer.add("@nexim/alpine", "1.1.6");
|
|
159
159
|
export {
|
|
160
160
|
AlpineStore,
|
|
161
161
|
AlpineStoreWithBackup,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexim/alpine",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "Utility functions to enhance Alpine.js usage with backup support.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"alpinejs",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"@alwatr/type-helper": "^5.4.1",
|
|
58
58
|
"@nexim/typescript-config": "^2.0.1",
|
|
59
59
|
"@types/alpinejs": "^3.13.11",
|
|
60
|
-
"ava": "^6.
|
|
61
|
-
"typedoc": "^0.28.
|
|
62
|
-
"typedoc-plugin-markdown": "^4.
|
|
60
|
+
"ava": "^6.4.1",
|
|
61
|
+
"typedoc": "^0.28.10",
|
|
62
|
+
"typedoc-plugin-markdown": "^4.8.1",
|
|
63
63
|
"typedoc-plugin-no-inherit": "^1.6.1",
|
|
64
|
-
"typescript": "^5.
|
|
64
|
+
"typescript": "^5.9.2",
|
|
65
65
|
"wireit": "^0.14.12"
|
|
66
66
|
},
|
|
67
67
|
"publishConfig": {
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"command": "typedoc"
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "e67fe3938015270ff3bb71c5d76334faebc4c142"
|
|
118
118
|
}
|