@fluid-experimental/property-changeset 2.74.0 → 2.81.0-374083

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 (37) 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/changesetConflictTypes.d.ts +2 -1
  8. package/dist/changeset_operations/changesetConflictTypes.d.ts.map +1 -1
  9. package/dist/changeset_operations/changesetConflictTypes.js +2 -1
  10. package/dist/changeset_operations/changesetConflictTypes.js.map +1 -1
  11. package/dist/changeset_operations/indexedCollection.d.ts.map +1 -1
  12. package/dist/changeset_operations/indexedCollection.js.map +1 -1
  13. package/dist/templateValidator.d.ts.map +1 -1
  14. package/dist/templateValidator.js.map +1 -1
  15. package/dist/test/tsconfig.cjs.tsbuildinfo +1 -1
  16. package/dist/utils.d.ts.map +1 -1
  17. package/dist/utils.js +1 -0
  18. package/dist/utils.js.map +1 -1
  19. package/lib/changeset.d.ts.map +1 -1
  20. package/lib/changeset.js.map +1 -1
  21. package/lib/changeset_operations/array.d.ts.map +1 -1
  22. package/lib/changeset_operations/array.js.map +1 -1
  23. package/lib/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
  24. package/lib/changeset_operations/arrayChangesetIterator.js.map +1 -1
  25. package/lib/changeset_operations/changesetConflictTypes.d.ts +2 -1
  26. package/lib/changeset_operations/changesetConflictTypes.d.ts.map +1 -1
  27. package/lib/changeset_operations/changesetConflictTypes.js +2 -1
  28. package/lib/changeset_operations/changesetConflictTypes.js.map +1 -1
  29. package/lib/changeset_operations/indexedCollection.d.ts.map +1 -1
  30. package/lib/changeset_operations/indexedCollection.js.map +1 -1
  31. package/lib/templateValidator.d.ts.map +1 -1
  32. package/lib/templateValidator.js.map +1 -1
  33. package/lib/test/tsconfig.tsbuildinfo +1 -1
  34. package/lib/utils.d.ts.map +1 -1
  35. package/lib/utils.js +1 -0
  36. package/lib/utils.js.map +1 -1
  37. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-changeset",
3
- "version": "2.74.0",
3
+ "version": "2.81.0-374083",
4
4
  "description": "property changeset definitions and related functionalities",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -53,8 +53,8 @@
53
53
  "temp-directory": "nyc/.nyc_output"
54
54
  },
55
55
  "dependencies": {
56
- "@fluid-experimental/property-common": "~2.74.0",
57
- "ajv": "^8.12.0",
56
+ "@fluid-experimental/property-common": "2.81.0-374083",
57
+ "ajv": "^8.17.1",
58
58
  "ajv-keywords": "^5.1.0",
59
59
  "async": "^3.2.2",
60
60
  "lodash": "^4.17.21",
@@ -62,11 +62,11 @@
62
62
  "traverse": "0.6.6"
63
63
  },
64
64
  "devDependencies": {
65
- "@arethetypeswrong/cli": "^0.17.1",
65
+ "@arethetypeswrong/cli": "^0.18.2",
66
66
  "@biomejs/biome": "~1.9.3",
67
- "@fluid-internal/mocha-test-setup": "~2.74.0",
67
+ "@fluid-internal/mocha-test-setup": "2.81.0-374083",
68
68
  "@fluidframework/build-common": "^2.0.3",
69
- "@fluidframework/build-tools": "^0.61.0",
69
+ "@fluidframework/build-tools": "^0.63.0",
70
70
  "@types/lodash": "^4.14.118",
71
71
  "@types/mocha": "^10.0.10",
72
72
  "@types/node": "^18.19.0",
@@ -75,13 +75,13 @@
75
75
  "c8": "^10.1.3",
76
76
  "chai": "^4.2.0",
77
77
  "copyfiles": "^2.4.1",
78
- "cross-env": "^7.0.3",
79
- "eslint": "~8.57.1",
78
+ "cross-env": "^10.1.0",
79
+ "eslint": "~9.39.1",
80
80
  "jiti": "^2.6.1",
81
81
  "mocha": "^10.8.2",
82
82
  "mocha-multi-reporters": "^1.5.1",
83
83
  "nock": "^13.3.3",
84
- "rimraf": "^4.4.0",
84
+ "rimraf": "^6.1.2",
85
85
  "sinon": "^18.0.1",
86
86
  "typescript": "~5.4.5"
87
87
  },