Skip to content

Commit

Permalink
chore: Merge branch 'main' of https://github.com/web-infra-dev/garfish
Browse files Browse the repository at this point in the history
  • Loading branch information
danpeen committed Oct 11, 2023
2 parents 23af6eb + 56f7174 commit 1233f4f
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"workspace-tools": "0.16.2",
"zx": "4.2.0"
},
"version": "1.17.0",
"version": "1.17.1",
"packageManager": "[email protected]",
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-react-v18/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/bridge-react-v18",
"version": "1.17.0",
"version": "1.17.1",
"description": "garfish module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/bridge-react",
"version": "1.17.0",
"version": "1.17.1",
"description": "garfish module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-vue-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/bridge-vue-v2",
"version": "1.17.0",
"version": "1.17.1",
"description": "garfish vue bridge for v2.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-vue-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/bridge-vue-v3",
"version": "1.17.0",
"version": "1.17.1",
"description": "garfish vue bridge for v3.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/browser-snapshot",
"version": "1.17.0",
"version": "1.17.1",
"description": "browser-snapshot module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/browser-vm",
"version": "1.17.0",
"version": "1.17.1",
"description": "vm-sandbox module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-vm/src/pluginify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function createOptions(Garfish: interfaces.Garfish) {
disableElementtiming: Boolean(appInfo.sandbox?.disableElementtiming),
strictIsolation: Boolean(appInfo.sandbox?.strictIsolation),
// 缓存模式,不收集副作用
disableCollect: Boolean(appInfo.cache || true),
disableCollect: appInfo.cache === undefined ? true : Boolean(appInfo.cache),
el: () => appInstance.htmlNode,
styleScopeId: () => appInstance.appContainer.id,
protectVariable: () => appInfo.protectVariable || [],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/core",
"version": "1.17.0",
"version": "1.17.1",
"description": "core module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-scope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/css-scope",
"version": "1.17.0",
"version": "1.17.1",
"description": "css scope",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/es-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/es-module",
"version": "1.17.0",
"version": "1.17.1",
"description": "es module polyfill",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/garfish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garfish",
"version": "1.17.0",
"version": "1.17.1",
"description": "garfish module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/hooks",
"version": "1.17.0",
"version": "1.17.1",
"description": "hooks module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/loader",
"version": "1.17.0",
"version": "1.17.1",
"description": "loader module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/remote-module",
"version": "1.17.0",
"version": "1.17.1",
"description": "remote-module module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/router",
"version": "1.17.0",
"version": "1.17.1",
"description": "router module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/test-suite",
"version": "1.17.0",
"version": "1.17.1",
"description": "garfish test suite.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/utils",
"version": "1.17.0",
"version": "1.17.1",
"description": "utils module.",
"keywords": [
"garfish",
Expand Down

0 comments on commit 1233f4f

Please sign in to comment.