@stackflow/plugin-history-sync
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -66,3 +66,3 @@ "use strict"; | ||
// src/historyState.ts | ||
var STATE_TAG = `${"@stackflow/plugin-history-sync"}@${"0.21.3"}`; | ||
var STATE_TAG = `${"@stackflow/plugin-history-sync"}@${"1.0.0"}`; | ||
function getCurrentState() { | ||
@@ -69,0 +69,0 @@ if (isServer()) { |
{ | ||
"name": "@stackflow/plugin-history-sync", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -30,6 +30,6 @@ "exports": { | ||
"devDependencies": { | ||
"@stackflow/core": "^1.0.0", | ||
"@stackflow/esbuild-config": "^0.20.0", | ||
"@stackflow/core": "^1.0.1", | ||
"@stackflow/esbuild-config": "^1.0.0", | ||
"@stackflow/eslint-config": "^1.0.0", | ||
"@stackflow/react": "^1.0.0", | ||
"@stackflow/react": "^1.0.1", | ||
"@types/node": "^18.6.3", | ||
@@ -54,4 +54,4 @@ "@types/react": "^18.0.10", | ||
"peerDependencies": { | ||
"@stackflow/core": "0", | ||
"@stackflow/react": "0", | ||
"@stackflow/core": "^1.0.0", | ||
"@stackflow/react": "^1.0.0", | ||
"@types/react": ">=16.8.0", | ||
@@ -69,3 +69,3 @@ "react": ">=16.8.0" | ||
}, | ||
"gitHead": "d96a0b26503473cb0f246e8cf137a231d1f1eda3" | ||
"gitHead": "b102bb6327baf58ab60329d91dacfb1b0aad12c7" | ||
} |
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
109333