@tscircuit/fake-snippets 0.0.159 → 0.0.160
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/bundle.js +4 -2
- package/dist/index.js +3 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -665,6 +665,7 @@ var seed = (db) => {
|
|
|
665
665
|
personal_org_id: "org-1234",
|
|
666
666
|
github_username: "testuser",
|
|
667
667
|
tscircuit_handle: "testuser",
|
|
668
|
+
email: "testuser@tscircuit.com",
|
|
668
669
|
shippingInfo: {
|
|
669
670
|
firstName: "Test",
|
|
670
671
|
lastName: "User",
|
|
@@ -680,7 +681,8 @@ var seed = (db) => {
|
|
|
680
681
|
});
|
|
681
682
|
const seveibarAcc = db.addAccount({
|
|
682
683
|
github_username: "seveibar",
|
|
683
|
-
tscircuit_handle: "seveibar"
|
|
684
|
+
tscircuit_handle: "seveibar",
|
|
685
|
+
email: "example@tscircuit.com"
|
|
684
686
|
});
|
|
685
687
|
if (process.env.AUTOLOAD_PACKAGES === "true") {
|
|
686
688
|
loadAutoloadPackages(db);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/fake-snippets",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.160",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"@tscircuit/3d-viewer": "^0.0.448",
|
|
85
85
|
"@tscircuit/assembly-viewer": "^0.0.5",
|
|
86
86
|
"@tscircuit/create-snippet-url": "^0.0.8",
|
|
87
|
-
"@tscircuit/eval": "^0.0.
|
|
87
|
+
"@tscircuit/eval": "^0.0.531",
|
|
88
88
|
"@tscircuit/layout": "^0.0.29",
|
|
89
89
|
"@tscircuit/mm": "^0.0.8",
|
|
90
90
|
"@tscircuit/pcb-viewer": "^1.11.256",
|
|
91
91
|
"@tscircuit/prompt-benchmarks": "^0.0.28",
|
|
92
|
-
"@tscircuit/runframe": "^0.0.
|
|
92
|
+
"@tscircuit/runframe": "^0.0.1369",
|
|
93
93
|
"@tscircuit/schematic-viewer": "^2.0.46",
|
|
94
94
|
"@tscircuit/simple-3d-svg": "^0.0.41",
|
|
95
95
|
"@types/babel__standalone": "^7.1.7",
|