@nexim/alpine 1.1.6 → 1.1.7

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,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.7](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.1.6...@nexim/alpine@1.1.7) (2025-08-30)
7
+
8
+ **Note:** Version bump only for package @nexim/alpine
9
+
6
10
  ## [1.1.6](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.1.5...@nexim/alpine@1.1.6) (2025-08-19)
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.6 */
1
+ /* @nexim/alpine v1.1.7 */
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.6");
193
+ __dev_mode__: import_package_tracer.packageTracer.add("@nexim/alpine", "1.1.7");
194
194
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @nexim/alpine v1.1.6 */
1
+ /* @nexim/alpine v1.1.7 */
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.6");
158
+ __dev_mode__: packageTracer.add("@nexim/alpine", "1.1.7");
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.6",
3
+ "version": "1.1.7",
4
4
  "description": "Utility functions to enhance Alpine.js usage with backup support.",
5
5
  "keywords": [
6
6
  "alpinejs",
@@ -46,19 +46,19 @@
46
46
  "watch": "wireit"
47
47
  },
48
48
  "dependencies": {
49
- "@alwatr/local-storage": "^5.5.3",
50
- "@alwatr/logger": "^5.5.3",
51
- "@alwatr/package-tracer": "^5.5.3",
52
- "@alwatr/parse-duration": "^5.5.4",
49
+ "@alwatr/local-storage": "^5.5.6",
50
+ "@alwatr/logger": "^5.5.6",
51
+ "@alwatr/package-tracer": "^5.5.6",
52
+ "@alwatr/parse-duration": "^5.5.7",
53
53
  "alpinejs": "^3.14.9"
54
54
  },
55
55
  "devDependencies": {
56
- "@alwatr/nano-build": "^5.5.3",
57
- "@alwatr/type-helper": "^5.4.1",
56
+ "@alwatr/nano-build": "^6.0.1",
57
+ "@alwatr/type-helper": "^5.4.4",
58
58
  "@nexim/typescript-config": "^2.0.1",
59
59
  "@types/alpinejs": "^3.13.11",
60
60
  "ava": "^6.4.1",
61
- "typedoc": "^0.28.10",
61
+ "typedoc": "^0.28.11",
62
62
  "typedoc-plugin-markdown": "^4.8.1",
63
63
  "typedoc-plugin-no-inherit": "^1.6.1",
64
64
  "typescript": "^5.9.2",
@@ -114,5 +114,5 @@
114
114
  "command": "typedoc"
115
115
  }
116
116
  },
117
- "gitHead": "e67fe3938015270ff3bb71c5d76334faebc4c142"
117
+ "gitHead": "e9784c58e523a33fc5dc6959559ba60cbdd55ab1"
118
118
  }