openship 0.2.3 → 0.4.0
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/README.md +104 -61
- package/dist/bare-ITM45QBX.js +18 -0
- package/dist/bowser-MFQA6OS4.js +2821 -0
- package/dist/chunk-3U4SPZD5.js +241 -0
- package/dist/chunk-46YJFP4S.js +1771 -0
- package/dist/chunk-4CQWT2WL.js +116 -0
- package/dist/chunk-4FABQGQP.js +23 -0
- package/dist/chunk-4LEL3H2Z.js +84 -0
- package/dist/chunk-4MG3BVHE.js +326 -0
- package/dist/chunk-4VNS5WPM.js +42 -0
- package/dist/chunk-5N7VUGL6.js +2094 -0
- package/dist/chunk-5ZCKQ2MI.js +1360 -0
- package/dist/chunk-6ERIMTBC.js +1412 -0
- package/dist/chunk-7UOB5GGQ.js +132 -0
- package/dist/chunk-BUBSSKO6.js +1384 -0
- package/dist/chunk-E6W2JMMU.js +341 -0
- package/dist/chunk-E77LJWJK.js +1535 -0
- package/dist/chunk-F4DFVG6Q.js +573 -0
- package/dist/chunk-HFYDYK4D.js +1092 -0
- package/dist/chunk-JR2OCMJA.js +46 -0
- package/dist/chunk-JUJBBF5U.js +746 -0
- package/dist/chunk-JZLNHGLW.js +19145 -0
- package/dist/chunk-KD7VO4LG.js +2617 -0
- package/dist/chunk-LBFH7THC.js +435 -0
- package/dist/chunk-NB2VEIWG.js +129 -0
- package/dist/chunk-OJE6YWPQ.js +2866 -0
- package/dist/chunk-QKFRZNKN.js +4941 -0
- package/dist/chunk-RBZPFTHV.js +13354 -0
- package/dist/chunk-S6DSRLNE.js +121 -0
- package/dist/chunk-TEYJYSMT.js +409 -0
- package/dist/chunk-U2DPZSXA.js +112 -0
- package/dist/chunk-WJPCBU7Z.js +3147 -0
- package/dist/chunk-XIFRMKYT.js +13 -0
- package/dist/chunk-XVSAUO2I.js +7946 -0
- package/dist/chunk-Y37KHU7L.js +31 -0
- package/dist/chunk-YL67EWYZ.js +416 -0
- package/dist/chunk-ZKJOFWBJ.js +1879 -0
- package/dist/cloud-JMPHO3CW.js +7 -0
- package/dist/cloud-W5G6YXAY.js +24 -0
- package/dist/dist-L3MPOWCA.js +65 -0
- package/dist/dist-es-4C322O5D.js +22 -0
- package/dist/dist-es-GTAMF674.js +87 -0
- package/dist/dist-es-KE56MWYO.js +169 -0
- package/dist/dist-es-NRZIQY5B.js +484 -0
- package/dist/dist-es-WZCR7DHQ.js +317 -0
- package/dist/dist-es-XQCOTGC7.js +376 -0
- package/dist/dist-es-ZW3HFQUM.js +69 -0
- package/dist/docker-3FVJMFC3.js +12 -0
- package/dist/docker-edge-executor-ZIWAZWPL.js +9 -0
- package/dist/edge-import-53M5DGWZ.js +39 -0
- package/dist/event-streams-7LGDL56D.js +42 -0
- package/dist/executor-J7BHW5HF.js +26 -0
- package/dist/index.js +2459 -3461
- package/dist/loadSso-N273C5I7.js +577 -0
- package/dist/nginx-YZWKYKQU.js +16 -0
- package/dist/noop-RRNCIUI5.js +7 -0
- package/dist/openresty-lua-HAO4EUDY.js +32 -0
- package/dist/server/index.js +217916 -205055
- package/dist/server/migrations/0057_complete_prism.sql +18 -0
- package/dist/server/migrations/0058_add_server_is_local.sql +1 -0
- package/dist/server/migrations/0059_legal_fixer.sql +18 -0
- package/dist/server/migrations/0060_add_route_strategy_host_port.sql +3 -0
- package/dist/server/migrations/0061_notification_default_multi_kind.sql +3 -0
- package/dist/server/migrations/0062_add_incoming_webhook.sql +21 -0
- package/dist/server/migrations/0063_add_migration_logs.sql +1 -0
- package/dist/server/migrations/0064_add_migration_partial.sql +2 -0
- package/dist/server/migrations/0065_custom_app_template.sql +14 -0
- package/dist/server/migrations/0066_ensure_migration_partial_columns.sql +2 -0
- package/dist/server/migrations/0067_webhook_delivery.sql +28 -0
- package/dist/server/migrations/0068_add_migration_target_volumes.sql +1 -0
- package/dist/server/migrations/0069_add_project_composite_routes.sql +1 -0
- package/dist/server/migrations/0070_forward_git_to_server.sql +1 -0
- package/dist/server/migrations/meta/0057_snapshot.json +9326 -0
- package/dist/server/migrations/meta/0058_snapshot.json +9333 -0
- package/dist/server/migrations/meta/0059_snapshot.json +9495 -0
- package/dist/server/migrations/meta/0060_snapshot.json +9515 -0
- package/dist/server/migrations/meta/_journal.json +99 -1
- package/dist/setup-5X3WEEHA.js +14 -0
- package/dist/signin-DR462ERO.js +663 -0
- package/dist/sso-oidc-VBZLJUK5.js +830 -0
- package/dist/sts-EJLZ4Z77.js +1422 -0
- package/package.json +6 -2
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
// ../../node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.js
|
|
2
|
+
var NoAuthSigner = class {
|
|
3
|
+
async sign(httpRequest, identity, signingProperties) {
|
|
4
|
+
return httpRequest;
|
|
5
|
+
}
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
// ../../node_modules/@aws-sdk/nested-clients/package.json
|
|
9
|
+
var package_default = {
|
|
10
|
+
name: "@aws-sdk/nested-clients",
|
|
11
|
+
version: "3.997.20",
|
|
12
|
+
description: "Nested clients for AWS SDK packages.",
|
|
13
|
+
main: "./dist-cjs/index.js",
|
|
14
|
+
module: "./dist-es/index.js",
|
|
15
|
+
types: "./dist-types/index.d.ts",
|
|
16
|
+
scripts: {
|
|
17
|
+
build: "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
18
|
+
"build:cjs": "node ../../scripts/compilation/inline",
|
|
19
|
+
"build:es": "tsc -p tsconfig.es.json",
|
|
20
|
+
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
21
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
22
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
23
|
+
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
24
|
+
lint: "node ../../scripts/validation/submodules-linter.js",
|
|
25
|
+
test: "yarn g:vitest run",
|
|
26
|
+
"test:watch": "yarn g:vitest watch"
|
|
27
|
+
},
|
|
28
|
+
engines: {
|
|
29
|
+
node: ">=20.0.0"
|
|
30
|
+
},
|
|
31
|
+
sideEffects: false,
|
|
32
|
+
author: {
|
|
33
|
+
name: "AWS SDK for JavaScript Team",
|
|
34
|
+
url: "https://aws.amazon.com/sdk-for-javascript/"
|
|
35
|
+
},
|
|
36
|
+
license: "Apache-2.0",
|
|
37
|
+
dependencies: {
|
|
38
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
39
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
40
|
+
"@aws-sdk/core": "^3.974.20",
|
|
41
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.34",
|
|
42
|
+
"@aws-sdk/types": "^3.973.12",
|
|
43
|
+
"@smithy/core": "^3.24.6",
|
|
44
|
+
"@smithy/fetch-http-handler": "^5.4.6",
|
|
45
|
+
"@smithy/node-http-handler": "^4.7.6",
|
|
46
|
+
"@smithy/types": "^4.14.3",
|
|
47
|
+
tslib: "^2.6.2"
|
|
48
|
+
},
|
|
49
|
+
devDependencies: {
|
|
50
|
+
concurrently: "7.0.0",
|
|
51
|
+
"downlevel-dts": "0.10.1",
|
|
52
|
+
premove: "4.0.0",
|
|
53
|
+
typescript: "~5.8.3"
|
|
54
|
+
},
|
|
55
|
+
typesVersions: {
|
|
56
|
+
"<4.5": {
|
|
57
|
+
"dist-types/*": [
|
|
58
|
+
"dist-types/ts3.4/*"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
files: [
|
|
63
|
+
"./cognito-identity.d.ts",
|
|
64
|
+
"./cognito-identity.js",
|
|
65
|
+
"./signin.d.ts",
|
|
66
|
+
"./signin.js",
|
|
67
|
+
"./sso-oidc.d.ts",
|
|
68
|
+
"./sso-oidc.js",
|
|
69
|
+
"./sso.d.ts",
|
|
70
|
+
"./sso.js",
|
|
71
|
+
"./sts.d.ts",
|
|
72
|
+
"./sts.js",
|
|
73
|
+
"dist-*/**"
|
|
74
|
+
],
|
|
75
|
+
browser: {
|
|
76
|
+
"./dist-es/submodules/cognito-identity/runtimeConfig": "./dist-es/submodules/cognito-identity/runtimeConfig.browser",
|
|
77
|
+
"./dist-es/submodules/signin/runtimeConfig": "./dist-es/submodules/signin/runtimeConfig.browser",
|
|
78
|
+
"./dist-es/submodules/sso-oidc/runtimeConfig": "./dist-es/submodules/sso-oidc/runtimeConfig.browser",
|
|
79
|
+
"./dist-es/submodules/sso/runtimeConfig": "./dist-es/submodules/sso/runtimeConfig.browser",
|
|
80
|
+
"./dist-es/submodules/sts/runtimeConfig": "./dist-es/submodules/sts/runtimeConfig.browser"
|
|
81
|
+
},
|
|
82
|
+
"react-native": {},
|
|
83
|
+
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",
|
|
84
|
+
repository: {
|
|
85
|
+
type: "git",
|
|
86
|
+
url: "https://github.com/aws/aws-sdk-js-v3.git",
|
|
87
|
+
directory: "packages/nested-clients"
|
|
88
|
+
},
|
|
89
|
+
exports: {
|
|
90
|
+
"./package.json": "./package.json",
|
|
91
|
+
"./sso-oidc": {
|
|
92
|
+
types: "./dist-types/submodules/sso-oidc/index.d.ts",
|
|
93
|
+
module: "./dist-es/submodules/sso-oidc/index.js",
|
|
94
|
+
node: "./dist-cjs/submodules/sso-oidc/index.js",
|
|
95
|
+
import: "./dist-es/submodules/sso-oidc/index.js",
|
|
96
|
+
require: "./dist-cjs/submodules/sso-oidc/index.js"
|
|
97
|
+
},
|
|
98
|
+
"./sts": {
|
|
99
|
+
types: "./dist-types/submodules/sts/index.d.ts",
|
|
100
|
+
module: "./dist-es/submodules/sts/index.js",
|
|
101
|
+
node: "./dist-cjs/submodules/sts/index.js",
|
|
102
|
+
import: "./dist-es/submodules/sts/index.js",
|
|
103
|
+
require: "./dist-cjs/submodules/sts/index.js"
|
|
104
|
+
},
|
|
105
|
+
"./signin": {
|
|
106
|
+
types: "./dist-types/submodules/signin/index.d.ts",
|
|
107
|
+
module: "./dist-es/submodules/signin/index.js",
|
|
108
|
+
node: "./dist-cjs/submodules/signin/index.js",
|
|
109
|
+
import: "./dist-es/submodules/signin/index.js",
|
|
110
|
+
require: "./dist-cjs/submodules/signin/index.js"
|
|
111
|
+
},
|
|
112
|
+
"./cognito-identity": {
|
|
113
|
+
types: "./dist-types/submodules/cognito-identity/index.d.ts",
|
|
114
|
+
module: "./dist-es/submodules/cognito-identity/index.js",
|
|
115
|
+
node: "./dist-cjs/submodules/cognito-identity/index.js",
|
|
116
|
+
import: "./dist-es/submodules/cognito-identity/index.js",
|
|
117
|
+
require: "./dist-cjs/submodules/cognito-identity/index.js"
|
|
118
|
+
},
|
|
119
|
+
"./sso": {
|
|
120
|
+
types: "./dist-types/submodules/sso/index.d.ts",
|
|
121
|
+
module: "./dist-es/submodules/sso/index.js",
|
|
122
|
+
node: "./dist-cjs/submodules/sso/index.js",
|
|
123
|
+
import: "./dist-es/submodules/sso/index.js",
|
|
124
|
+
require: "./dist-cjs/submodules/sso/index.js"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
export {
|
|
130
|
+
NoAuthSigner,
|
|
131
|
+
package_default
|
|
132
|
+
};
|