@kalphq/core 0.0.0-dev-20260507190243 → 0.0.0-dev-20260507190824

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,21 +1,21 @@
1
1
  [?9001h[?1004h]0;C:\WINDOWS\system32\cmd.exe[?25h[?25l
2
- > @kalphq/core@0.0.0-dev-20260507190243 build C:\Users\flava\OneDrive\Desktop\Work\kalp\packages\core
2
+ > @kalphq/core@0.0.0-dev-20260507190824 build C:\Users\flava\OneDrive\Desktop\Work\kalp\packages\core
3
3
  > tsup[?25hCLI Building entry: src/factory.ts, src/index.ts
4
4
  CLI Using tsconfig: tsconfig.json
5
5
  CLI tsup v8.5.1
6
6
  CLI Using tsup config: C:\Users\flava\OneDrive\Desktop\Work\kalp\packages\core\tsup.config.ts
7
7
  CLI Target: esnext
8
- CLI Cleaning output folder
8
+ CLI Cleaning output folder
9
9
  ESM Build start
10
- ESM dist\index.js 1.11 KB
11
10
  ESM dist\factory.js 321.00 B
11
+ ESM dist\index.js 1.11 KB
12
12
  ESM dist\chunk-G4LOF3MT.js 25.84 KB
13
13
  ESM dist\factory.js.map 2.46 KB
14
14
  ESM dist\index.js.map 2.25 KB
15
15
  ESM dist\chunk-G4LOF3MT.js.map 59.56 KB
16
- ESM ⚡️ Build success in 119ms
16
+ ESM ⚡️ Build success in 66ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 4663ms
18
+ DTS ⚡️ Build success in 3823ms
19
19
  DTS dist\factory.d.ts 1.97 KB
20
20
  DTS dist\index.d.ts 2.02 KB
21
21
  DTS dist\reactor-Brv_eUBE.d.ts 24.45 KB
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @kalphq/core
2
2
 
3
- ## 0.0.0-dev-20260507190243
3
+ ## 0.0.0-dev-20260507190824
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - dev release
8
8
  - Updated dependencies
9
- - @kalphq/sdk@0.0.0-dev-20260507190243
9
+ - @kalphq/sdk@0.0.0-dev-20260507190824
10
10
 
11
11
  ## 0.1.0
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalphq/core",
3
- "version": "0.0.0-dev-20260507190243",
3
+ "version": "0.0.0-dev-20260507190824",
4
4
  "license": "MIT",
5
5
  "author": "Kalp HQ",
6
6
  "publishConfig": {
@@ -18,7 +18,7 @@
18
18
  }
19
19
  },
20
20
  "dependencies": {
21
- "@kalphq/sdk": "0.0.0-dev-20260507190243"
21
+ "@kalphq/sdk": "0.0.0-dev-20260507190824"
22
22
  },
23
23
  "devDependencies": {
24
24
  "tsup": "^8.3.5",