@fluidframework/fluid-static 2.1.0-274160 → 2.1.0-276326

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 +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-static",
3
- "version": "2.1.0-274160",
3
+ "version": "2.1.0-276326",
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.1.0-274160",
61
- "@fluidframework/aqueduct": "2.1.0-274160",
62
- "@fluidframework/container-definitions": "2.1.0-274160",
63
- "@fluidframework/container-loader": "2.1.0-274160",
64
- "@fluidframework/container-runtime": "2.1.0-274160",
65
- "@fluidframework/container-runtime-definitions": "2.1.0-274160",
66
- "@fluidframework/core-interfaces": "2.1.0-274160",
67
- "@fluidframework/datastore-definitions": "2.1.0-274160",
68
- "@fluidframework/driver-definitions": "2.1.0-274160",
69
- "@fluidframework/request-handler": "2.1.0-274160",
70
- "@fluidframework/runtime-definitions": "2.1.0-274160",
71
- "@fluidframework/runtime-utils": "2.1.0-274160",
72
- "@fluidframework/shared-object-base": "2.1.0-274160",
73
- "@fluidframework/telemetry-utils": "2.1.0-274160"
60
+ "@fluid-internal/client-utils": "2.1.0-276326",
61
+ "@fluidframework/aqueduct": "2.1.0-276326",
62
+ "@fluidframework/container-definitions": "2.1.0-276326",
63
+ "@fluidframework/container-loader": "2.1.0-276326",
64
+ "@fluidframework/container-runtime": "2.1.0-276326",
65
+ "@fluidframework/container-runtime-definitions": "2.1.0-276326",
66
+ "@fluidframework/core-interfaces": "2.1.0-276326",
67
+ "@fluidframework/datastore-definitions": "2.1.0-276326",
68
+ "@fluidframework/driver-definitions": "2.1.0-276326",
69
+ "@fluidframework/request-handler": "2.1.0-276326",
70
+ "@fluidframework/runtime-definitions": "2.1.0-276326",
71
+ "@fluidframework/runtime-utils": "2.1.0-276326",
72
+ "@fluidframework/shared-object-base": "2.1.0-276326",
73
+ "@fluidframework/telemetry-utils": "2.1.0-276326"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@arethetypeswrong/cli": "^0.15.2",
77
77
  "@biomejs/biome": "^1.7.3",
78
- "@fluid-internal/mocha-test-setup": "2.1.0-274160",
78
+ "@fluid-internal/mocha-test-setup": "2.1.0-276326",
79
79
  "@fluid-tools/build-cli": "^0.39.0",
80
80
  "@fluidframework/build-common": "^2.0.3",
81
81
  "@fluidframework/build-tools": "^0.39.0",
82
82
  "@fluidframework/eslint-config-fluid": "^5.3.0",
83
83
  "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-rc.5.0.0",
84
- "@fluidframework/map": "2.1.0-274160",
85
- "@fluidframework/sequence": "2.1.0-274160",
84
+ "@fluidframework/map": "2.1.0-276326",
85
+ "@fluidframework/sequence": "2.1.0-276326",
86
86
  "@microsoft/api-extractor": "^7.45.1",
87
87
  "@types/mocha": "^9.1.1",
88
88
  "@types/node": "^18.19.0",
@@ -104,8 +104,8 @@
104
104
  },
105
105
  "scripts": {
106
106
  "api": "fluid-build . --task api",
107
- "api-extractor:commonjs": "flub generate entrypoints --outFileAlpha legacy --outDir ./dist",
108
- "api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
107
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
108
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
109
109
  "build": "fluid-build . --task build",
110
110
  "build:commonjs": "fluid-build . --task commonjs",
111
111
  "build:compile": "fluid-build . --task compile",