@aws-amplify/graphql-model-transformer 1.4.0 → 1.5.0-no-internal-synth.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/CHANGELOG.md +10 -0
- package/lib/rds-lambda.zip +0 -0
- package/lib/rds-notification-lambda.zip +0 -0
- package/lib/rds-patching-lambda.zip +0 -0
- package/lib/resolvers/rds/resolver.d.ts +5 -5
- package/lib/resolvers/rds/resolver.d.ts.map +1 -1
- package/lib/resolvers/rds/resolver.js +14 -11
- package/lib/resolvers/rds/resolver.js.map +1 -1
- package/lib/resources/dynamo-model-resource-generator.d.ts +2 -2
- package/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -1
- package/lib/resources/dynamo-model-resource-generator.js +48 -43
- package/lib/resources/dynamo-model-resource-generator.js.map +1 -1
- package/lib/resources/model-resource-generator.js +3 -3
- package/lib/resources/model-resource-generator.js.map +1 -1
- package/lib/resources/rds-model-resource-generator.js +13 -13
- package/package.json +7 -6
- package/publish-notification-lambda/node_modules/.package-lock.json +13 -13
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/package.json +2 -2
- package/publish-notification-lambda/node_modules/@smithy/types/README.md +37 -0
- package/publish-notification-lambda/node_modules/@smithy/types/package.json +3 -2
- package/publish-notification-lambda/node_modules/@types/node/README.md +2 -2
- package/publish-notification-lambda/node_modules/@types/node/package.json +2 -7
- package/publish-notification-lambda/node_modules/tslib/package.json +1 -1
- package/publish-notification-lambda/node_modules/tslib/tslib.es6.mjs +1 -1
- package/publish-notification-lambda/package-lock.json +13 -13
- package/rds-lambda/node_modules/.package-lock.json +370 -345
- package/rds-lambda/node_modules/@babel/code-frame/README.md +1 -1
- package/rds-lambda/node_modules/@babel/code-frame/package.json +3 -2
- package/rds-lambda/node_modules/@babel/core/cjs-proxy.cjs +3 -1
- package/rds-lambda/node_modules/@babel/core/package.json +10 -10
- package/rds-lambda/node_modules/@babel/generator/package.json +3 -3
- package/rds-lambda/node_modules/@babel/helper-compilation-targets/package.json +1 -5
- package/rds-lambda/node_modules/@babel/helpers/package.json +6 -6
- package/rds-lambda/node_modules/@babel/highlight/README.md +1 -1
- package/rds-lambda/node_modules/@babel/highlight/package.json +2 -3
- package/rds-lambda/node_modules/@babel/parser/package.json +3 -3
- package/rds-lambda/node_modules/@babel/traverse/package.json +6 -5
- package/rds-lambda/node_modules/@babel/types/README.md +1 -1
- package/rds-lambda/node_modules/@babel/types/package.json +3 -4
- package/rds-lambda/node_modules/@jest/console/package.json +5 -5
- package/rds-lambda/node_modules/@jest/core/package.json +20 -20
- package/rds-lambda/node_modules/@jest/environment/package.json +4 -4
- package/rds-lambda/node_modules/@jest/expect/package.json +4 -4
- package/rds-lambda/node_modules/@jest/expect-utils/package.json +3 -3
- package/rds-lambda/node_modules/@jest/fake-timers/package.json +6 -6
- package/rds-lambda/node_modules/@jest/globals/package.json +5 -5
- package/rds-lambda/node_modules/@jest/reporters/package.json +10 -10
- package/rds-lambda/node_modules/@jest/test-result/package.json +5 -5
- package/rds-lambda/node_modules/@jest/test-sequencer/package.json +5 -5
- package/rds-lambda/node_modules/@jest/transform/package.json +6 -6
- package/rds-lambda/node_modules/@jridgewell/resolve-uri/package.json +2 -2
- package/rds-lambda/node_modules/@jridgewell/trace-mapping/package.json +3 -3
- package/rds-lambda/node_modules/@smithy/protocol-http/package.json +2 -2
- package/rds-lambda/node_modules/@smithy/types/README.md +37 -0
- package/rds-lambda/node_modules/@smithy/types/package.json +3 -2
- package/rds-lambda/node_modules/@types/node/README.md +2 -2
- package/rds-lambda/node_modules/@types/node/package.json +2 -7
- package/rds-lambda/node_modules/babel-jest/package.json +4 -4
- package/rds-lambda/node_modules/browserslist/package.json +4 -4
- package/rds-lambda/node_modules/caniuse-lite/package.json +1 -1
- package/rds-lambda/node_modules/dedent/README.md +56 -0
- package/rds-lambda/node_modules/dedent/dist/dedent.d.mts +17 -0
- package/rds-lambda/node_modules/dedent/dist/dedent.mjs +59 -0
- package/rds-lambda/node_modules/dedent/package.json +54 -10
- package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/package.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/versions.json +1 -1
- package/rds-lambda/node_modules/expect/package.json +7 -7
- package/rds-lambda/node_modules/is-core-module/CHANGELOG.md +7 -0
- package/rds-lambda/node_modules/is-core-module/core.json +3 -3
- package/rds-lambda/node_modules/is-core-module/package.json +5 -5
- package/rds-lambda/node_modules/istanbul-lib-report/CHANGELOG.md +7 -0
- package/rds-lambda/node_modules/istanbul-lib-report/package.json +5 -6
- package/rds-lambda/node_modules/istanbul-reports/CHANGELOG.md +7 -0
- package/rds-lambda/node_modules/istanbul-reports/package.json +1 -1
- package/rds-lambda/node_modules/jest/package.json +4 -4
- package/rds-lambda/node_modules/jest-circus/package.json +13 -14
- package/rds-lambda/node_modules/jest-cli/package.json +7 -7
- package/rds-lambda/node_modules/jest-config/package.json +11 -11
- package/rds-lambda/node_modules/jest-diff/package.json +4 -4
- package/rds-lambda/node_modules/jest-each/package.json +4 -4
- package/rds-lambda/node_modules/jest-environment-node/package.json +7 -7
- package/rds-lambda/node_modules/jest-haste-map/package.json +4 -4
- package/rds-lambda/node_modules/jest-leak-detector/package.json +3 -3
- package/rds-lambda/node_modules/jest-matcher-utils/package.json +5 -5
- package/rds-lambda/node_modules/jest-message-util/package.json +3 -3
- package/rds-lambda/node_modules/jest-mock/package.json +3 -3
- package/rds-lambda/node_modules/jest-resolve/package.json +5 -5
- package/rds-lambda/node_modules/jest-resolve-dependencies/package.json +7 -7
- package/rds-lambda/node_modules/jest-runner/package.json +17 -17
- package/rds-lambda/node_modules/jest-runtime/package.json +15 -15
- package/rds-lambda/node_modules/jest-snapshot/package.json +12 -12
- package/rds-lambda/node_modules/jest-util/package.json +2 -2
- package/rds-lambda/node_modules/jest-validate/package.json +3 -3
- package/rds-lambda/node_modules/jest-watcher/package.json +4 -4
- package/rds-lambda/node_modules/jest-worker/package.json +4 -4
- package/rds-lambda/node_modules/make-dir/license +1 -1
- package/rds-lambda/node_modules/make-dir/node_modules/lru-cache/LICENSE +15 -0
- package/rds-lambda/node_modules/make-dir/node_modules/lru-cache/README.md +166 -0
- package/rds-lambda/node_modules/make-dir/node_modules/lru-cache/package.json +34 -0
- package/rds-lambda/node_modules/make-dir/node_modules/semver/LICENSE +15 -0
- package/rds-lambda/node_modules/make-dir/node_modules/semver/README.md +637 -0
- package/rds-lambda/node_modules/make-dir/node_modules/semver/package.json +87 -0
- package/rds-lambda/node_modules/make-dir/node_modules/semver/range.bnf +16 -0
- package/rds-lambda/node_modules/make-dir/node_modules/yallist/LICENSE +15 -0
- package/rds-lambda/node_modules/make-dir/node_modules/yallist/README.md +204 -0
- package/rds-lambda/node_modules/make-dir/node_modules/yallist/package.json +29 -0
- package/rds-lambda/node_modules/make-dir/package.json +15 -11
- package/rds-lambda/node_modules/make-dir/readme.md +1 -1
- package/rds-lambda/node_modules/pretty-format/package.json +3 -3
- package/rds-lambda/node_modules/resolve/lib/core.json +4 -1
- package/rds-lambda/node_modules/resolve/package.json +6 -6
- package/rds-lambda/node_modules/tslib/package.json +1 -1
- package/rds-lambda/node_modules/tslib/tslib.es6.mjs +1 -1
- package/rds-lambda/package-lock.json +370 -345
- package/rds-patching-lambda/node_modules/.package-lock.json +13 -13
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/package.json +2 -2
- package/rds-patching-lambda/node_modules/@smithy/types/README.md +37 -0
- package/rds-patching-lambda/node_modules/@smithy/types/package.json +3 -2
- package/rds-patching-lambda/node_modules/@types/node/README.md +2 -2
- package/rds-patching-lambda/node_modules/@types/node/package.json +2 -7
- package/rds-patching-lambda/node_modules/tslib/package.json +1 -1
- package/rds-patching-lambda/node_modules/tslib/tslib.es6.mjs +1 -1
- package/rds-patching-lambda/package-lock.json +13 -13
- package/src/__tests__/model-directive-arguments.test.ts +23 -28
- package/src/__tests__/model-transformer.test.ts +138 -160
- package/src/resolvers/rds/resolver.ts +19 -17
- package/src/resources/dynamo-model-resource-generator.ts +50 -47
- package/src/resources/model-resource-generator.ts +3 -3
- package/src/resources/rds-model-resource-generator.ts +13 -13
- package/tsconfig.tsbuildinfo +1 -1
- package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -21
- package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/README.md +0 -200
- package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -164
- package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -1
- package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/package.json +0 -75
- package/rds-lambda/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +0 -198
- package/rds-lambda/node_modules/@types/prettier/LICENSE +0 -21
- package/rds-lambda/node_modules/@types/prettier/README.md +0 -16
- package/rds-lambda/node_modules/@types/prettier/package.json +0 -65
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "is-core-module",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "Is this specifier a node.js core module?",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"has": "^1.0.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@ljharb/eslint-config": "^21.0
|
|
49
|
-
"aud": "^2.0.
|
|
48
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
49
|
+
"aud": "^2.0.3",
|
|
50
50
|
"auto-changelog": "^2.4.0",
|
|
51
51
|
"eslint": "=8.8.0",
|
|
52
52
|
"in-publish": "^2.0.1",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"npmignore": "^0.3.0",
|
|
55
55
|
"nyc": "^10.3.2",
|
|
56
56
|
"safe-publish-latest": "^2.0.0",
|
|
57
|
-
"semver": "^6.3.
|
|
58
|
-
"tape": "^5.6.
|
|
57
|
+
"semver": "^6.3.1",
|
|
58
|
+
"tape": "^5.6.6"
|
|
59
59
|
},
|
|
60
60
|
"auto-changelog": {
|
|
61
61
|
"output": "CHANGELOG.md",
|
|
@@ -51,6 +51,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
+
## [3.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-report-v3.0.0...istanbul-lib-report-v3.0.1) (2023-07-25)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* **deps:** update make-dir CVE-2022-25883 ([eab82a9](https://github.com/istanbuljs/istanbuljs/commit/eab82a9aeff140a8fd2981c7f872830c985d479f))
|
|
60
|
+
|
|
54
61
|
## [2.0.8](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-report@2.0.7...istanbul-lib-report@2.0.8) (2019-04-24)
|
|
55
62
|
|
|
56
63
|
**Note:** Version bump only for package istanbul-lib-report
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "istanbul-lib-report",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Base reporting library for istanbul",
|
|
5
5
|
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
|
|
6
6
|
"main": "index.js",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"index.js"
|
|
10
10
|
],
|
|
11
11
|
"scripts": {
|
|
12
|
-
"test": "nyc
|
|
12
|
+
"test": "nyc mocha"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"istanbul-lib-coverage": "^3.0.0",
|
|
16
|
-
"make-dir": "^
|
|
16
|
+
"make-dir": "^4.0.0",
|
|
17
17
|
"supports-color": "^7.1.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"lib"
|
|
40
40
|
],
|
|
41
41
|
"engines": {
|
|
42
|
-
"node": ">=
|
|
43
|
-
}
|
|
44
|
-
"gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b"
|
|
42
|
+
"node": ">=10"
|
|
43
|
+
}
|
|
45
44
|
}
|
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.1.6](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports-v3.1.5...istanbul-reports-v3.1.6) (2023-07-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **clover:** always close last open tag ([07c6ea6](https://github.com/istanbuljs/istanbuljs/commit/07c6ea6537261a19b117702b7362dee0bdc001ac))
|
|
12
|
+
|
|
6
13
|
## [3.1.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports-v3.1.4...istanbul-reports-v3.1.5) (2022-07-13)
|
|
7
14
|
|
|
8
15
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest",
|
|
3
3
|
"description": "Delightful JavaScript Testing.",
|
|
4
|
-
"version": "29.6.
|
|
4
|
+
"version": "29.6.2",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"./bin/jest": "./bin/jest.js"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@jest/core": "^29.6.
|
|
16
|
+
"@jest/core": "^29.6.2",
|
|
17
17
|
"@jest/types": "^29.6.1",
|
|
18
18
|
"import-local": "^3.0.2",
|
|
19
|
-
"jest-cli": "^29.6.
|
|
19
|
+
"jest-cli": "^29.6.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@tsd/typescript": "^5.0.4",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
74
74
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-circus",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -18,23 +18,23 @@
|
|
|
18
18
|
"./runner": "./runner.js"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@jest/environment": "^29.6.
|
|
22
|
-
"@jest/expect": "^29.6.
|
|
23
|
-
"@jest/test-result": "^29.6.
|
|
21
|
+
"@jest/environment": "^29.6.2",
|
|
22
|
+
"@jest/expect": "^29.6.2",
|
|
23
|
+
"@jest/test-result": "^29.6.2",
|
|
24
24
|
"@jest/types": "^29.6.1",
|
|
25
25
|
"@types/node": "*",
|
|
26
26
|
"chalk": "^4.0.0",
|
|
27
27
|
"co": "^4.6.0",
|
|
28
|
-
"dedent": "^0.
|
|
28
|
+
"dedent": "^1.0.0",
|
|
29
29
|
"is-generator-fn": "^2.0.0",
|
|
30
|
-
"jest-each": "^29.6.
|
|
31
|
-
"jest-matcher-utils": "^29.6.
|
|
32
|
-
"jest-message-util": "^29.6.
|
|
33
|
-
"jest-runtime": "^29.6.
|
|
34
|
-
"jest-snapshot": "^29.6.
|
|
35
|
-
"jest-util": "^29.6.
|
|
30
|
+
"jest-each": "^29.6.2",
|
|
31
|
+
"jest-matcher-utils": "^29.6.2",
|
|
32
|
+
"jest-message-util": "^29.6.2",
|
|
33
|
+
"jest-runtime": "^29.6.2",
|
|
34
|
+
"jest-snapshot": "^29.6.2",
|
|
35
|
+
"jest-util": "^29.6.2",
|
|
36
36
|
"p-limit": "^3.1.0",
|
|
37
|
-
"pretty-format": "^29.6.
|
|
37
|
+
"pretty-format": "^29.6.2",
|
|
38
38
|
"pure-rand": "^6.0.0",
|
|
39
39
|
"slash": "^3.0.0",
|
|
40
40
|
"stack-utils": "^2.0.3"
|
|
@@ -43,7 +43,6 @@
|
|
|
43
43
|
"@babel/core": "^7.11.6",
|
|
44
44
|
"@babel/register": "^7.0.0",
|
|
45
45
|
"@types/co": "^4.6.2",
|
|
46
|
-
"@types/dedent": "^0.7.0",
|
|
47
46
|
"@types/graceful-fs": "^4.1.3",
|
|
48
47
|
"@types/stack-utils": "^2.0.0",
|
|
49
48
|
"execa": "^5.0.0",
|
|
@@ -56,5 +55,5 @@
|
|
|
56
55
|
"publishConfig": {
|
|
57
56
|
"access": "public"
|
|
58
57
|
},
|
|
59
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
60
59
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-cli",
|
|
3
3
|
"description": "Delightful JavaScript Testing.",
|
|
4
|
-
"version": "29.6.
|
|
4
|
+
"version": "29.6.2",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
"./bin/jest": "./bin/jest.js"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@jest/core": "^29.6.
|
|
17
|
-
"@jest/test-result": "^29.6.
|
|
16
|
+
"@jest/core": "^29.6.2",
|
|
17
|
+
"@jest/test-result": "^29.6.2",
|
|
18
18
|
"@jest/types": "^29.6.1",
|
|
19
19
|
"chalk": "^4.0.0",
|
|
20
20
|
"exit": "^0.1.2",
|
|
21
21
|
"graceful-fs": "^4.2.9",
|
|
22
22
|
"import-local": "^3.0.2",
|
|
23
|
-
"jest-config": "^29.6.
|
|
24
|
-
"jest-util": "^29.6.
|
|
25
|
-
"jest-validate": "^29.6.
|
|
23
|
+
"jest-config": "^29.6.2",
|
|
24
|
+
"jest-util": "^29.6.2",
|
|
25
|
+
"jest-validate": "^29.6.2",
|
|
26
26
|
"prompts": "^2.0.1",
|
|
27
27
|
"yargs": "^17.3.1"
|
|
28
28
|
},
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
91
91
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-config",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -30,25 +30,25 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/core": "^7.11.6",
|
|
33
|
-
"@jest/test-sequencer": "^29.6.
|
|
33
|
+
"@jest/test-sequencer": "^29.6.2",
|
|
34
34
|
"@jest/types": "^29.6.1",
|
|
35
|
-
"babel-jest": "^29.6.
|
|
35
|
+
"babel-jest": "^29.6.2",
|
|
36
36
|
"chalk": "^4.0.0",
|
|
37
37
|
"ci-info": "^3.2.0",
|
|
38
38
|
"deepmerge": "^4.2.2",
|
|
39
39
|
"glob": "^7.1.3",
|
|
40
40
|
"graceful-fs": "^4.2.9",
|
|
41
|
-
"jest-circus": "^29.6.
|
|
42
|
-
"jest-environment-node": "^29.6.
|
|
41
|
+
"jest-circus": "^29.6.2",
|
|
42
|
+
"jest-environment-node": "^29.6.2",
|
|
43
43
|
"jest-get-type": "^29.4.3",
|
|
44
44
|
"jest-regex-util": "^29.4.3",
|
|
45
|
-
"jest-resolve": "^29.6.
|
|
46
|
-
"jest-runner": "^29.6.
|
|
47
|
-
"jest-util": "^29.6.
|
|
48
|
-
"jest-validate": "^29.6.
|
|
45
|
+
"jest-resolve": "^29.6.2",
|
|
46
|
+
"jest-runner": "^29.6.2",
|
|
47
|
+
"jest-util": "^29.6.2",
|
|
48
|
+
"jest-validate": "^29.6.2",
|
|
49
49
|
"micromatch": "^4.0.4",
|
|
50
50
|
"parse-json": "^5.2.0",
|
|
51
|
-
"pretty-format": "^29.6.
|
|
51
|
+
"pretty-format": "^29.6.2",
|
|
52
52
|
"slash": "^3.0.0",
|
|
53
53
|
"strip-json-comments": "^3.1.1"
|
|
54
54
|
},
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
71
71
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-diff",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"chalk": "^4.0.0",
|
|
21
21
|
"diff-sequences": "^29.4.3",
|
|
22
22
|
"jest-get-type": "^29.4.3",
|
|
23
|
-
"pretty-format": "^29.6.
|
|
23
|
+
"pretty-format": "^29.6.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@jest/test-utils": "^29.6.
|
|
26
|
+
"@jest/test-utils": "^29.6.2",
|
|
27
27
|
"strip-ansi": "^6.0.0"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
36
36
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-each",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"description": "Parameterised tests for Jest",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@jest/types": "^29.6.1",
|
|
29
29
|
"chalk": "^4.0.0",
|
|
30
30
|
"jest-get-type": "^29.4.3",
|
|
31
|
-
"jest-util": "^29.6.
|
|
32
|
-
"pretty-format": "^29.6.
|
|
31
|
+
"jest-util": "^29.6.2",
|
|
32
|
+
"pretty-format": "^29.6.2"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
41
41
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-environment-node",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
"./package.json": "./package.json"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@jest/environment": "^29.6.
|
|
21
|
-
"@jest/fake-timers": "^29.6.
|
|
20
|
+
"@jest/environment": "^29.6.2",
|
|
21
|
+
"@jest/fake-timers": "^29.6.2",
|
|
22
22
|
"@jest/types": "^29.6.1",
|
|
23
23
|
"@types/node": "*",
|
|
24
|
-
"jest-mock": "^29.6.
|
|
25
|
-
"jest-util": "^29.6.
|
|
24
|
+
"jest-mock": "^29.6.2",
|
|
25
|
+
"jest-util": "^29.6.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@jest/test-utils": "^29.6.
|
|
28
|
+
"@jest/test-utils": "^29.6.2"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
37
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-haste-map",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"fb-watchman": "^2.0.0",
|
|
25
25
|
"graceful-fs": "^4.2.9",
|
|
26
26
|
"jest-regex-util": "^29.4.3",
|
|
27
|
-
"jest-util": "^29.6.
|
|
28
|
-
"jest-worker": "^29.6.
|
|
27
|
+
"jest-util": "^29.6.2",
|
|
28
|
+
"jest-worker": "^29.6.2",
|
|
29
29
|
"micromatch": "^4.0.4",
|
|
30
30
|
"walker": "^1.0.8"
|
|
31
31
|
},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
47
47
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-leak-detector",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"jest-get-type": "^29.4.3",
|
|
21
|
-
"pretty-format": "^29.6.
|
|
21
|
+
"pretty-format": "^29.6.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/node": "*"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
33
33
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-matcher-utils",
|
|
3
3
|
"description": "A set of utility functions for expect and related packages",
|
|
4
|
-
"version": "29.6.
|
|
4
|
+
"version": "29.6.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"chalk": "^4.0.0",
|
|
25
|
-
"jest-diff": "^29.6.
|
|
25
|
+
"jest-diff": "^29.6.2",
|
|
26
26
|
"jest-get-type": "^29.4.3",
|
|
27
|
-
"pretty-format": "^29.6.
|
|
27
|
+
"pretty-format": "^29.6.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@jest/test-utils": "^29.6.
|
|
30
|
+
"@jest/test-utils": "^29.6.2",
|
|
31
31
|
"@types/node": "*"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
37
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-message-util",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"chalk": "^4.0.0",
|
|
27
27
|
"graceful-fs": "^4.2.9",
|
|
28
28
|
"micromatch": "^4.0.4",
|
|
29
|
-
"pretty-format": "^29.6.
|
|
29
|
+
"pretty-format": "^29.6.2",
|
|
30
30
|
"slash": "^3.0.0",
|
|
31
31
|
"stack-utils": "^2.0.3"
|
|
32
32
|
},
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
43
43
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-mock",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@jest/types": "^29.6.1",
|
|
21
21
|
"@types/node": "*",
|
|
22
|
-
"jest-util": "^29.6.
|
|
22
|
+
"jest-util": "^29.6.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@tsd/typescript": "^5.0.4",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
35
35
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-resolve",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"chalk": "^4.0.0",
|
|
21
21
|
"graceful-fs": "^4.2.9",
|
|
22
|
-
"jest-haste-map": "^29.6.
|
|
22
|
+
"jest-haste-map": "^29.6.2",
|
|
23
23
|
"jest-pnp-resolver": "^1.2.2",
|
|
24
|
-
"jest-util": "^29.6.
|
|
25
|
-
"jest-validate": "^29.6.
|
|
24
|
+
"jest-util": "^29.6.2",
|
|
25
|
+
"jest-validate": "^29.6.2",
|
|
26
26
|
"resolve": "^1.20.0",
|
|
27
27
|
"resolve.exports": "^2.0.0",
|
|
28
28
|
"slash": "^3.0.0"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
44
44
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-resolve-dependencies",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"jest-regex-util": "^29.4.3",
|
|
21
|
-
"jest-snapshot": "^29.6.
|
|
21
|
+
"jest-snapshot": "^29.6.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@jest/test-utils": "^29.6.
|
|
24
|
+
"@jest/test-utils": "^29.6.2",
|
|
25
25
|
"@jest/types": "^29.6.1",
|
|
26
|
-
"jest-haste-map": "^29.6.
|
|
27
|
-
"jest-resolve": "^29.6.
|
|
28
|
-
"jest-runtime": "^29.6.
|
|
26
|
+
"jest-haste-map": "^29.6.2",
|
|
27
|
+
"jest-resolve": "^29.6.2",
|
|
28
|
+
"jest-runtime": "^29.6.2"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
37
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-runner",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git",
|
|
@@ -17,35 +17,35 @@
|
|
|
17
17
|
"./package.json": "./package.json"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@jest/console": "^29.6.
|
|
21
|
-
"@jest/environment": "^29.6.
|
|
22
|
-
"@jest/test-result": "^29.6.
|
|
23
|
-
"@jest/transform": "^29.6.
|
|
20
|
+
"@jest/console": "^29.6.2",
|
|
21
|
+
"@jest/environment": "^29.6.2",
|
|
22
|
+
"@jest/test-result": "^29.6.2",
|
|
23
|
+
"@jest/transform": "^29.6.2",
|
|
24
24
|
"@jest/types": "^29.6.1",
|
|
25
25
|
"@types/node": "*",
|
|
26
26
|
"chalk": "^4.0.0",
|
|
27
27
|
"emittery": "^0.13.1",
|
|
28
28
|
"graceful-fs": "^4.2.9",
|
|
29
29
|
"jest-docblock": "^29.4.3",
|
|
30
|
-
"jest-environment-node": "^29.6.
|
|
31
|
-
"jest-haste-map": "^29.6.
|
|
32
|
-
"jest-leak-detector": "^29.6.
|
|
33
|
-
"jest-message-util": "^29.6.
|
|
34
|
-
"jest-resolve": "^29.6.
|
|
35
|
-
"jest-runtime": "^29.6.
|
|
36
|
-
"jest-util": "^29.6.
|
|
37
|
-
"jest-watcher": "^29.6.
|
|
38
|
-
"jest-worker": "^29.6.
|
|
30
|
+
"jest-environment-node": "^29.6.2",
|
|
31
|
+
"jest-haste-map": "^29.6.2",
|
|
32
|
+
"jest-leak-detector": "^29.6.2",
|
|
33
|
+
"jest-message-util": "^29.6.2",
|
|
34
|
+
"jest-resolve": "^29.6.2",
|
|
35
|
+
"jest-runtime": "^29.6.2",
|
|
36
|
+
"jest-util": "^29.6.2",
|
|
37
|
+
"jest-watcher": "^29.6.2",
|
|
38
|
+
"jest-worker": "^29.6.2",
|
|
39
39
|
"p-limit": "^3.1.0",
|
|
40
40
|
"source-map-support": "0.5.13"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@jest/test-utils": "^29.6.
|
|
43
|
+
"@jest/test-utils": "^29.6.2",
|
|
44
44
|
"@tsd/typescript": "^5.0.4",
|
|
45
45
|
"@types/exit": "^0.1.30",
|
|
46
46
|
"@types/graceful-fs": "^4.1.3",
|
|
47
47
|
"@types/source-map-support": "^0.5.0",
|
|
48
|
-
"jest-jasmine2": "^29.6.
|
|
48
|
+
"jest-jasmine2": "^29.6.2",
|
|
49
49
|
"tsd-lite": "^0.7.0"
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
|
|
58
58
|
}
|