@ama-sdk/create 11.3.0-prerelease.5 → 11.3.0-prerelease.51
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 +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ npm create @ama-sdk typescript <project-name> -- --package-manager=yarn [...opti
|
|
|
44
44
|
|
|
45
45
|
- `--spec-path`: Path to the swagger/open-api specification used to generate the SDK
|
|
46
46
|
- `--spec-package-name`: The npm package name where the spec file can be fetched
|
|
47
|
-
- `--spec-package-path`: The export path inside the package.json where to find the spec file. Defaults to
|
|
47
|
+
- `--spec-package-path`: The export path inside the package.json where to find the spec file. Defaults to *./openapi.[yml|yaml|json]*
|
|
48
48
|
- `--spec-package-version`: The version to target for the npm package where the spec file can be fetched
|
|
49
49
|
- `--spec-package-registry`: The npm registry where the spec file can be fetched
|
|
50
50
|
|
|
@@ -52,4 +52,4 @@ npm create @ama-sdk typescript <project-name> -- --package-manager=yarn [...opti
|
|
|
52
52
|
> If `--spec-path` or `--spec-package-name` is specified, the SDK will be generated based on this specification at the creation time.
|
|
53
53
|
|
|
54
54
|
> [!NOTE]
|
|
55
|
-
>
|
|
55
|
+
> `--spec-package-registry` option assumes that the authentication is set up globally (See [npm setup](https://docs.npmjs.com/cli/v8/configuring-npm/npmrc#auth-related-configuration), [yarn setup](https://yarnpkg.com/configuration/yarnrc#npmRegistries))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/create",
|
|
3
|
-
"version": "11.3.0-prerelease.
|
|
3
|
+
"version": "11.3.0-prerelease.51",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"prepare:publish": "prepare-publish ./dist"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@ama-sdk/core": "11.3.0-prerelease.
|
|
21
|
-
"@ama-sdk/schematics": "11.3.0-prerelease.
|
|
20
|
+
"@ama-sdk/core": "11.3.0-prerelease.51",
|
|
21
|
+
"@ama-sdk/schematics": "11.3.0-prerelease.51",
|
|
22
22
|
"@angular-devkit/core": "~18.2.0",
|
|
23
23
|
"@angular-devkit/schematics": "~18.2.0",
|
|
24
24
|
"@angular-devkit/schematics-cli": "^18.0.5",
|
|
25
25
|
"@angular/cli": "~18.2.0",
|
|
26
|
-
"@o3r/schematics": "11.3.0-prerelease.
|
|
26
|
+
"@o3r/schematics": "11.3.0-prerelease.51",
|
|
27
27
|
"@openapitools/openapi-generator-cli": "~2.13.0",
|
|
28
28
|
"@schematics/angular": "~18.2.0",
|
|
29
29
|
"minimist": "^1.2.6",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"@nx/eslint-plugin": "~19.5.0",
|
|
38
38
|
"@nx/jest": "~19.5.0",
|
|
39
39
|
"@nx/js": "~19.5.0",
|
|
40
|
-
"@o3r/build-helpers": "^11.3.0-prerelease.
|
|
41
|
-
"@o3r/eslint-config-otter": "^11.3.0-prerelease.
|
|
42
|
-
"@o3r/eslint-plugin": "^11.3.0-prerelease.
|
|
43
|
-
"@o3r/test-helpers": "^11.3.0-prerelease.
|
|
40
|
+
"@o3r/build-helpers": "^11.3.0-prerelease.51",
|
|
41
|
+
"@o3r/eslint-config-otter": "^11.3.0-prerelease.51",
|
|
42
|
+
"@o3r/eslint-plugin": "^11.3.0-prerelease.51",
|
|
43
|
+
"@o3r/test-helpers": "^11.3.0-prerelease.51",
|
|
44
44
|
"@stylistic/eslint-plugin-ts": "~2.4.0",
|
|
45
45
|
"@types/jest": "~29.5.2",
|
|
46
46
|
"@types/minimist": "^1.2.2",
|