@fluidframework/aqueduct 2.1.0 → 2.2.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +2 -2
  3. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/aqueduct
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fluidframework/aqueduct
2
2
 
3
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
3
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
4
4
 
5
5
  <!-- prettier-ignore-start -->
6
6
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -234,7 +234,7 @@ makes a request to the Container for `{url:"color"}` will intercept and return a
234
234
 
235
235
  We use custom handlers to build the Container Services pattern.
236
236
 
237
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
237
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
238
238
 
239
239
  <!-- prettier-ignore-start -->
240
240
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,29 +67,29 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluid-internal/client-utils": "~2.1.0",
71
- "@fluidframework/container-definitions": "~2.1.0",
72
- "@fluidframework/container-runtime": "~2.1.0",
73
- "@fluidframework/container-runtime-definitions": "~2.1.0",
74
- "@fluidframework/core-interfaces": "~2.1.0",
75
- "@fluidframework/core-utils": "~2.1.0",
76
- "@fluidframework/datastore": "~2.1.0",
77
- "@fluidframework/datastore-definitions": "~2.1.0",
78
- "@fluidframework/map": "~2.1.0",
79
- "@fluidframework/request-handler": "~2.1.0",
80
- "@fluidframework/runtime-definitions": "~2.1.0",
81
- "@fluidframework/runtime-utils": "~2.1.0",
82
- "@fluidframework/shared-object-base": "~2.1.0",
83
- "@fluidframework/synthesize": "~2.1.0"
70
+ "@fluid-internal/client-utils": "~2.2.0",
71
+ "@fluidframework/container-definitions": "~2.2.0",
72
+ "@fluidframework/container-runtime": "~2.2.0",
73
+ "@fluidframework/container-runtime-definitions": "~2.2.0",
74
+ "@fluidframework/core-interfaces": "~2.2.0",
75
+ "@fluidframework/core-utils": "~2.2.0",
76
+ "@fluidframework/datastore": "~2.2.0",
77
+ "@fluidframework/datastore-definitions": "~2.2.0",
78
+ "@fluidframework/map": "~2.2.0",
79
+ "@fluidframework/request-handler": "~2.2.0",
80
+ "@fluidframework/runtime-definitions": "~2.2.0",
81
+ "@fluidframework/runtime-utils": "~2.2.0",
82
+ "@fluidframework/shared-object-base": "~2.2.0",
83
+ "@fluidframework/synthesize": "~2.2.0"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.15.2",
87
87
  "@biomejs/biome": "~1.8.3",
88
- "@fluid-internal/mocha-test-setup": "~2.1.0",
89
- "@fluid-tools/build-cli": "^0.41.0",
90
- "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0",
88
+ "@fluid-internal/mocha-test-setup": "~2.2.0",
89
+ "@fluid-tools/build-cli": "^0.43.0",
90
+ "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.1.0",
91
91
  "@fluidframework/build-common": "^2.0.3",
92
- "@fluidframework/build-tools": "^0.41.0",
92
+ "@fluidframework/build-tools": "^0.43.0",
93
93
  "@fluidframework/eslint-config-fluid": "^5.3.0",
94
94
  "@microsoft/api-extractor": "^7.45.1",
95
95
  "@types/mocha": "^9.1.1",
@@ -150,8 +150,8 @@
150
150
  "test": "npm run test:mocha",
151
151
  "test:coverage": "c8 npm test",
152
152
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
153
- "test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
154
- "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
153
+ "test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit",
154
+ "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
155
155
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
156
156
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
157
157
  "typetests:gen": "flub generate typetests --dir . -v",