@tscircuit/core 0.0.903 → 0.0.904
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
|
@@ -19261,7 +19261,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19261
19261
|
var package_default = {
|
|
19262
19262
|
name: "@tscircuit/core",
|
|
19263
19263
|
type: "module",
|
|
19264
|
-
version: "0.0.
|
|
19264
|
+
version: "0.0.903",
|
|
19265
19265
|
types: "dist/index.d.ts",
|
|
19266
19266
|
main: "dist/index.js",
|
|
19267
19267
|
module: "dist/index.js",
|
|
@@ -19366,7 +19366,7 @@ var package_default = {
|
|
|
19366
19366
|
dependencies: {
|
|
19367
19367
|
"@flatten-js/core": "^1.6.2",
|
|
19368
19368
|
"@lume/kiwi": "^0.4.3",
|
|
19369
|
-
"calculate-packing": "0.0.
|
|
19369
|
+
"calculate-packing": "0.0.65",
|
|
19370
19370
|
"css-select": "5.1.0",
|
|
19371
19371
|
"format-si-unit": "^0.0.3",
|
|
19372
19372
|
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.904",
|
|
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.65",
|
|
110
110
|
"css-select": "5.1.0",
|
|
111
111
|
"format-si-unit": "^0.0.3",
|
|
112
112
|
"nanoid": "^5.0.7",
|