@axiom-core/semantic-baseline 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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
package/dist/index.js CHANGED
@@ -1,3 +1,6 @@
1
+ if (globalThis?.process?.env?.NODE_ENV !== "production") {
2
+ console.warn("[Axiom] @axiom-core/semantic-baseline is an internal package. Install @axiom-core/runtime-engine instead.");
3
+ }
1
4
  export { baseSemantic } from './base.js';
2
5
  export { semanticAxes } from './axes.js';
3
6
  //# 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":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,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,2GAA2G,CAC5G,CAAC;AACJ,CAAC;AAED,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@axiom-core/semantic-baseline",
3
- "version": "0.1.0",
4
- "description": "Axiom Coresemantic token baseline definitions",
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",
@@ -17,7 +22,7 @@
17
22
  ],
18
23
  "sideEffects": false,
19
24
  "dependencies": {
20
- "@axiom-core/token-schema": "0.1.0"
25
+ "@axiom-core/token-schema": "0.1.1"
21
26
  },
22
27
  "license": "MIT",
23
28
  "repository": {