@tscircuit/core 0.0.919 → 0.0.920
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 +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -19278,7 +19278,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19278
19278
|
var package_default = {
|
|
19279
19279
|
name: "@tscircuit/core",
|
|
19280
19280
|
type: "module",
|
|
19281
|
-
version: "0.0.
|
|
19281
|
+
version: "0.0.919",
|
|
19282
19282
|
types: "dist/index.d.ts",
|
|
19283
19283
|
main: "dist/index.js",
|
|
19284
19284
|
module: "dist/index.js",
|
|
@@ -19383,7 +19383,7 @@ var package_default = {
|
|
|
19383
19383
|
dependencies: {
|
|
19384
19384
|
"@flatten-js/core": "^1.6.2",
|
|
19385
19385
|
"@lume/kiwi": "^0.4.3",
|
|
19386
|
-
"calculate-packing": "0.0.
|
|
19386
|
+
"calculate-packing": "0.0.68",
|
|
19387
19387
|
"css-select": "5.1.0",
|
|
19388
19388
|
"format-si-unit": "^0.0.3",
|
|
19389
19389
|
nanoid: "^5.0.7",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.920",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@flatten-js/core": "^1.6.2",
|
|
108
108
|
"@lume/kiwi": "^0.4.3",
|
|
109
|
-
"calculate-packing": "0.0.
|
|
109
|
+
"calculate-packing": "0.0.68",
|
|
110
110
|
"css-select": "5.1.0",
|
|
111
111
|
"format-si-unit": "^0.0.3",
|
|
112
112
|
"nanoid": "^5.0.7",
|