@knowsuchagency/fulcrum 2.8.2 → 2.9.0
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/README.md +5 -5
- package/bin/fulcrum.js +32 -153
- package/dist/assets/{index-TyeuSbkG.css → index-Lj1lLJpw.css} +1 -1
- package/dist/assets/{index-BfBfuxBH.js → index-dMSLbxmc.js} +166 -165
- package/dist/index.html +2 -2
- package/drizzle/0054_remove_actionable_events.sql +1 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +1 -1
- package/server/index.js +242 -541
package/dist/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<link rel="icon" type="image/png" href="/logo.png" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Fulcrum</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-dMSLbxmc.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Lj1lLJpw.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root"></div>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
DROP TABLE IF EXISTS `actionable_events`;
|
|
@@ -379,6 +379,13 @@
|
|
|
379
379
|
"when": 1770720800000,
|
|
380
380
|
"tag": "0053_add_memory_source",
|
|
381
381
|
"breakpoints": true
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"idx": 54,
|
|
385
|
+
"version": "6",
|
|
386
|
+
"when": 1770807200000,
|
|
387
|
+
"tag": "0054_remove_actionable_events",
|
|
388
|
+
"breakpoints": true
|
|
382
389
|
}
|
|
383
390
|
]
|
|
384
391
|
}
|