@fluid-experimental/property-changeset 2.74.0-370705 → 2.80.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.
- package/dist/ajvFactory.cjs +2 -0
- package/dist/ajvFactory.cjs.map +1 -1
- package/dist/ajvFactory.d.cts.map +1 -1
- package/dist/changeset.d.ts.map +1 -1
- package/dist/changeset.js.map +1 -1
- package/dist/changeset_operations/array.d.ts.map +1 -1
- package/dist/changeset_operations/array.js.map +1 -1
- package/dist/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
- package/dist/changeset_operations/arrayChangesetIterator.js.map +1 -1
- package/dist/changeset_operations/indexedCollection.d.ts.map +1 -1
- package/dist/changeset_operations/indexedCollection.js.map +1 -1
- package/dist/templateValidator.d.ts.map +1 -1
- package/dist/templateValidator.js +1 -1
- package/dist/templateValidator.js.map +1 -1
- package/dist/test/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +1 -0
- package/dist/utils.js.map +1 -1
- package/lib/ajvFactory.cjs +2 -0
- package/lib/ajvFactory.cjs.map +1 -1
- package/lib/ajvFactory.d.cts.map +1 -1
- package/lib/changeset.d.ts.map +1 -1
- package/lib/changeset.js.map +1 -1
- package/lib/changeset_operations/array.d.ts.map +1 -1
- package/lib/changeset_operations/array.js.map +1 -1
- package/lib/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
- package/lib/changeset_operations/arrayChangesetIterator.js.map +1 -1
- package/lib/changeset_operations/indexedCollection.d.ts.map +1 -1
- package/lib/changeset_operations/indexedCollection.js.map +1 -1
- package/lib/templateValidator.d.ts.map +1 -1
- package/lib/templateValidator.js +1 -1
- package/lib/templateValidator.js.map +1 -1
- package/lib/test/tsconfig.tsbuildinfo +1 -1
- package/lib/utils.d.ts.map +1 -1
- package/lib/utils.js +1 -0
- package/lib/utils.js.map +1 -1
- package/package.json +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-changeset",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.80.0",
|
|
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.
|
|
57
|
-
"ajv": "^8.
|
|
56
|
+
"@fluid-experimental/property-common": "~2.80.0",
|
|
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.
|
|
65
|
+
"@arethetypeswrong/cli": "^0.18.2",
|
|
66
66
|
"@biomejs/biome": "~1.9.3",
|
|
67
|
-
"@fluid-internal/mocha-test-setup": "2.
|
|
67
|
+
"@fluid-internal/mocha-test-setup": "~2.80.0",
|
|
68
68
|
"@fluidframework/build-common": "^2.0.3",
|
|
69
|
-
"@fluidframework/build-tools": "^0.
|
|
69
|
+
"@fluidframework/build-tools": "^0.62.0",
|
|
70
70
|
"@types/lodash": "^4.14.118",
|
|
71
71
|
"@types/mocha": "^10.0.10",
|
|
72
72
|
"@types/node": "^18.19.0",
|
|
@@ -75,12 +75,13 @@
|
|
|
75
75
|
"c8": "^10.1.3",
|
|
76
76
|
"chai": "^4.2.0",
|
|
77
77
|
"copyfiles": "^2.4.1",
|
|
78
|
-
"cross-env": "^
|
|
79
|
-
"eslint": "~
|
|
78
|
+
"cross-env": "^10.1.0",
|
|
79
|
+
"eslint": "~9.39.1",
|
|
80
|
+
"jiti": "^2.6.1",
|
|
80
81
|
"mocha": "^10.8.2",
|
|
81
82
|
"mocha-multi-reporters": "^1.5.1",
|
|
82
83
|
"nock": "^13.3.3",
|
|
83
|
-
"rimraf": "^
|
|
84
|
+
"rimraf": "^6.1.2",
|
|
84
85
|
"sinon": "^18.0.1",
|
|
85
86
|
"typescript": "~5.4.5"
|
|
86
87
|
},
|