@tscircuit/core 0.0.641 → 0.0.642

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -1
  2. package/package.json +7 -1
package/dist/index.js CHANGED
@@ -12766,10 +12766,16 @@ import { identity as identity5 } from "transformation-matrix";
12766
12766
  var package_default = {
12767
12767
  name: "@tscircuit/core",
12768
12768
  type: "module",
12769
- version: "0.0.640",
12769
+ version: "0.0.641",
12770
12770
  types: "dist/index.d.ts",
12771
12771
  main: "dist/index.js",
12772
12772
  module: "dist/index.js",
12773
+ exports: {
12774
+ ".": {
12775
+ import: "./dist/index.js",
12776
+ types: "./dist/index.d.ts"
12777
+ }
12778
+ },
12773
12779
  files: [
12774
12780
  "dist"
12775
12781
  ],
package/package.json CHANGED
@@ -1,10 +1,16 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.641",
4
+ "version": "0.0.642",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.js",
11
+ "types": "./dist/index.d.ts"
12
+ }
13
+ },
8
14
  "files": [
9
15
  "dist"
10
16
  ],