@floegence/floe-webapp-boot 0.40.10 → 0.40.11
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/dist/index.js +7 -7
- package/package.json +5 -1
- /package/dist/{index5.js → artifact-source.js} +0 -0
- /package/dist/{index6.js → connection.js} +0 -0
- /package/dist/{index2.js → hash.js} +0 -0
- /package/dist/{index3.js → messaging.js} +0 -0
- /package/dist/{index8.js → scope.js} +0 -0
- /package/dist/{index7.js → server-sent-events.js} +0 -0
- /package/dist/{index4.js → storage.js} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { base64UrlToBase64 as o, clearLocationHash as t, parseBase64UrlJsonFromHash as n, parseHashParam as a } from "./
|
|
2
|
-
import { postMessageToOrigins as i, waitForMessage as S } from "./
|
|
3
|
-
import { getSessionStorage as p, removeSessionStorage as f, setSessionStorage as m } from "./
|
|
4
|
-
import { ControlplaneRequestError as l, createControlplaneArtifactSource as C } from "./
|
|
5
|
-
import { createArtifactDirectConnectionConfig as R, createArtifactTunnelConnectionConfig as x, createProxyRuntimeTunnelConnectionConfig as O } from "./
|
|
6
|
-
import { ServerSentEventStreamError as P, fetchServerSentEvents as T } from "./
|
|
7
|
-
import { FLOWERSEC_BOOTSTRAP_SCOPE_RESOLVERS as _, PROXY_RUNTIME_SCOPE_NAME as A, createBootstrapScopeResolvers as h, validateProxyRuntimeScopeEntry as B } from "./
|
|
1
|
+
import { base64UrlToBase64 as o, clearLocationHash as t, parseBase64UrlJsonFromHash as n, parseHashParam as a } from "./hash.js";
|
|
2
|
+
import { postMessageToOrigins as i, waitForMessage as S } from "./messaging.js";
|
|
3
|
+
import { getSessionStorage as p, removeSessionStorage as f, setSessionStorage as m } from "./storage.js";
|
|
4
|
+
import { ControlplaneRequestError as l, createControlplaneArtifactSource as C } from "./artifact-source.js";
|
|
5
|
+
import { createArtifactDirectConnectionConfig as R, createArtifactTunnelConnectionConfig as x, createProxyRuntimeTunnelConnectionConfig as O } from "./connection.js";
|
|
6
|
+
import { ServerSentEventStreamError as P, fetchServerSentEvents as T } from "./server-sent-events.js";
|
|
7
|
+
import { FLOWERSEC_BOOTSTRAP_SCOPE_RESOLVERS as _, PROXY_RUNTIME_SCOPE_NAME as A, createBootstrapScopeResolvers as h, validateProxyRuntimeScopeEntry as B } from "./scope.js";
|
|
8
8
|
export {
|
|
9
9
|
l as ControlplaneRequestError,
|
|
10
10
|
_ as FLOWERSEC_BOOTSTRAP_SCOPE_RESOLVERS,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/floe-webapp-boot",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
".": {
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
17
17
|
"import": "./dist/index.js"
|
|
18
|
+
},
|
|
19
|
+
"./artifact-source": {
|
|
20
|
+
"types": "./dist/artifact-source.d.ts",
|
|
21
|
+
"import": "./dist/artifact-source.js"
|
|
18
22
|
}
|
|
19
23
|
},
|
|
20
24
|
"files": [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|