@dialecte/core 0.1.0 → 0.1.1
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--bGUvjR6.js → index-B8aWgmfS.js} +915 -909
- package/dist/index.js +1 -1
- package/dist/test.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as s, a, Q as r, T as o, b as i, c as l, d as c, f as u, h as d, j as b, e as m, k as n, l as A, m as D, n as R, p as g, q as p, r as T, s as f, t as E, u as x, v as F, w as k, i as _, y, z as B, A as I, o as O } from "./index
|
|
1
|
+
import { D as s, a, Q as r, T as o, b as i, c as l, d as c, f as u, h as d, j as b, e as m, k as n, l as A, m as D, n as R, p as g, q as p, r as T, s as f, t as E, u as x, v as F, w as k, i as _, y, z as B, A as I, o as O } from "./index-B8aWgmfS.js";
|
|
2
2
|
import { E as j, t as N } from "./index-B67NZSGJ.js";
|
|
3
3
|
export {
|
|
4
4
|
s as DexieStore,
|
package/dist/test.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as uu, x as fu, D as hu, i as du, o as pu, e as mu } from "./index
|
|
1
|
+
import { g as uu, x as fu, D as hu, i as du, o as pu, e as mu } from "./index-B8aWgmfS.js";
|
|
2
2
|
import { DIALECTE_DEV_NAMESPACE as gu, standardizeRecord as yu, toTreeRecord as bu, toTrackedRecord as wu } from "./helpers.js";
|
|
3
3
|
function Ha(e) {
|
|
4
4
|
const t = _u(e);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialecte/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Dialecte - Core functionality for Dialecte SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"husky": "^9.1.7",
|
|
75
75
|
"jiti": "^2.4.2",
|
|
76
76
|
"npm-run-all2": "^8.0.4",
|
|
77
|
-
"oxfmt": "^0.
|
|
78
|
-
"oxlint": "^1.
|
|
79
|
-
"oxlint-tsgolint": "^0.
|
|
77
|
+
"oxfmt": "^0.38.0",
|
|
78
|
+
"oxlint": "^1.53.0",
|
|
79
|
+
"oxlint-tsgolint": "^0.16.0",
|
|
80
80
|
"playwright": "^1.53.2",
|
|
81
81
|
"tsx": "^4.21.0",
|
|
82
82
|
"typescript": "^5.9.3",
|