@fluidframework/local-driver 2.0.0-internal.3.1.0 → 2.0.0-internal.3.2.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/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/package.json +105 -105
- package/src/packageVersion.ts +1 -1
package/dist/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/local-driver";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-internal.3.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-internal.3.2.0";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.pkgVersion = exports.pkgName = void 0;
|
|
10
10
|
exports.pkgName = "@fluidframework/local-driver";
|
|
11
|
-
exports.pkgVersion = "2.0.0-internal.3.
|
|
11
|
+
exports.pkgVersion = "2.0.0-internal.3.2.0";
|
|
12
12
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,sBAAsB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/local-driver\";\nexport const pkgVersion = \"2.0.0-internal.3.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,sBAAsB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/local-driver\";\nexport const pkgVersion = \"2.0.0-internal.3.2.0\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,106 +1,106 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}
|
|
2
|
+
"name": "@fluidframework/local-driver",
|
|
3
|
+
"version": "2.0.0-internal.3.2.0",
|
|
4
|
+
"description": "Fluid local driver",
|
|
5
|
+
"homepage": "https://fluidframework.com",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/microsoft/FluidFramework.git",
|
|
9
|
+
"directory": "packages/drivers/local-driver"
|
|
10
|
+
},
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"author": "Microsoft and contributors",
|
|
13
|
+
"main": "dist/index.js",
|
|
14
|
+
"browser": {
|
|
15
|
+
"moniker": "@fluidframework/server-services-client/dist/generateNames.js"
|
|
16
|
+
},
|
|
17
|
+
"types": "dist/index.d.ts",
|
|
18
|
+
"nyc": {
|
|
19
|
+
"all": true,
|
|
20
|
+
"cache-dir": "nyc/.cache",
|
|
21
|
+
"exclude": [
|
|
22
|
+
"src/test/**/*.ts",
|
|
23
|
+
"dist/test/**/*.js"
|
|
24
|
+
],
|
|
25
|
+
"exclude-after-remap": false,
|
|
26
|
+
"include": [
|
|
27
|
+
"src/**/*.ts",
|
|
28
|
+
"dist/**/*.js"
|
|
29
|
+
],
|
|
30
|
+
"report-dir": "nyc/report",
|
|
31
|
+
"reporter": [
|
|
32
|
+
"cobertura",
|
|
33
|
+
"html",
|
|
34
|
+
"text"
|
|
35
|
+
],
|
|
36
|
+
"temp-directory": "nyc/.nyc_output"
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@fluidframework/common-definitions": "^0.20.1",
|
|
40
|
+
"@fluidframework/common-utils": "^1.1.1",
|
|
41
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
42
|
+
"@fluidframework/driver-base": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
43
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
44
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
45
|
+
"@fluidframework/protocol-base": "^0.1038.2000",
|
|
46
|
+
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
47
|
+
"@fluidframework/routerlicious-driver": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
48
|
+
"@fluidframework/server-local-server": "^0.1038.2000",
|
|
49
|
+
"@fluidframework/server-services-client": "^0.1038.2000",
|
|
50
|
+
"@fluidframework/server-services-core": "^0.1038.2000",
|
|
51
|
+
"@fluidframework/server-test-utils": "^0.1038.2000",
|
|
52
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
53
|
+
"events": "^3.1.0",
|
|
54
|
+
"jsrsasign": "^10.5.25",
|
|
55
|
+
"url": "^0.11.0",
|
|
56
|
+
"uuid": "^8.3.1"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@fluid-tools/build-cli": "^0.10.0",
|
|
60
|
+
"@fluidframework/build-common": "^1.1.0",
|
|
61
|
+
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
62
|
+
"@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-internal.3.1.0",
|
|
63
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
|
|
64
|
+
"@rushstack/eslint-config": "^2.5.1",
|
|
65
|
+
"@types/jsrsasign": "^8.0.8",
|
|
66
|
+
"@types/mocha": "^9.1.1",
|
|
67
|
+
"@types/node": "^14.18.36",
|
|
68
|
+
"concurrently": "^6.2.0",
|
|
69
|
+
"cross-env": "^7.0.2",
|
|
70
|
+
"eslint": "~8.6.0",
|
|
71
|
+
"mocha": "^10.0.0",
|
|
72
|
+
"nyc": "^15.0.0",
|
|
73
|
+
"prettier": "~2.6.2",
|
|
74
|
+
"rimraf": "^2.6.2",
|
|
75
|
+
"socket.io-client": "^4.4.1",
|
|
76
|
+
"typescript": "~4.5.5"
|
|
77
|
+
},
|
|
78
|
+
"typeValidation": {
|
|
79
|
+
"version": "2.0.0-internal.3.2.0",
|
|
80
|
+
"previousVersionStyle": "~previousMinor",
|
|
81
|
+
"baselineRange": ">=2.0.0-internal.3.1.0 <2.0.0-internal.3.2.0",
|
|
82
|
+
"baselineVersion": "2.0.0-internal.3.1.0",
|
|
83
|
+
"broken": {}
|
|
84
|
+
},
|
|
85
|
+
"scripts": {
|
|
86
|
+
"build": "npm run build:genver && concurrently npm:build:compile npm:lint",
|
|
87
|
+
"build:compile": "npm run tsc && npm run build:test",
|
|
88
|
+
"build:full": "npm run build",
|
|
89
|
+
"build:full:compile": "npm run build:compile",
|
|
90
|
+
"build:genver": "gen-version",
|
|
91
|
+
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
92
|
+
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",
|
|
93
|
+
"eslint": "eslint --format stylish src",
|
|
94
|
+
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
95
|
+
"format": "npm run prettier:fix",
|
|
96
|
+
"lint": "npm run prettier && npm run eslint",
|
|
97
|
+
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
|
|
98
|
+
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
|
99
|
+
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
100
|
+
"test": "npm run test:mocha",
|
|
101
|
+
"test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml",
|
|
102
|
+
"test:mocha": "mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict",
|
|
103
|
+
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
104
|
+
"tsc": "tsc"
|
|
105
|
+
}
|
|
106
|
+
}
|
package/src/packageVersion.ts
CHANGED