@aakaar/global 0.0.1 → 0.0.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/.turbo/turbo-build.log +2 -2
- package/.turbo/turbo-lint.log +2 -2
- package/package.json +2 -8
- package/tsconfig.json +3 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @aakaar/global@0.0.
|
|
3
|
+
> @aakaar/global@0.0.2 build /Users/navjotahuja/Projects/aakaar/packages/global
|
|
4
4
|
> tsup src/index.ts
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -9,4 +9,4 @@
|
|
|
9
9
|
[34mCLI[39m Target: es2022
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[32mCJS[39m [1mdist/index.js [22m[32m1.77 KB[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 23ms
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
> @aakaar/global@0.0.1 lint /Users/navjotahuja/Projects/aakaar/packages/global
|
|
4
|
-
> biome check .
|
|
4
|
+
> biome check .
|
|
5
5
|
|
|
6
|
-
[0m[34mChecked [0m[0m[34m3[0m[0m[34m [0m[0m[34mfiles[0m[0m[34m in [0m[0m[
|
|
6
|
+
[0m[34mChecked [0m[0m[34m3[0m[0m[34m [0m[0m[34mfiles[0m[0m[34m in [0m[0m[34m3[0m[0m[2m[34mms[0m[0m[34m.[0m[0m[34m No fixes applied.[0m
|
package/package.json
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
|
3
3
|
"name": "@aakaar/global",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./src/index.ts"
|
|
7
7
|
},
|
|
8
|
-
"devDependencies": {
|
|
9
|
-
"@biomejs/biome": "^1.9.4",
|
|
10
|
-
"@types/node": "^20.0.0",
|
|
11
|
-
"tsup": "^8.0.0",
|
|
12
|
-
"typescript": "^5.0.0"
|
|
13
|
-
},
|
|
14
8
|
"scripts": {
|
|
15
9
|
"build": "tsup src/index.ts",
|
|
16
10
|
"clean": "rm -rf dist",
|
|
@@ -20,6 +14,6 @@
|
|
|
20
14
|
"generate:component": "turbo gen react-component",
|
|
21
15
|
"ts": "tsc --noEmit",
|
|
22
16
|
"publish:internet": "pnpm publish --access public",
|
|
23
|
-
"publish:local": "pnpm publish --registry http://localhost:4873"
|
|
17
|
+
"publish:local": "pnpm publish --registry http://localhost:4873 --git-checks=false"
|
|
24
18
|
}
|
|
25
19
|
}
|