@fluidframework/fluid-static 2.4.0-297027 → 2.4.0-299374

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 (1) hide show
  1. package/package.json +22 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-static",
3
- "version": "2.4.0-297027",
3
+ "version": "2.4.0-299374",
4
4
  "description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -57,32 +57,32 @@
57
57
  "temp-directory": "nyc/.nyc_output"
58
58
  },
59
59
  "dependencies": {
60
- "@fluid-internal/client-utils": "2.4.0-297027",
61
- "@fluidframework/aqueduct": "2.4.0-297027",
62
- "@fluidframework/container-definitions": "2.4.0-297027",
63
- "@fluidframework/container-loader": "2.4.0-297027",
64
- "@fluidframework/container-runtime": "2.4.0-297027",
65
- "@fluidframework/container-runtime-definitions": "2.4.0-297027",
66
- "@fluidframework/core-interfaces": "2.4.0-297027",
67
- "@fluidframework/datastore-definitions": "2.4.0-297027",
68
- "@fluidframework/driver-definitions": "2.4.0-297027",
69
- "@fluidframework/request-handler": "2.4.0-297027",
70
- "@fluidframework/runtime-definitions": "2.4.0-297027",
71
- "@fluidframework/runtime-utils": "2.4.0-297027",
72
- "@fluidframework/shared-object-base": "2.4.0-297027",
73
- "@fluidframework/telemetry-utils": "2.4.0-297027"
60
+ "@fluid-internal/client-utils": "2.4.0-299374",
61
+ "@fluidframework/aqueduct": "2.4.0-299374",
62
+ "@fluidframework/container-definitions": "2.4.0-299374",
63
+ "@fluidframework/container-loader": "2.4.0-299374",
64
+ "@fluidframework/container-runtime": "2.4.0-299374",
65
+ "@fluidframework/container-runtime-definitions": "2.4.0-299374",
66
+ "@fluidframework/core-interfaces": "2.4.0-299374",
67
+ "@fluidframework/datastore-definitions": "2.4.0-299374",
68
+ "@fluidframework/driver-definitions": "2.4.0-299374",
69
+ "@fluidframework/request-handler": "2.4.0-299374",
70
+ "@fluidframework/runtime-definitions": "2.4.0-299374",
71
+ "@fluidframework/runtime-utils": "2.4.0-299374",
72
+ "@fluidframework/shared-object-base": "2.4.0-299374",
73
+ "@fluidframework/telemetry-utils": "2.4.0-299374"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@arethetypeswrong/cli": "^0.15.2",
77
77
  "@biomejs/biome": "~1.8.3",
78
- "@fluid-internal/mocha-test-setup": "2.4.0-297027",
79
- "@fluid-tools/build-cli": "^0.46.0",
78
+ "@fluid-internal/mocha-test-setup": "2.4.0-299374",
79
+ "@fluid-tools/build-cli": "^0.48.0",
80
80
  "@fluidframework/build-common": "^2.0.3",
81
- "@fluidframework/build-tools": "^0.46.0",
81
+ "@fluidframework/build-tools": "^0.48.0",
82
82
  "@fluidframework/eslint-config-fluid": "^5.4.0",
83
- "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.3.0",
84
- "@fluidframework/map": "2.4.0-297027",
85
- "@fluidframework/sequence": "2.4.0-297027",
83
+ "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@~2.3.0",
84
+ "@fluidframework/map": "2.4.0-299374",
85
+ "@fluidframework/sequence": "2.4.0-299374",
86
86
  "@microsoft/api-extractor": "7.47.8",
87
87
  "@types/mocha": "^9.1.1",
88
88
  "@types/node": "^18.19.0",
@@ -92,7 +92,6 @@
92
92
  "cross-env": "^7.0.3",
93
93
  "eslint": "~8.55.0",
94
94
  "mocha": "^10.2.0",
95
- "mocha-json-output-reporter": "^2.0.1",
96
95
  "mocha-multi-reporters": "^1.5.1",
97
96
  "moment": "^2.21.0",
98
97
  "prettier": "~3.0.3",
@@ -101,7 +100,7 @@
101
100
  },
102
101
  "typeValidation": {
103
102
  "broken": {},
104
- "entrypoint": "internal"
103
+ "entrypoint": "public"
105
104
  },
106
105
  "scripts": {
107
106
  "api": "fluid-build . --task api",