@webiny/app 0.0.0-unstable.e53eceafb5 → 0.0.0-unstable.eb196ccd2f
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.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +10 -10
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { AddQuerySelectionPlugin } from "./plugins/AddQuerySelectionPlugin";
|
|
2
2
|
export { ApolloLinkPlugin } from "./plugins/ApolloLinkPlugin";
|
|
3
3
|
export { RoutePlugin } from "./plugins/RoutePlugin";
|
|
4
|
-
export { ApolloCacheObjectIdPlugin, ApolloCacheObject } from "./plugins/ApolloCacheObjectIdPlugin";
|
|
4
|
+
export { ApolloCacheObjectIdPlugin, type ApolloCacheObject } from "./plugins/ApolloCacheObjectIdPlugin";
|
|
5
5
|
export * from "@webiny/react-composition";
|
|
6
6
|
export type { HigherOrderComponent, ComposeProps, ComposableFC } from "@webiny/react-composition";
|
|
7
7
|
export * from "./App";
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { AddQuerySelectionPlugin } from "./plugins/AddQuerySelectionPlugin";
|
|
2
2
|
export { ApolloLinkPlugin } from "./plugins/ApolloLinkPlugin";
|
|
3
3
|
export { RoutePlugin } from "./plugins/RoutePlugin";
|
|
4
|
-
export { ApolloCacheObjectIdPlugin
|
|
4
|
+
export { ApolloCacheObjectIdPlugin } from "./plugins/ApolloCacheObjectIdPlugin";
|
|
5
5
|
|
|
6
6
|
// Composition - we re-export this for ease of use
|
|
7
7
|
export * from "@webiny/react-composition";
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["AddQuerySelectionPlugin","ApolloLinkPlugin","RoutePlugin","ApolloCacheObjectIdPlugin"
|
|
1
|
+
{"version":3,"names":["AddQuerySelectionPlugin","ApolloLinkPlugin","RoutePlugin","ApolloCacheObjectIdPlugin"],"sources":["index.ts"],"sourcesContent":["export { AddQuerySelectionPlugin } from \"./plugins/AddQuerySelectionPlugin\";\nexport { ApolloLinkPlugin } from \"./plugins/ApolloLinkPlugin\";\nexport { RoutePlugin } from \"./plugins/RoutePlugin\";\nexport {\n ApolloCacheObjectIdPlugin,\n type ApolloCacheObject\n} from \"./plugins/ApolloCacheObjectIdPlugin\";\n\n// Composition - we re-export this for ease of use\nexport * from \"@webiny/react-composition\";\nexport type { HigherOrderComponent, ComposeProps, ComposableFC } from \"@webiny/react-composition\";\n\n// App framework\nexport * from \"./App\";\nexport * from \"./AppContainer\";\nexport type { AppProps } from \"./App\";\nexport * from \"./core/Plugins\";\nexport * from \"./core/Plugin\";\nexport * from \"./core/Provider\";\nexport * from \"./core/DebounceRender\";\nexport * from \"./core/createProvider\";\nexport * from \"./core/createProviderPlugin\";\nexport * from \"./renderApp\";\nexport * from \"./utils/createGenericContext\";\n"],"mappings":"AAAA,SAASA,uBAAuB;AAChC,SAASC,gBAAgB;AACzB,SAASC,WAAW;AACpB,SACIC,yBAAyB;;AAI7B;AACA,cAAc,2BAA2B;AAGzC;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app",
|
|
3
|
-
"version": "0.0.0-unstable.
|
|
3
|
+
"version": "0.0.0-unstable.eb196ccd2f",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"@apollo/react-hooks": "3.1.5",
|
|
18
18
|
"@emotion/styled": "11.10.6",
|
|
19
19
|
"@types/react": "18.2.79",
|
|
20
|
-
"@webiny/i18n": "0.0.0-unstable.
|
|
21
|
-
"@webiny/i18n-react": "0.0.0-unstable.
|
|
22
|
-
"@webiny/plugins": "0.0.0-unstable.
|
|
23
|
-
"@webiny/react-composition": "0.0.0-unstable.
|
|
24
|
-
"@webiny/react-properties": "0.0.0-unstable.
|
|
25
|
-
"@webiny/react-router": "0.0.0-unstable.
|
|
26
|
-
"@webiny/ui": "0.0.0-unstable.
|
|
20
|
+
"@webiny/i18n": "0.0.0-unstable.eb196ccd2f",
|
|
21
|
+
"@webiny/i18n-react": "0.0.0-unstable.eb196ccd2f",
|
|
22
|
+
"@webiny/plugins": "0.0.0-unstable.eb196ccd2f",
|
|
23
|
+
"@webiny/react-composition": "0.0.0-unstable.eb196ccd2f",
|
|
24
|
+
"@webiny/react-properties": "0.0.0-unstable.eb196ccd2f",
|
|
25
|
+
"@webiny/react-router": "0.0.0-unstable.eb196ccd2f",
|
|
26
|
+
"@webiny/ui": "0.0.0-unstable.eb196ccd2f",
|
|
27
27
|
"apollo-cache": "1.3.5",
|
|
28
28
|
"apollo-cache-inmemory": "1.6.6",
|
|
29
29
|
"apollo-client": "2.6.10",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/lodash": "4.17.13",
|
|
49
49
|
"@types/warning": "3.0.0",
|
|
50
|
-
"@webiny/project-utils": "0.0.0-unstable.
|
|
50
|
+
"@webiny/project-utils": "0.0.0-unstable.eb196ccd2f",
|
|
51
51
|
"rimraf": "6.0.1",
|
|
52
52
|
"typescript": "5.3.3"
|
|
53
53
|
},
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
]
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "eb196ccd2f32296e10f7add6dd7220d4e3abece4"
|
|
70
70
|
}
|