@svgsketch/core 3.1.1 → 3.1.2
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +42 -42
- package/dist/index.mjs +42 -42
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4005,7 +4005,7 @@ interface SerializedPaintServerDef {
|
|
|
4005
4005
|
* (version - 1) snapshots into the new format.
|
|
4006
4006
|
* c. Register it in the migrateSnapshot() chain.
|
|
4007
4007
|
*/
|
|
4008
|
-
declare const CURRENT_SCHEMA_VERSION =
|
|
4008
|
+
declare const CURRENT_SCHEMA_VERSION = 29;
|
|
4009
4009
|
interface HistorySnapshot {
|
|
4010
4010
|
/**
|
|
4011
4011
|
* Schema version — written on save, read on load to trigger migrations.
|
package/dist/index.d.ts
CHANGED
|
@@ -4005,7 +4005,7 @@ interface SerializedPaintServerDef {
|
|
|
4005
4005
|
* (version - 1) snapshots into the new format.
|
|
4006
4006
|
* c. Register it in the migrateSnapshot() chain.
|
|
4007
4007
|
*/
|
|
4008
|
-
declare const CURRENT_SCHEMA_VERSION =
|
|
4008
|
+
declare const CURRENT_SCHEMA_VERSION = 29;
|
|
4009
4009
|
interface HistorySnapshot {
|
|
4010
4010
|
/**
|
|
4011
4011
|
* Schema version — written on save, read on load to trigger migrations.
|