@shapeshift-labs/frontier-lang-css 0.1.19 → 0.1.20

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.
@@ -114,7 +114,9 @@ function proofRecord(proof, change, sourcePath, binding, hash) {
114
114
  generatedClassNameMapHash: contract.generatedClassNameMapHash,
115
115
  jsTsUseSiteGraphHash: contract.jsTsUseSiteGraphHash,
116
116
  cssModuleCompositionGraphHash: contract.cssModuleCompositionGraphHash,
117
- icssGraphHash: contract.icssGraphHash
117
+ icssGraphHash: contract.icssGraphHash,
118
+ bundlerTransformHash: proof.bundlerTransformHash,
119
+ sourceMapProofHash: proof.sourceMapProofHash
118
120
  };
119
121
  }
120
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapeshift-labs/frontier-lang-css",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "CSS semantic merge evidence and projection adapter for Frontier Lang semantic source documents.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",