@rnacanvas/app-object 16.4.0 → 16.4.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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Returns `true` if the saved app state is from a legacy version of the RNAcanvas app.
3
+ *
4
+ * Returns `false` otherwise.
5
+ */
6
+ export declare function isLegacy(savedAppState: unknown): boolean;
7
+ //# sourceMappingURL=isLegacy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isLegacy.d.ts","sourceRoot":"","sources":["../src/isLegacy.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,aAAa,EAAE,OAAO,GAAG,OAAO,CAMxD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnacanvas/app-object",
3
- "version": "16.4.0",
3
+ "version": "16.4.1",
4
4
  "description": "The RNAcanvas app object",
5
5
  "repository": {
6
6
  "type": "git",