@tscircuit/core 0.0.702 → 0.0.703
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
|
@@ -14358,7 +14358,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
14358
14358
|
var package_default = {
|
|
14359
14359
|
name: "@tscircuit/core",
|
|
14360
14360
|
type: "module",
|
|
14361
|
-
version: "0.0.
|
|
14361
|
+
version: "0.0.702",
|
|
14362
14362
|
types: "dist/index.d.ts",
|
|
14363
14363
|
main: "dist/index.js",
|
|
14364
14364
|
module: "dist/index.js",
|
|
@@ -14453,7 +14453,7 @@ var package_default = {
|
|
|
14453
14453
|
dependencies: {
|
|
14454
14454
|
"@flatten-js/core": "^1.6.2",
|
|
14455
14455
|
"@lume/kiwi": "^0.4.3",
|
|
14456
|
-
"calculate-packing": "0.0.
|
|
14456
|
+
"calculate-packing": "0.0.33",
|
|
14457
14457
|
"css-select": "5.1.0",
|
|
14458
14458
|
"format-si-unit": "^0.0.3",
|
|
14459
14459
|
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.703",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"dependencies": {
|
|
97
97
|
"@flatten-js/core": "^1.6.2",
|
|
98
98
|
"@lume/kiwi": "^0.4.3",
|
|
99
|
-
"calculate-packing": "0.0.
|
|
99
|
+
"calculate-packing": "0.0.33",
|
|
100
100
|
"css-select": "5.1.0",
|
|
101
101
|
"format-si-unit": "^0.0.3",
|
|
102
102
|
"nanoid": "^5.0.7",
|