@fluidframework/type-factory 2.101.0 → 2.102.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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/type-factory
2
2
 
3
+ ## 2.102.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.101.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/type-factory",
3
- "version": "2.101.0",
3
+ "version": "2.102.0",
4
4
  "description": "Shared types for exposing schema methods and properties to an LLM agent",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,12 +69,12 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/telemetry-utils": "~2.101.0"
72
+ "@fluidframework/telemetry-utils": "~2.102.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@arethetypeswrong/cli": "^0.18.2",
76
76
  "@biomejs/biome": "~2.4.5",
77
- "@fluid-internal/mocha-test-setup": "~2.101.0",
77
+ "@fluid-internal/mocha-test-setup": "~2.102.0",
78
78
  "@fluid-tools/build-cli": "^0.65.0",
79
79
  "@fluidframework/build-common": "^2.0.3",
80
80
  "@fluidframework/build-tools": "^0.65.0",
@@ -136,7 +136,6 @@
136
136
  "test:mocha:esm": "mocha",
137
137
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
138
138
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
139
- "typetests:gen": "flub generate typetests --dir . -v",
140
139
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
141
140
  }
142
141
  }