@fluidframework/synthesize 2.0.0-rc.5.0.0 → 2.1.0-274160
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/synthesize",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "A library for synthesizing scope objects.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluidframework/core-utils": "
|
|
70
|
+
"@fluidframework/core-utils": "2.1.0-274160"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
74
74
|
"@biomejs/biome": "^1.7.3",
|
|
75
|
-
"@fluid-internal/mocha-test-setup": "
|
|
75
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
|
|
76
76
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
77
77
|
"@fluidframework/build-common": "^2.0.3",
|
|
78
78
|
"@fluidframework/build-tools": "^0.39.0",
|
|
79
|
-
"@fluidframework/core-interfaces": "
|
|
80
|
-
"@fluidframework/datastore": "
|
|
79
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
80
|
+
"@fluidframework/datastore": "2.1.0-274160",
|
|
81
81
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
82
|
-
"@fluidframework/runtime-utils": "
|
|
83
|
-
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0-rc.
|
|
82
|
+
"@fluidframework/runtime-utils": "2.1.0-274160",
|
|
83
|
+
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0-rc.5.0.0",
|
|
84
84
|
"@microsoft/api-extractor": "^7.45.1",
|
|
85
85
|
"@types/mocha": "^9.1.1",
|
|
86
86
|
"@types/node": "^18.19.0",
|
|
@@ -107,7 +107,9 @@
|
|
|
107
107
|
"build": "fluid-build . --task build",
|
|
108
108
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
109
109
|
"build:compile": "fluid-build . --task compile",
|
|
110
|
-
"build:docs": "
|
|
110
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
111
|
+
"build:docs:current": "api-extractor run --local",
|
|
112
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
111
113
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
112
114
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
113
115
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
@@ -122,7 +124,9 @@
|
|
|
122
124
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
123
125
|
"check:format": "npm run check:biome",
|
|
124
126
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
125
|
-
"ci:build:docs": "
|
|
127
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
128
|
+
"ci:build:docs:current": "api-extractor run",
|
|
129
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
126
130
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
127
131
|
"eslint": "eslint --format stylish src",
|
|
128
132
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
@@ -138,7 +142,7 @@
|
|
|
138
142
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
139
143
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
140
144
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
141
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
145
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
142
146
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
143
147
|
}
|
|
144
148
|
}
|