layerchart 0.28.0-next.0 → 0.28.0-next.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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "Sean Lynch <techniq35@gmail.com>",
5
5
  "license": "MIT",
6
6
  "repository": "techniq/layerchart",
7
- "version": "0.28.0-next.0",
7
+ "version": "0.28.0-next.1",
8
8
  "scripts": {
9
9
  "dev": "vite dev",
10
10
  "build": "vite build",
@@ -87,7 +87,7 @@
87
87
  "lodash-es": "^4.17.21",
88
88
  "posthog-js": "^1.95.1",
89
89
  "shapefile": "^0.6.6",
90
- "svelte-ux": "0.58.0-next.0",
90
+ "svelte-ux": "0.58.0-next.3",
91
91
  "topojson-client": "^3.1.0"
92
92
  },
93
93
  "peerDependencies": {
@@ -1,4 +0,0 @@
1
- /// <reference types="lodash" />
2
- declare function _getStringWidth(str: string, style?: CSSStyleDeclaration): number | null;
3
- export declare const getStringWidth: typeof _getStringWidth & import("lodash").MemoizedFunction;
4
- export {};