@nexim/alpine 1.0.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 +16 -0
- package/README.md +4 -4
- package/dist/main.cjs +2 -8
- package/dist/main.mjs +2 -2
- package/package.json +55 -22
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
|
|
12
|
+
## [1.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.0.0...@nexim/alpine@1.1.0) (2024-12-24)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **service-worker:** add service worker utilities and logging support ([#18](https://github.com/the-nexim/nanolib/issues/18)) ([d428086](https://github.com/the-nexim/nanolib/commit/d428086dd98fbb5dfd077d14de4de8dd29ed78dc)) by @
|
|
17
|
+
|
|
18
|
+
### Code Refactoring
|
|
19
|
+
|
|
20
|
+
* migrate scripts to use wireit for improved build process ([#23](https://github.com/the-nexim/nanolib/issues/23)) ([3376d29](https://github.com/the-nexim/nanolib/commit/3376d2944332f3f28a91eba6b63a8fa981faf774)) by @arashagp
|
|
21
|
+
|
|
6
22
|
## [1.0.0](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.0.0-alpha.0...@nexim/alpine@1.0.0) (2024-12-12)
|
|
7
23
|
|
|
8
24
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @nexim/alpine
|
|
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/alpine v1.
|
|
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.
|
|
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
|
+
/* @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.
|
|
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.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Utility functions to enhance Alpine.js usage with backup support.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"alpinejs",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"directory": "packages/alpine"
|
|
20
20
|
},
|
|
21
21
|
"license": "AGPL-3.0-only",
|
|
22
|
-
"author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (www.njfamirm.ir)",
|
|
22
|
+
"author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (https://www.njfamirm.ir)",
|
|
23
23
|
"contributors": [
|
|
24
24
|
"Arash Ghardashpoor <arash.qardashpoor@gmail.com> (https://www.agpagp.ir)"
|
|
25
25
|
],
|
|
@@ -37,42 +37,75 @@
|
|
|
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
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"build:ts": "tsc --build",
|
|
48
|
-
"c": "yarn run clean",
|
|
49
|
-
"cb": "yarn run clean && yarn run build",
|
|
50
|
-
"clean": "rm -rfv dist *.tsbuildinfo",
|
|
51
|
-
"d": "yarn run build:es && yarn node --enable-source-maps --trace-warnings",
|
|
52
|
-
"t": "yarn run test",
|
|
53
|
-
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" ava",
|
|
54
|
-
"w": "yarn run watch",
|
|
55
|
-
"watch": "yarn run watch:ts & yarn run watch:es",
|
|
56
|
-
"watch:es": "yarn run build:es --watch",
|
|
57
|
-
"watch:ts": "yarn run build:ts --watch --preserveWatchOutput"
|
|
43
|
+
"build": "wireit",
|
|
44
|
+
"test": "wireit",
|
|
45
|
+
"watch": "wireit"
|
|
58
46
|
},
|
|
59
47
|
"dependencies": {
|
|
60
48
|
"@alwatr/local-storage": "^5.0.0",
|
|
61
49
|
"@alwatr/logger": "^5.0.0",
|
|
62
50
|
"@alwatr/package-tracer": "^5.0.0",
|
|
63
51
|
"@alwatr/parse-duration": "^5.0.0",
|
|
64
|
-
"alpinejs": "^3.14.
|
|
52
|
+
"alpinejs": "^3.14.8"
|
|
65
53
|
},
|
|
66
54
|
"devDependencies": {
|
|
67
55
|
"@alwatr/nano-build": "^5.0.0",
|
|
68
56
|
"@alwatr/type-helper": "^5.0.0",
|
|
69
|
-
"@nexim/typescript-config": "^1.0
|
|
57
|
+
"@nexim/typescript-config": "^1.1.0",
|
|
70
58
|
"@types/alpinejs": "^3.13.11",
|
|
71
59
|
"ava": "^6.2.0",
|
|
72
|
-
"typescript": "^5.
|
|
60
|
+
"typescript": "^5.7.2",
|
|
61
|
+
"wireit": "^0.14.9"
|
|
73
62
|
},
|
|
74
63
|
"publishConfig": {
|
|
75
64
|
"access": "public"
|
|
76
65
|
},
|
|
77
|
-
"
|
|
66
|
+
"nano-build": {
|
|
67
|
+
"platform": "browser"
|
|
68
|
+
},
|
|
69
|
+
"wireit": {
|
|
70
|
+
"test": {
|
|
71
|
+
"command": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" ava"
|
|
72
|
+
},
|
|
73
|
+
"build": {
|
|
74
|
+
"dependencies": [
|
|
75
|
+
"build:type",
|
|
76
|
+
"build:es"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"build:es": {
|
|
80
|
+
"command": "nano-build --preset=module",
|
|
81
|
+
"files": [
|
|
82
|
+
"src",
|
|
83
|
+
"tsconfig.json"
|
|
84
|
+
],
|
|
85
|
+
"clean": "if-file-deleted",
|
|
86
|
+
"output": [
|
|
87
|
+
"dist/es",
|
|
88
|
+
"tsconfig.tsbuildinfo"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"build:type": {
|
|
92
|
+
"command": "tsc --build"
|
|
93
|
+
},
|
|
94
|
+
"watch": {
|
|
95
|
+
"dependencies": [
|
|
96
|
+
"watch:ts"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"watch:ts": {
|
|
100
|
+
"command": "tsc --build --watch --preserveWatchOutput",
|
|
101
|
+
"dependencies": [
|
|
102
|
+
"watch:es"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"watch:es": {
|
|
106
|
+
"command": "nano-build --preset=module -- --watch",
|
|
107
|
+
"service": true
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"gitHead": "52096aedc16222a434b2badfe7e860f671c1c5f8"
|
|
78
111
|
}
|