@fluidframework/fluid-static 2.0.0-internal.3.2.2 → 2.0.0-internal.3.3.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 (1) hide show
  1. package/package.json +17 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-static",
3
- "version": "2.0.0-internal.3.2.2",
3
+ "version": "2.0.0-internal.3.3.0",
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": {
@@ -35,28 +35,28 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluidframework/aqueduct": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
38
+ "@fluidframework/aqueduct": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
39
39
  "@fluidframework/common-definitions": "^0.20.1",
40
40
  "@fluidframework/common-utils": "^1.1.1",
41
- "@fluidframework/container-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
42
- "@fluidframework/container-loader": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
43
- "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
44
- "@fluidframework/core-interfaces": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
45
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
41
+ "@fluidframework/container-definitions": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
42
+ "@fluidframework/container-loader": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
43
+ "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
44
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
45
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
46
46
  "@fluidframework/protocol-definitions": "^1.1.0",
47
- "@fluidframework/request-handler": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
48
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
49
- "@fluidframework/runtime-utils": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0"
47
+ "@fluidframework/request-handler": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
48
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
49
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@fluid-tools/build-cli": "^0.10.0",
52
+ "@fluid-tools/build-cli": "^0.12.0",
53
53
  "@fluidframework/build-common": "^1.1.0",
54
- "@fluidframework/build-tools": "^0.10.0",
54
+ "@fluidframework/build-tools": "^0.12.0",
55
55
  "@fluidframework/eslint-config-fluid": "^2.0.0",
56
- "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-internal.3.1.0",
57
- "@fluidframework/map": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
58
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
59
- "@fluidframework/sequence": ">=2.0.0-internal.3.2.2 <2.0.0-internal.4.0.0",
56
+ "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-internal.3.2.0",
57
+ "@fluidframework/map": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
58
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
59
+ "@fluidframework/sequence": ">=2.0.0-internal.3.3.0 <2.0.0-internal.4.0.0",
60
60
  "@microsoft/api-extractor": "^7.22.2",
61
61
  "@rushstack/eslint-config": "^2.5.1",
62
62
  "@types/mocha": "^9.1.1",
@@ -72,10 +72,6 @@
72
72
  "typescript": "~4.5.5"
73
73
  },
74
74
  "typeValidation": {
75
- "version": "2.0.0-internal.3.2.0",
76
- "previousVersionStyle": "~previousMinor",
77
- "baselineRange": ">=2.0.0-internal.3.1.0 <2.0.0-internal.3.2.0",
78
- "baselineVersion": "2.0.0-internal.3.1.0",
79
75
  "broken": {}
80
76
  },
81
77
  "scripts": {
@@ -101,7 +97,7 @@
101
97
  "test:mocha": "mocha --recursive dist/test/**/*.spec.js -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict",
102
98
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
103
99
  "tsc": "tsc",
104
- "typetests:gen": "flub generate typetests --generate --dir .",
100
+ "typetests:gen": "fluid-type-test-generator",
105
101
  "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
106
102
  }
107
103
  }