@alwatr/core 9.2.1 → 9.3.0
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/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/package.json +30 -30
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* 📦 @alwatr/core v9.
|
|
1
|
+
/* 📦 @alwatr/core v9.3.0 */
|
|
2
2
|
export*from"@alwatr/async-queue";export*from"@alwatr/cyrb53";export*from"@alwatr/debounce";export*from"@alwatr/deep-clone";export*from"@alwatr/delay";export*from"@alwatr/djb2-hash";export*from"@alwatr/fetch";export*from"@alwatr/flat-string";export*from"@alwatr/flatomise";export*from"@alwatr/global-this";export*from"@alwatr/has-own";export*from"@alwatr/hash-string";export*from"@alwatr/http-primer";export*from"@alwatr/iranian-national-code-validator";export*from"@alwatr/is-number";export*from"@alwatr/json2csv";export*from"@alwatr/local-storage";export*from"@alwatr/logger";export*from"@alwatr/parse-duration";export*from"@alwatr/platform-info";export*from"@alwatr/random";export*from"@alwatr/render-state";export*from"@alwatr/resolve-url";export*from"@alwatr/session-storage";export*from"@alwatr/synapse";export*from"@alwatr/unicode-digits";
|
|
3
3
|
|
|
4
|
-
//# debugId=
|
|
4
|
+
//# debugId=FFD0DA85169FB3E864756E2164756E21
|
|
5
5
|
//# sourceMappingURL=main.js.map
|
package/dist/main.js.map
CHANGED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
"export * from '@alwatr/async-queue';\nexport * from '@alwatr/cyrb53';\nexport * from '@alwatr/debounce';\nexport * from '@alwatr/deep-clone';\nexport * from '@alwatr/delay';\nexport * from '@alwatr/djb2-hash';\nexport * from '@alwatr/fetch';\nexport * from '@alwatr/flat-string';\nexport * from '@alwatr/flatomise';\nexport * from '@alwatr/global-this';\nexport * from '@alwatr/has-own';\nexport * from '@alwatr/hash-string';\nexport * from '@alwatr/http-primer';\nexport * from '@alwatr/iranian-national-code-validator';\nexport * from '@alwatr/is-number';\nexport * from '@alwatr/json2csv';\nexport * from '@alwatr/local-storage';\nexport * from '@alwatr/logger';\nexport * from '@alwatr/parse-duration';\nexport * from '@alwatr/platform-info';\nexport * from '@alwatr/random';\nexport * from '@alwatr/render-state';\nexport * from '@alwatr/resolve-url';\nexport * from '@alwatr/session-storage';\nexport * from '@alwatr/synapse';\nexport * from '@alwatr/unicode-digits';\nexport type * from '@alwatr/type-helper';\n"
|
|
6
6
|
],
|
|
7
7
|
"mappings": ";AAAA,iCACA,4BACA,8BACA,gCACA,2BACA,+BACA,2BACA,iCACA,+BACA,iCACA,6BACA,iCACA,iCACA,qDACA,+BACA,8BACA,mCACA,4BACA,oCACA,mCACA,4BACA,kCACA,iCACA,qCACA,6BACA",
|
|
8
|
-
"debugId": "
|
|
8
|
+
"debugId": "FFD0DA85169FB3E864756E2164756E21",
|
|
9
9
|
"names": []
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/core",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
|
|
@@ -25,37 +25,37 @@
|
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@alwatr/async-queue": "9.
|
|
29
|
-
"@alwatr/cyrb53": "9.
|
|
30
|
-
"@alwatr/debounce": "9.
|
|
31
|
-
"@alwatr/deep-clone": "9.
|
|
32
|
-
"@alwatr/delay": "9.
|
|
33
|
-
"@alwatr/djb2-hash": "9.
|
|
34
|
-
"@alwatr/fetch": "9.
|
|
35
|
-
"@alwatr/flat-string": "9.
|
|
36
|
-
"@alwatr/flatomise": "9.
|
|
37
|
-
"@alwatr/global-this": "9.
|
|
38
|
-
"@alwatr/has-own": "9.
|
|
39
|
-
"@alwatr/hash-string": "9.
|
|
40
|
-
"@alwatr/http-primer": "9.
|
|
41
|
-
"@alwatr/iranian-national-code-validator": "9.
|
|
42
|
-
"@alwatr/is-number": "9.
|
|
43
|
-
"@alwatr/json2csv": "9.
|
|
44
|
-
"@alwatr/local-storage": "9.
|
|
45
|
-
"@alwatr/logger": "9.
|
|
46
|
-
"@alwatr/parse-duration": "9.
|
|
47
|
-
"@alwatr/platform-info": "9.
|
|
48
|
-
"@alwatr/random": "9.
|
|
49
|
-
"@alwatr/render-state": "9.
|
|
50
|
-
"@alwatr/resolve-url": "9.
|
|
51
|
-
"@alwatr/session-storage": "9.
|
|
52
|
-
"@alwatr/synapse": "9.
|
|
28
|
+
"@alwatr/async-queue": "9.3.0",
|
|
29
|
+
"@alwatr/cyrb53": "9.3.0",
|
|
30
|
+
"@alwatr/debounce": "9.3.0",
|
|
31
|
+
"@alwatr/deep-clone": "9.3.0",
|
|
32
|
+
"@alwatr/delay": "9.3.0",
|
|
33
|
+
"@alwatr/djb2-hash": "9.3.0",
|
|
34
|
+
"@alwatr/fetch": "9.3.0",
|
|
35
|
+
"@alwatr/flat-string": "9.3.0",
|
|
36
|
+
"@alwatr/flatomise": "9.3.0",
|
|
37
|
+
"@alwatr/global-this": "9.3.0",
|
|
38
|
+
"@alwatr/has-own": "9.3.0",
|
|
39
|
+
"@alwatr/hash-string": "9.3.0",
|
|
40
|
+
"@alwatr/http-primer": "9.3.0",
|
|
41
|
+
"@alwatr/iranian-national-code-validator": "9.3.0",
|
|
42
|
+
"@alwatr/is-number": "9.3.0",
|
|
43
|
+
"@alwatr/json2csv": "9.3.0",
|
|
44
|
+
"@alwatr/local-storage": "9.3.0",
|
|
45
|
+
"@alwatr/logger": "9.3.0",
|
|
46
|
+
"@alwatr/parse-duration": "9.3.0",
|
|
47
|
+
"@alwatr/platform-info": "9.3.0",
|
|
48
|
+
"@alwatr/random": "9.3.0",
|
|
49
|
+
"@alwatr/render-state": "9.3.0",
|
|
50
|
+
"@alwatr/resolve-url": "9.3.0",
|
|
51
|
+
"@alwatr/session-storage": "9.3.0",
|
|
52
|
+
"@alwatr/synapse": "9.3.0",
|
|
53
53
|
"@alwatr/type-helper": "9.1.1",
|
|
54
|
-
"@alwatr/unicode-digits": "9.
|
|
54
|
+
"@alwatr/unicode-digits": "9.3.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@alwatr/nano-build": "9.
|
|
58
|
-
"@alwatr/
|
|
57
|
+
"@alwatr/nano-build": "9.3.0",
|
|
58
|
+
"@alwatr/standard": "9.3.0",
|
|
59
59
|
"typescript": "^6.0.2"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"writeFile",
|
|
110
110
|
"writeJson"
|
|
111
111
|
],
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "adf6d486667eefee42dfc87938e3af96f87c4738"
|
|
113
113
|
}
|