@aws-cdk/cloud-assembly-schema 43.9.0 → 43.10.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/.jsii +4 -4
- package/cli-version.json +1 -1
- package/lib/manifest.js +1 -1
- package/node_modules/semver/bin/semver.js +2 -0
- package/node_modules/semver/classes/comparator.js +2 -0
- package/node_modules/semver/classes/index.js +2 -0
- package/node_modules/semver/classes/range.js +2 -0
- package/node_modules/semver/classes/semver.js +4 -3
- package/node_modules/semver/functions/clean.js +2 -0
- package/node_modules/semver/functions/cmp.js +2 -0
- package/node_modules/semver/functions/coerce.js +2 -0
- package/node_modules/semver/functions/compare-build.js +2 -0
- package/node_modules/semver/functions/compare-loose.js +2 -0
- package/node_modules/semver/functions/compare.js +2 -0
- package/node_modules/semver/functions/diff.js +2 -0
- package/node_modules/semver/functions/eq.js +2 -0
- package/node_modules/semver/functions/gt.js +2 -0
- package/node_modules/semver/functions/gte.js +2 -0
- package/node_modules/semver/functions/inc.js +2 -0
- package/node_modules/semver/functions/lt.js +2 -0
- package/node_modules/semver/functions/lte.js +2 -0
- package/node_modules/semver/functions/major.js +2 -0
- package/node_modules/semver/functions/minor.js +2 -0
- package/node_modules/semver/functions/neq.js +2 -0
- package/node_modules/semver/functions/parse.js +2 -0
- package/node_modules/semver/functions/patch.js +2 -0
- package/node_modules/semver/functions/prerelease.js +2 -0
- package/node_modules/semver/functions/rcompare.js +2 -0
- package/node_modules/semver/functions/rsort.js +2 -0
- package/node_modules/semver/functions/satisfies.js +2 -0
- package/node_modules/semver/functions/sort.js +2 -0
- package/node_modules/semver/functions/valid.js +2 -0
- package/node_modules/semver/index.js +2 -0
- package/node_modules/semver/internal/constants.js +2 -0
- package/node_modules/semver/internal/debug.js +2 -0
- package/node_modules/semver/internal/identifiers.js +2 -0
- package/node_modules/semver/internal/lrucache.js +2 -0
- package/node_modules/semver/internal/parse-options.js +2 -0
- package/node_modules/semver/internal/re.js +8 -4
- package/node_modules/semver/package.json +3 -3
- package/node_modules/semver/preload.js +2 -0
- package/node_modules/semver/ranges/gtr.js +2 -0
- package/node_modules/semver/ranges/intersects.js +2 -0
- package/node_modules/semver/ranges/ltr.js +2 -0
- package/node_modules/semver/ranges/max-satisfying.js +2 -0
- package/node_modules/semver/ranges/min-satisfying.js +2 -0
- package/node_modules/semver/ranges/min-version.js +2 -0
- package/node_modules/semver/ranges/outside.js +2 -0
- package/node_modules/semver/ranges/simplify.js +2 -0
- package/node_modules/semver/ranges/subset.js +2 -0
- package/node_modules/semver/ranges/to-comparators.js +2 -0
- package/node_modules/semver/ranges/valid.js +2 -0
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
},
|
|
10
10
|
"bundled": {
|
|
11
11
|
"jsonschema": "~1.4.1",
|
|
12
|
-
"semver": "^7.7.
|
|
12
|
+
"semver": "^7.7.2"
|
|
13
13
|
},
|
|
14
14
|
"description": "Schema for the protocol between CDK framework and CDK CLI",
|
|
15
15
|
"docs": {
|
|
16
16
|
"stability": "stable"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
19
|
-
"jsiiVersion": "5.6.
|
|
19
|
+
"jsiiVersion": "5.6.19 (build 73f2485)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -5784,6 +5784,6 @@
|
|
|
5784
5784
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5785
5785
|
}
|
|
5786
5786
|
},
|
|
5787
|
-
"version": "43.
|
|
5788
|
-
"fingerprint": "
|
|
5787
|
+
"version": "43.10.0",
|
|
5788
|
+
"fingerprint": "qyD8UXfY37qbtCWwwbpByuCSVO/w2IAjqp/ftqNzO+c="
|
|
5789
5789
|
}
|
package/cli-version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.
|
|
1
|
+
{"version":"2.1015.0"}
|
package/lib/manifest.js
CHANGED
|
@@ -269,7 +269,7 @@ class Manifest {
|
|
|
269
269
|
}
|
|
270
270
|
exports.Manifest = Manifest;
|
|
271
271
|
_a = JSII_RTTI_SYMBOL_1;
|
|
272
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "43.
|
|
272
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "43.10.0" };
|
|
273
273
|
function mapValues(xs, fn) {
|
|
274
274
|
if (!xs) {
|
|
275
275
|
return undefined;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
1
3
|
const debug = require('../internal/debug')
|
|
2
4
|
const { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants')
|
|
3
|
-
const { safeRe: re,
|
|
5
|
+
const { safeRe: re, t } = require('../internal/re')
|
|
4
6
|
|
|
5
7
|
const parseOptions = require('../internal/parse-options')
|
|
6
8
|
const { compareIdentifiers } = require('../internal/identifiers')
|
|
@@ -182,8 +184,7 @@ class SemVer {
|
|
|
182
184
|
}
|
|
183
185
|
// Avoid an invalid semver results
|
|
184
186
|
if (identifier) {
|
|
185
|
-
const
|
|
186
|
-
const match = `-${identifier}`.match(r)
|
|
187
|
+
const match = `-${identifier}`.match(this.options.loose ? re[t.PRERELEASELOOSE] : re[t.PRERELEASE])
|
|
187
188
|
if (!match || match[1] !== identifier) {
|
|
188
189
|
throw new Error(`invalid identifier: ${identifier}`)
|
|
189
190
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
1
3
|
const {
|
|
2
4
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
3
5
|
MAX_SAFE_BUILD_LENGTH,
|
|
@@ -76,12 +78,14 @@ createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` +
|
|
|
76
78
|
|
|
77
79
|
// ## Pre-release Version Identifier
|
|
78
80
|
// A numeric identifier, or a non-numeric identifier.
|
|
81
|
+
// Non-numberic identifiers include numberic identifiers but can be longer.
|
|
82
|
+
// Therefore non-numberic identifiers must go first.
|
|
79
83
|
|
|
80
|
-
createToken('PRERELEASEIDENTIFIER', `(?:${src[t.
|
|
81
|
-
}|${src[t.
|
|
84
|
+
createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NONNUMERICIDENTIFIER]
|
|
85
|
+
}|${src[t.NUMERICIDENTIFIER]})`)
|
|
82
86
|
|
|
83
|
-
createToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.
|
|
84
|
-
}|${src[t.
|
|
87
|
+
createToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NONNUMERICIDENTIFIER]
|
|
88
|
+
}|${src[t.NUMERICIDENTIFIERLOOSE]})`)
|
|
85
89
|
|
|
86
90
|
// ## Pre-release Version
|
|
87
91
|
// Hyphen, followed by one or more dot-separated pre-release version
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semver",
|
|
3
|
-
"version": "7.7.
|
|
3
|
+
"version": "7.7.2",
|
|
4
4
|
"description": "The semantic version parser used by npm.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@npmcli/eslint-config": "^5.0.0",
|
|
18
|
-
"@npmcli/template-oss": "4.
|
|
18
|
+
"@npmcli/template-oss": "4.24.3",
|
|
19
19
|
"benchmark": "^2.1.4",
|
|
20
20
|
"tap": "^16.0.0"
|
|
21
21
|
},
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"author": "GitHub Inc.",
|
|
53
53
|
"templateOSS": {
|
|
54
54
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
55
|
-
"version": "4.
|
|
55
|
+
"version": "4.24.3",
|
|
56
56
|
"engines": ">=10",
|
|
57
57
|
"distPaths": [
|
|
58
58
|
"classes/",
|
package/package.json
CHANGED
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"commit-and-tag-version": "^12",
|
|
49
49
|
"constructs": "^10.0.0",
|
|
50
50
|
"eslint": "^9",
|
|
51
|
-
"eslint-config-prettier": "^10.1.
|
|
51
|
+
"eslint-config-prettier": "^10.1.5",
|
|
52
52
|
"eslint-import-resolver-typescript": "^3.10.1",
|
|
53
53
|
"eslint-plugin-import": "^2.31.0",
|
|
54
54
|
"eslint-plugin-jest": "^28.11.0",
|
|
55
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
56
|
-
"eslint-plugin-prettier": "^5.
|
|
55
|
+
"eslint-plugin-jsdoc": "^50.6.14",
|
|
56
|
+
"eslint-plugin-prettier": "^5.4.0",
|
|
57
57
|
"jest": "^29.7.0",
|
|
58
58
|
"jest-junit": "^16",
|
|
59
59
|
"jsii": "5.6",
|
|
60
|
-
"jsii-diff": "^1.
|
|
61
|
-
"jsii-pacmak": "^1.
|
|
60
|
+
"jsii-diff": "^1.112.0",
|
|
61
|
+
"jsii-pacmak": "^1.112.0",
|
|
62
62
|
"jsii-rosetta": "5.6",
|
|
63
63
|
"license-checker": "^25.0.1",
|
|
64
64
|
"mock-fs": "^5.5.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"jsonschema": "~1.4.1",
|
|
73
|
-
"semver": "^7.7.
|
|
73
|
+
"semver": "^7.7.2"
|
|
74
74
|
},
|
|
75
75
|
"bundledDependencies": [
|
|
76
76
|
"jsonschema",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"version": "43.
|
|
92
|
+
"version": "43.10.0",
|
|
93
93
|
"types": "lib/index.d.ts",
|
|
94
94
|
"stability": "stable",
|
|
95
95
|
"jsii": {
|