@fluid-experimental/property-changeset 2.70.0 → 2.72.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 (31) hide show
  1. package/dist/changeset.d.ts.map +1 -1
  2. package/dist/changeset.js.map +1 -1
  3. package/dist/changeset_operations/array.d.ts.map +1 -1
  4. package/dist/changeset_operations/array.js.map +1 -1
  5. package/dist/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
  6. package/dist/changeset_operations/arrayChangesetIterator.js.map +1 -1
  7. package/dist/changeset_operations/indexedCollection.d.ts.map +1 -1
  8. package/dist/changeset_operations/indexedCollection.js.map +1 -1
  9. package/dist/pathHelper.d.ts +1 -1
  10. package/dist/pathHelper.js.map +1 -1
  11. package/dist/templateValidator.d.ts.map +1 -1
  12. package/dist/templateValidator.js.map +1 -1
  13. package/dist/test/tsconfig.cjs.tsbuildinfo +1 -1
  14. package/dist/utils.d.ts.map +1 -1
  15. package/dist/utils.js.map +1 -1
  16. package/lib/changeset.d.ts.map +1 -1
  17. package/lib/changeset.js.map +1 -1
  18. package/lib/changeset_operations/array.d.ts.map +1 -1
  19. package/lib/changeset_operations/array.js.map +1 -1
  20. package/lib/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
  21. package/lib/changeset_operations/arrayChangesetIterator.js.map +1 -1
  22. package/lib/changeset_operations/indexedCollection.d.ts.map +1 -1
  23. package/lib/changeset_operations/indexedCollection.js.map +1 -1
  24. package/lib/pathHelper.d.ts +1 -1
  25. package/lib/pathHelper.js.map +1 -1
  26. package/lib/templateValidator.d.ts.map +1 -1
  27. package/lib/templateValidator.js.map +1 -1
  28. package/lib/test/tsconfig.tsbuildinfo +1 -1
  29. package/lib/utils.d.ts.map +1 -1
  30. package/lib/utils.js.map +1 -1
  31. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-changeset",
3
- "version": "2.70.0",
3
+ "version": "2.72.0",
4
4
  "description": "property changeset definitions and related functionalities",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -53,7 +53,7 @@
53
53
  "temp-directory": "nyc/.nyc_output"
54
54
  },
55
55
  "dependencies": {
56
- "@fluid-experimental/property-common": "~2.70.0",
56
+ "@fluid-experimental/property-common": "~2.72.0",
57
57
  "ajv": "^8.12.0",
58
58
  "ajv-keywords": "^5.1.0",
59
59
  "async": "^3.2.2",
@@ -64,9 +64,9 @@
64
64
  "devDependencies": {
65
65
  "@arethetypeswrong/cli": "^0.17.1",
66
66
  "@biomejs/biome": "~1.9.3",
67
- "@fluid-internal/mocha-test-setup": "~2.70.0",
67
+ "@fluid-internal/mocha-test-setup": "~2.72.0",
68
68
  "@fluidframework/build-common": "^2.0.3",
69
- "@fluidframework/build-tools": "^0.58.3",
69
+ "@fluidframework/build-tools": "^0.60.0",
70
70
  "@types/lodash": "^4.14.118",
71
71
  "@types/mocha": "^10.0.10",
72
72
  "@types/node": "^18.19.0",
@@ -100,8 +100,8 @@
100
100
  "check:format": "npm run check:biome",
101
101
  "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
102
102
  "coverage": "npx nyc --silent --cwd --nycrc-path `pwd`/.nycrc npm run test",
103
- "eslint": "eslint --format stylish src",
104
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
103
+ "eslint": "eslint --quiet --format stylish src",
104
+ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
105
105
  "format": "npm run format:biome",
106
106
  "format:biome": "biome check . --write",
107
107
  "lint": "fluid-build . --task lint",