Skip to content

Commit 58747e5

Browse files
committed
Bump version and type test
1 parent 4b609d4 commit 58747e5

File tree

206 files changed

+1099
-1328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+1099
-1328
lines changed

azure/packages/azure-local-service/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluidframework/azure-local-service",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"description": "Local implementation of the Azure Fluid Relay service for testing/development use",
55
"homepage": "https://fluidframework.com",
66
"repository": {
@@ -41,8 +41,6 @@
4141
"rimraf": "^4.4.0"
4242
},
4343
"typeValidation": {
44-
"disabled": true,
45-
"broken": {},
46-
"entrypoint": "internal"
44+
"disabled": true
4745
}
4846
}

azure/packages/azure-service-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluidframework/azure-service-utils",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"description": "Helper service-side utilities for connecting to Azure Fluid Relay service",
55
"homepage": "https://fluidframework.com",
66
"repository": {
@@ -95,7 +95,7 @@
9595
"@arethetypeswrong/cli": "^0.17.1",
9696
"@biomejs/biome": "~1.9.3",
9797
"@fluid-tools/build-cli": "^0.58.3",
98-
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.62.0",
98+
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.63.0",
9999
"@fluidframework/build-common": "^2.0.3",
100100
"@fluidframework/build-tools": "^0.58.3",
101101
"@fluidframework/eslint-config-fluid": "^6.0.0",

examples/apps/ai-collab/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/ai-collab",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"private": true,
55
"description": "Example app that showcases the experimental package for AI collaboration in Fluid-based applications.",
66
"homepage": "https://fluidframework.com",
@@ -69,8 +69,6 @@
6969
"uuid": "^11.1.0"
7070
},
7171
"typeValidation": {
72-
"disabled": true,
73-
"broken": {},
74-
"entrypoint": "legacy"
72+
"disabled": true
7573
}
7674
}

examples/apps/blobs/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/blobs",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"private": true,
55
"description": "Example of using blobs in Fluid Framework",
66
"homepage": "https://fluidframework.com",
@@ -105,8 +105,6 @@
105105
}
106106
},
107107
"typeValidation": {
108-
"disabled": true,
109-
"broken": {},
110-
"entrypoint": "internal"
108+
"disabled": true
111109
}
112110
}

examples/apps/collaborative-textarea/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/collaborative-textarea",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"private": true,
55
"description": "A minimal example using the react collaborative-textarea",
66
"homepage": "https://fluidframework.com",
@@ -98,8 +98,6 @@
9898
}
9999
},
100100
"typeValidation": {
101-
"disabled": true,
102-
"broken": {},
103-
"entrypoint": "internal"
101+
"disabled": true
104102
}
105103
}

examples/apps/contact-collection/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/contact-collection",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"private": true,
55
"description": "Example of using a Fluid Object as a collection of items",
66
"homepage": "https://fluidframework.com",
@@ -89,8 +89,6 @@
8989
}
9090
},
9191
"typeValidation": {
92-
"disabled": true,
93-
"broken": {},
94-
"entrypoint": "internal"
92+
"disabled": true
9593
}
9694
}

examples/apps/data-object-grid/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/data-object-grid",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"private": true,
55
"description": "Data object grid creates child data objects from a registry and lays them out in a grid.",
66
"homepage": "https://fluidframework.com",
@@ -110,8 +110,6 @@
110110
}
111111
},
112112
"typeValidation": {
113-
"disabled": true,
114-
"broken": {},
115-
"entrypoint": "internal"
113+
"disabled": true
116114
}
117115
}

examples/apps/presence-tracker/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/presence-tracker",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"private": true,
55
"description": "Example application that tracks page focus and mouse position using the Fluid Framework presence features.",
66
"homepage": "https://fluidframework.com",
@@ -95,8 +95,6 @@
9595
}
9696
},
9797
"typeValidation": {
98-
"disabled": true,
99-
"broken": {},
100-
"entrypoint": "internal"
98+
"disabled": true
10199
}
102100
}

examples/apps/staging/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/staging",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"private": true,
55
"description": "Using the experimental staging feature.",
66
"homepage": "https://fluidframework.com",
@@ -99,8 +99,6 @@
9999
}
100100
},
101101
"typeValidation": {
102-
"disabled": true,
103-
"broken": {},
104-
"entrypoint": "internal"
102+
"disabled": true
105103
}
106104
}

examples/apps/task-selection/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluid-example/task-selection",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"private": true,
55
"description": "Example demonstrating selecting a unique task amongst connected Fluid clients",
66
"homepage": "https://fluidframework.com",
@@ -90,8 +90,6 @@
9090
}
9191
},
9292
"typeValidation": {
93-
"disabled": true,
94-
"broken": {},
95-
"entrypoint": "internal"
93+
"disabled": true
9694
}
9795
}

0 commit comments

Comments
 (0)