@fluidframework/aqueduct 1.4.0-111997 → 1.4.0-115997
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/package.json +22 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/aqueduct",
|
|
3
|
-
"version": "1.4.0-
|
|
3
|
+
"version": "1.4.0-115997",
|
|
4
4
|
"description": "A set of implementations for Fluid Framework interfaces.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -38,9 +38,8 @@
|
|
|
38
38
|
"test:mocha": "mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict",
|
|
39
39
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
40
40
|
"tsc": "tsc",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"typetests:gen": "fluid-type-validator -g -d ."
|
|
41
|
+
"typetests:gen": "flub generate typetests --generate --dir . --no-generateInName",
|
|
42
|
+
"typetests:prepare": "flub generate typetests --prepare --dir . --pin"
|
|
44
43
|
},
|
|
45
44
|
"nyc": {
|
|
46
45
|
"all": true,
|
|
@@ -65,27 +64,27 @@
|
|
|
65
64
|
"dependencies": {
|
|
66
65
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
67
66
|
"@fluidframework/common-utils": "^0.32.1",
|
|
68
|
-
"@fluidframework/container-definitions": "1.4.0-
|
|
69
|
-
"@fluidframework/container-loader": "1.4.0-
|
|
70
|
-
"@fluidframework/container-runtime": "1.4.0-
|
|
71
|
-
"@fluidframework/container-runtime-definitions": "1.4.0-
|
|
72
|
-
"@fluidframework/core-interfaces": "1.4.0-
|
|
73
|
-
"@fluidframework/datastore": "1.4.0-
|
|
74
|
-
"@fluidframework/datastore-definitions": "1.4.0-
|
|
75
|
-
"@fluidframework/map": "1.4.0-
|
|
76
|
-
"@fluidframework/request-handler": "1.4.0-
|
|
77
|
-
"@fluidframework/runtime-definitions": "1.4.0-
|
|
78
|
-
"@fluidframework/runtime-utils": "1.4.0-
|
|
79
|
-
"@fluidframework/synthesize": "1.4.0-
|
|
80
|
-
"@fluidframework/view-interfaces": "1.4.0-
|
|
67
|
+
"@fluidframework/container-definitions": "1.4.0-115997",
|
|
68
|
+
"@fluidframework/container-loader": "1.4.0-115997",
|
|
69
|
+
"@fluidframework/container-runtime": "1.4.0-115997",
|
|
70
|
+
"@fluidframework/container-runtime-definitions": "1.4.0-115997",
|
|
71
|
+
"@fluidframework/core-interfaces": "1.4.0-115997",
|
|
72
|
+
"@fluidframework/datastore": "1.4.0-115997",
|
|
73
|
+
"@fluidframework/datastore-definitions": "1.4.0-115997",
|
|
74
|
+
"@fluidframework/map": "1.4.0-115997",
|
|
75
|
+
"@fluidframework/request-handler": "1.4.0-115997",
|
|
76
|
+
"@fluidframework/runtime-definitions": "1.4.0-115997",
|
|
77
|
+
"@fluidframework/runtime-utils": "1.4.0-115997",
|
|
78
|
+
"@fluidframework/synthesize": "1.4.0-115997",
|
|
79
|
+
"@fluidframework/view-interfaces": "1.4.0-115997",
|
|
81
80
|
"uuid": "^8.3.1"
|
|
82
81
|
},
|
|
83
82
|
"devDependencies": {
|
|
84
|
-
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct
|
|
83
|
+
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@1.3.1",
|
|
85
84
|
"@fluidframework/build-common": "^0.24.0",
|
|
86
|
-
"@fluidframework/build-tools": "^0.
|
|
85
|
+
"@fluidframework/build-tools": "^0.6.0-110101",
|
|
87
86
|
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
|
88
|
-
"@fluidframework/mocha-test-setup": "1.4.0-
|
|
87
|
+
"@fluidframework/mocha-test-setup": "1.4.0-115997",
|
|
89
88
|
"@microsoft/api-extractor": "^7.22.2",
|
|
90
89
|
"@rushstack/eslint-config": "^2.5.1",
|
|
91
90
|
"@types/mocha": "^9.1.1",
|
|
@@ -102,7 +101,9 @@
|
|
|
102
101
|
},
|
|
103
102
|
"module:es5": "es5/index.js",
|
|
104
103
|
"typeValidation": {
|
|
105
|
-
"version": "1.
|
|
104
|
+
"version": "1.4.0",
|
|
105
|
+
"baselineRange": "~1.3.0",
|
|
106
|
+
"baselineVersion": "1.3.1",
|
|
106
107
|
"broken": {}
|
|
107
108
|
}
|
|
108
109
|
}
|