@ionify/ionify 0.1.2 → 0.1.4

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/README.md CHANGED
@@ -194,8 +194,8 @@ By unifying the build pipeline and persisting the dependency graph, Ionify creat
194
194
  ## Links
195
195
 
196
196
  - **Website:** [ionify.cloud](https://ionify.cloud)
197
- - **GitHub:** [github.com/ionifyjs/ionify](https://github.com/ionifyjs/ionify)
198
- - **Issues:** [github.com/ionifyjs/ionify/issues](https://github.com/ionifyjs/ionify/issues)
197
+ - **GitHub:** [github.com/khaledM-salem/Ionify](https://github.com/khaledM-salem/Ionify)
198
+ - **Issues:** [github.com/khaledM-salem/Ionify/issues](https://github.com/khaledM-salem/Ionify/issues)
199
199
  - **Contact:** contact@ionify.cloud
200
200
 
201
201
  ---
@@ -4,7 +4,7 @@ import {
4
4
  getCacheKey,
5
5
  readCache,
6
6
  writeCache
7
- } from "./chunk-GOZUBOYH.js";
7
+ } from "./chunk-QQSYYX7B.js";
8
8
  export {
9
9
  clearCache,
10
10
  getCacheKey,
@@ -148,6 +148,9 @@ function tryNativeTransform(mode, code, options) {
148
148
  if (mode === "swc") throw err;
149
149
  }
150
150
  }
151
+ if (options.filename?.includes("Counter.jsx")) {
152
+ console.log("[TASK1 DEBUG] \u26A0\uFE0F No native transform available, returning null");
153
+ }
151
154
  return null;
152
155
  }
153
156
  function ensureNativeGraph(graphPath, version) {