@axiom-core/invariant-engine 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.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +9 -4
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AAQtD,OAAO,EAAE,qBAAqB,EAAE,cAAc,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,oCAAoC,EAAE,iCAAiC,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAElQ,eAAO,MAAM,YAAY,GAAI,GAAG,KAAK;;;CAEpC,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,GAAG,KAAK;;;;;;CAGtC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
if (globalThis?.process?.env?.NODE_ENV !== "production") {
|
|
2
|
+
console.warn("[Axiom] @axiom-core/invariant-engine is an internal package. Install @axiom-core/runtime-engine instead.");
|
|
3
|
+
}
|
|
1
4
|
export { assertNoPrimitiveLeak, assertNoRawHex, assertAllAxesRegistered, assertNoCyclicReferences, assertAllReferencesResolvable, assertAllReferencesResolvableShallow, assertAllReferencesResolvableDeep, validateTheme, InvariantLevel } from './invariants.js';
|
|
2
5
|
export const processToken = (t) => {
|
|
3
6
|
return { processed: true, tokenId: t.id };
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,IAAK,UAAkC,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,KAAK,YAAY,EAAE,CAAC;IACjF,OAAO,CAAC,IAAI,CACV,0GAA0G,CAC3G,CAAC;AACJ,CAAC;AAED,OAAO,EAAE,qBAAqB,EAAE,cAAc,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,oCAAoC,EAAE,iCAAiC,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAElQ,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAQ,EAAE,EAAE;IACvC,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;AAC5C,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAQ,EAAE,EAAE;IACzC,MAAM,GAAG,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;IAC5B,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;AAC5C,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axiom-core/invariant-engine",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
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
|
"private": false,
|
|
6
11
|
"type": "module",
|
|
7
12
|
"main": "./dist/index.js",
|
|
@@ -18,8 +23,8 @@
|
|
|
18
23
|
],
|
|
19
24
|
"sideEffects": false,
|
|
20
25
|
"dependencies": {
|
|
21
|
-
"@axiom-core/token-schema": "0.1.
|
|
22
|
-
"@axiom-core/core-engine": "0.1.
|
|
26
|
+
"@axiom-core/token-schema": "0.1.1",
|
|
27
|
+
"@axiom-core/core-engine": "0.1.1"
|
|
23
28
|
},
|
|
24
29
|
"license": "MIT",
|
|
25
30
|
"repository": {
|