@tscircuit/core 0.0.530 → 0.0.531
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
|
@@ -10696,7 +10696,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10696
10696
|
var package_default = {
|
|
10697
10697
|
name: "@tscircuit/core",
|
|
10698
10698
|
type: "module",
|
|
10699
|
-
version: "0.0.
|
|
10699
|
+
version: "0.0.530",
|
|
10700
10700
|
types: "dist/index.d.ts",
|
|
10701
10701
|
main: "dist/index.js",
|
|
10702
10702
|
module: "dist/index.js",
|
|
@@ -10773,7 +10773,7 @@ var package_default = {
|
|
|
10773
10773
|
},
|
|
10774
10774
|
dependencies: {
|
|
10775
10775
|
"@lume/kiwi": "^0.4.3",
|
|
10776
|
-
"css-select": "
|
|
10776
|
+
"css-select": "5.1.0",
|
|
10777
10777
|
"format-si-unit": "^0.0.3",
|
|
10778
10778
|
nanoid: "^5.0.7",
|
|
10779
10779
|
"performance-now": "^2.1.0",
|
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.531",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@lume/kiwi": "^0.4.3",
|
|
81
|
-
"css-select": "
|
|
81
|
+
"css-select": "5.1.0",
|
|
82
82
|
"format-si-unit": "^0.0.3",
|
|
83
83
|
"nanoid": "^5.0.7",
|
|
84
84
|
"performance-now": "^2.1.0",
|