You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is supposed to be used in a CDK v2 project, so it does not include the following modules in the `dependencies` but does in the `peerDependencies`.
@@ -33,7 +34,7 @@ As long as you are working on a CDK v2 project, you should not have to separatel
33
34
### Installing from GitHub Packages
34
35
35
36
Every time commits are pushed to the `main` branch, a developer package is published to the npm registry managed by GitHub Packages.
36
-
The version of a developer package is represented by the next release version followed by a dash (`-`) plus the short commit hash; e.g., `0.3.0-abc1234` where `abc1234` is the short commit hash of the commit used to build the package (*snapshot*).
37
+
The version of a developer package is represented by the next release version followed by a dash (`-`) plus the short commit hash; e.g., `0.4.0-abc1234` where `abc1234` is the short commit hash of the commit used to build the package (*snapshot*).
37
38
You can find developer packages [here](https://github.com/codemonger-io/cdk-rest-api-with-spec/pkgs/npm/cdk-rest-api-with-spec).
38
39
39
40
#### Configuring GitHub personal access token
@@ -59,7 +60,7 @@ In the root directory of your project, please create a `.npmrc` file with the fo
59
60
Then you can install a developer package with the following command,
0 commit comments