qlogicae_aklot 1.3.0 → 1.3.2
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/package.json +6 -6
- /package/documents/{LICENSE → licenses/LICENSE} +0 -0
- /package/{build → library}/index.d.ts +0 -0
- /package/{build → library}/index.d.ts.map +0 -0
- /package/{build → library}/index.js +0 -0
- /package/{build → library}/index.js.map +0 -0
- /package/{build → library}/utilities/index.d.ts +0 -0
- /package/{build → library}/utilities/index.d.ts.map +0 -0
- /package/{build → library}/utilities/index.js +0 -0
- /package/{build → library}/utilities/index.js.map +0 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qlogicae_aklot",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"author": "Vaughn Cedric L. Araneta",
|
|
5
|
-
"main": "./
|
|
5
|
+
"main": "./library/index.js",
|
|
6
6
|
"module": "index.ts",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@eslint/js": "^10.0.1",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
},
|
|
20
20
|
"description": "QLogicae Aklot",
|
|
21
21
|
"files": [
|
|
22
|
-
"
|
|
22
|
+
"library",
|
|
23
23
|
"documents"
|
|
24
24
|
],
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"private": false,
|
|
27
27
|
"scripts": {
|
|
28
|
-
"clean": "bunx rimraf
|
|
28
|
+
"clean": "bunx rimraf library",
|
|
29
29
|
"format": "bunx prettier --config './configurations/.prettierrc' --write .",
|
|
30
30
|
"format:check": "bunx prettier --config './configurations/.prettierrc' --check .",
|
|
31
31
|
"lint": "bunx eslint --config './configurations/eslint.config.js' .",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"test:bench": "bunx vitest bench --watch=false --config './configurations/vitest.bench.config.ts'",
|
|
37
37
|
"test": "bun run test:unit && bun run test:bench",
|
|
38
38
|
"deploy:check": "npm pack --dry-run",
|
|
39
|
-
"deploy:pre": "git add . && git commit -m 'deployment attempt'
|
|
39
|
+
"deploy:pre": "git add . && git commit -m 'deployment attempt'",
|
|
40
40
|
"deploy:post": "bun run build && bun publish",
|
|
41
41
|
"deploy:major": "bun run deploy:pre && npm version major && bun run deploy:post",
|
|
42
42
|
"deploy:minor": "bun run deploy:pre && npm version minor && bun run deploy:post",
|
|
43
43
|
"deploy:patch": "bun run deploy:pre && npm version patch && bun run deploy:post"
|
|
44
44
|
},
|
|
45
45
|
"type": "module",
|
|
46
|
-
"types": "./
|
|
46
|
+
"types": "./library/index.d.ts",
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"pino": "^10.3.1"
|
|
49
49
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|