@axiom-core/ssr-utils 0.1.0 → 0.1.1

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/dist/index.js CHANGED
@@ -1,2 +1,5 @@
1
+ if (globalThis?.process?.env?.NODE_ENV !== "production") {
2
+ console.warn("[Axiom] @axiom-core/ssr-utils is an internal package. Install @axiom-core/runtime-engine instead.");
3
+ }
1
4
  export { renderAxiomStyles } from './render.js';
2
5
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,IAAK,UAAkC,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,KAAK,YAAY,EAAE,CAAC;IACjF,OAAO,CAAC,IAAI,CACV,mGAAmG,CACpG,CAAC;AACJ,CAAC;AAGD,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@axiom-core/ssr-utils",
3
- "version": "0.1.0",
4
- "description": "Axiom CoreSSR style tag generation utilities",
3
+ "version": "0.1.1",
4
+ "description": "⚠️ INTERNAL PACKAGE Not intended for direct consumption. Use @axiom-core/runtime-engine instead.",
5
+ "keywords": [
6
+ "axiom",
7
+ "internal",
8
+ "infrastructure"
9
+ ],
5
10
  "type": "module",
6
11
  "main": "./dist/index.js",
7
12
  "module": "./dist/index.js",
@@ -18,7 +23,7 @@
18
23
  }
19
24
  },
20
25
  "dependencies": {
21
- "@axiom-core/css-bridge": "0.1.0"
26
+ "@axiom-core/css-bridge": "0.1.1"
22
27
  },
23
28
  "license": "MIT",
24
29
  "repository": {