Comparing version 5.14.6 to 5.15.0
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "5.14.6", | ||
"version": "5.15.0", | ||
"type": "module", | ||
@@ -25,2 +25,3 @@ "types": "./types/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"worker": "./src/index-server.js", | ||
"browser": "./src/index-client.js", | ||
@@ -69,2 +70,3 @@ "default": "./src/index-server.js" | ||
"types": "./types/index.d.ts", | ||
"worker": "./src/legacy/legacy-server.js", | ||
"browser": "./src/legacy/legacy-client.js", | ||
@@ -79,2 +81,3 @@ "default": "./src/legacy/legacy-server.js" | ||
"types": "./types/index.d.ts", | ||
"worker": "./src/reactivity/index-server.js", | ||
"browser": "./src/reactivity/index-client.js", | ||
@@ -93,2 +96,3 @@ "default": "./src/reactivity/index-server.js" | ||
"types": "./types/index.d.ts", | ||
"worker": "./src/store/index-server.js", | ||
"browser": "./src/store/index-client.js", | ||
@@ -95,0 +99,0 @@ "default": "./src/store/index-server.js" |
@@ -9,3 +9,3 @@ // generated during release, do not modify | ||
*/ | ||
export const VERSION = '5.14.6'; | ||
export const VERSION = '5.15.0'; | ||
export const PUBLIC_VERSION = '5'; |
Sorry, the diff of this file is too big to display
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
2470119
38
63
6