@aakaar/global 0.0.8 → 0.0.9

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aakaar/global@0.0.8 build /Users/navjotahuja/Projects/aakaar/packages/global
3
+ > @aakaar/global@0.0.9 build /Users/navjotahuja/Projects/aakaar/packages/global
4
4
  > tsup src/index.ts
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -9,4 +9,4 @@
9
9
  CLI Target: es2022
10
10
  CJS Build start
11
11
  CJS dist/index.js 2.02 KB
12
- CJS ⚡️ Build success in 28ms
12
+ CJS ⚡️ Build success in 22ms
@@ -1,4 +1,5 @@
1
-
2
- > @aakaar/global@0.0.7 ts /Users/navjotahuja/Projects/aakaar/packages/global
3
- > tsc --noEmit
4
-
1
+
2
+ 
3
+ > @aakaar/global@0.0.8 ts /Users/navjotahuja/Projects/aakaar/packages/global
4
+ > tsc --noEmit
5
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@aakaar/global",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "exports": {
6
6
  ".": "./src/index.ts"
7
7
  },