@nexim/alpine 1.1.0 → 1.1.1

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.1](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.1.0...@nexim/alpine@1.1.1) (2025-01-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **alpine:** build for browser platform ([01e4e4a](https://github.com/the-nexim/nanolib/commit/01e4e4afc16ef6ceab61c58bb942395c6450dcd0)) by @njfamirm
11
+
6
12
  ## [1.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.0.0...@nexim/alpine@1.1.0) (2024-12-24)
7
13
 
8
14
  ### Features
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @nexim/alpine
2
2
 
3
- ![NPM Version](https://img.shields.io/npm/v/%40nexim%2Falpine)
4
- ![npm bundle size](https://img.shields.io/bundlephobia/min/%40nexim%2Falpine)
3
+ ![NPM Version](https://img.shields.io/npm/v/@nexim/alpine)
4
+ ![npm bundle size](https://img.shields.io/bundlephobia/min/@nexim/alpine)
5
5
  ![Build & Lint & Test](https://github.com/the-nexim/nanolib/actions/workflows/build-lint-test.yaml/badge.svg)
6
- ![NPM Downloads](https://img.shields.io/npm/dm/%40nexim%2Falpine)
7
- ![NPM License](https://img.shields.io/npm/l/%40nexim%2Falpine)
6
+ ![NPM Downloads](https://img.shields.io/npm/dm/@nexim/alpine)
7
+ ![NPM License](https://img.shields.io/npm/l/@nexim/alpine)
8
8
 
9
9
  ## Overview
10
10
 
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @nexim/alpine v1.1.0 */
1
+ /* @nexim/alpine v1.1.1 */
2
2
  "use strict";
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
@@ -186,12 +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.0");
190
- // Annotate the CommonJS export names for ESM import in node:
191
- 0 && (module.exports = {
192
- AlpineStore,
193
- AlpineStoreWithBackup,
194
- alpineStoreGenerator
195
- });
189
+ __dev_mode__: import_package_tracer.packageTracer.add("@nexim/alpine", "1.1.1");
196
190
  /*! For license information please see main.cjs.LEGAL.txt */
197
191
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @nexim/alpine v1.1.0 */
1
+ /* @nexim/alpine v1.1.1 */
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.0");
154
+ __dev_mode__: packageTracer.add("@nexim/alpine", "1.1.1");
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.0",
3
+ "version": "1.1.1",
4
4
  "description": "Utility functions to enhance Alpine.js usage with backup support.",
5
5
  "keywords": [
6
6
  "alpinejs",
@@ -37,8 +37,7 @@
37
37
  "files": [
38
38
  "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
39
39
  "LICENSE",
40
- "!**/*.test.js",
41
- "!demo/**/*"
40
+ "!**/*.test.js"
42
41
  ],
43
42
  "scripts": {
44
43
  "build": "wireit",
@@ -55,7 +54,7 @@
55
54
  "devDependencies": {
56
55
  "@alwatr/nano-build": "^5.0.0",
57
56
  "@alwatr/type-helper": "^5.0.0",
58
- "@nexim/typescript-config": "^1.0.1",
57
+ "@nexim/typescript-config": "^1.1.0",
59
58
  "@types/alpinejs": "^3.13.11",
60
59
  "ava": "^6.2.0",
61
60
  "typescript": "^5.7.2",
@@ -64,6 +63,9 @@
64
63
  "publishConfig": {
65
64
  "access": "public"
66
65
  },
66
+ "nano-build": {
67
+ "platform": "browser"
68
+ },
67
69
  "wireit": {
68
70
  "test": {
69
71
  "command": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" ava"
@@ -105,5 +107,5 @@
105
107
  "service": true
106
108
  }
107
109
  },
108
- "gitHead": "bc359427982999632efc472ee14238e4317e6320"
110
+ "gitHead": "52096aedc16222a434b2badfe7e860f671c1c5f8"
109
111
  }