@stackflow/plugin-history-sync
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -62,3 +62,3 @@ "use strict"; | ||
// src/historyState.ts | ||
var STATE_TAG = `${"@stackflow/plugin-history-sync"}@${"1.3.5"}`; | ||
var STATE_TAG = `@stackflow/plugin-history-sync`; | ||
function serializeStep(step) { | ||
@@ -65,0 +65,0 @@ return __spreadProps(__spreadValues({}, step), { |
{ | ||
"name": "@stackflow/plugin-history-sync", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"license": "MIT", | ||
@@ -84,3 +84,3 @@ "exports": { | ||
}, | ||
"gitHead": "6894d1612edf76d3befa2dcaf6d0c67cca9a8a4b" | ||
"gitHead": "a70df1c6c6f01d115b3a0a9791457e20ad51e993" | ||
} |
import type { Activity, ActivityStep } from "@stackflow/core"; | ||
import type { History } from "history"; | ||
const STATE_TAG = `${process.env.PACKAGE_NAME}@${process.env.PACKAGE_VERSION}`; | ||
const STATE_TAG = `@stackflow/plugin-history-sync`; | ||
@@ -6,0 +6,0 @@ interface State { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160158