@fluidframework/core-interfaces 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.
Files changed (1) hide show
  1. package/package.json +65 -65
package/package.json CHANGED
@@ -1,66 +1,66 @@
1
1
  {
2
- "name": "@fluidframework/core-interfaces",
3
- "version": "2.0.0-internal.3.1.0",
4
- "description": "Fluid object interfaces",
5
- "homepage": "https://fluidframework.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/microsoft/FluidFramework.git",
9
- "directory": "common/lib/core-interfaces"
10
- },
11
- "license": "MIT",
12
- "author": "Microsoft and contributors",
13
- "sideEffects": false,
14
- "main": "dist/index.js",
15
- "module": "lib/index.js",
16
- "types": "dist/index.d.ts",
17
- "scripts": {
18
- "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
19
- "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
20
- "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
21
- "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
22
- "build:esnext": "tsc --project ./tsconfig.esnext.json",
23
- "build:full": "npm run build",
24
- "build:full:compile": "npm run build:compile",
25
- "build:test": "tsc --project ./src/test/tsconfig.json",
26
- "ci:build": "npm run build:compile",
27
- "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
28
- "ci:test": "echo No test for this package",
29
- "ci:test:coverage": "echo No test for this package",
30
- "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
31
- "eslint": "eslint --format stylish src",
32
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
33
- "format": "npm run prettier:fix",
34
- "lint": "npm run prettier && npm run eslint",
35
- "lint:fix": "npm run prettier:fix && npm run eslint:fix",
36
- "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
37
- "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
38
- "tsc": "tsc",
39
- "tsc:watch": "tsc --watch",
40
- "typetests:gen": "flub generate typetests --generate --dir .",
41
- "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
42
- },
43
- "devDependencies": {
44
- "@fluid-tools/build-cli": "^0.9.0",
45
- "@fluidframework/build-common": "^1.1.0",
46
- "@fluidframework/build-tools": "^0.9.0",
47
- "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.3.0.0",
48
- "@fluidframework/eslint-config-fluid": "^2.0.0",
49
- "@microsoft/api-extractor": "^7.22.2",
50
- "@rushstack/eslint-config": "^2.5.1",
51
- "@types/node": "^14.18.36",
52
- "concurrently": "^6.2.0",
53
- "copyfiles": "^2.4.1",
54
- "eslint": "~8.6.0",
55
- "prettier": "~2.6.2",
56
- "rimraf": "^2.6.2",
57
- "typescript": "~4.5.5"
58
- },
59
- "typeValidation": {
60
- "version": "2.0.0-internal.3.1.0",
61
- "previousVersionStyle": "~previousMinor",
62
- "baselineRange": ">=2.0.0-internal.3.0.0 <2.0.0-internal.3.1.0",
63
- "baselineVersion": "2.0.0-internal.3.0.0",
64
- "broken": {}
65
- }
66
- }
2
+ "name": "@fluidframework/core-interfaces",
3
+ "version": "2.0.0-internal.3.2.0",
4
+ "description": "Fluid object interfaces",
5
+ "homepage": "https://fluidframework.com",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/microsoft/FluidFramework.git",
9
+ "directory": "common/lib/core-interfaces"
10
+ },
11
+ "license": "MIT",
12
+ "author": "Microsoft and contributors",
13
+ "sideEffects": false,
14
+ "main": "dist/index.js",
15
+ "module": "lib/index.js",
16
+ "types": "dist/index.d.ts",
17
+ "devDependencies": {
18
+ "@fluid-tools/build-cli": "^0.10.0",
19
+ "@fluidframework/build-common": "^1.1.0",
20
+ "@fluidframework/build-tools": "^0.10.0",
21
+ "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.3.1.0",
22
+ "@fluidframework/eslint-config-fluid": "^2.0.0",
23
+ "@microsoft/api-extractor": "^7.22.2",
24
+ "@rushstack/eslint-config": "^2.5.1",
25
+ "@types/node": "^14.18.36",
26
+ "concurrently": "^6.2.0",
27
+ "copyfiles": "^2.4.1",
28
+ "eslint": "~8.6.0",
29
+ "prettier": "~2.6.2",
30
+ "rimraf": "^2.6.2",
31
+ "typescript": "~4.5.5"
32
+ },
33
+ "typeValidation": {
34
+ "version": "2.0.0-internal.3.2.0",
35
+ "previousVersionStyle": "~previousMinor",
36
+ "baselineRange": ">=2.0.0-internal.3.1.0 <2.0.0-internal.3.2.0",
37
+ "baselineVersion": "2.0.0-internal.3.1.0",
38
+ "broken": {}
39
+ },
40
+ "scripts": {
41
+ "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
42
+ "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
43
+ "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
44
+ "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
45
+ "build:esnext": "tsc --project ./tsconfig.esnext.json",
46
+ "build:full": "npm run build",
47
+ "build:full:compile": "npm run build:compile",
48
+ "build:test": "tsc --project ./src/test/tsconfig.json",
49
+ "ci:build": "npm run build:compile",
50
+ "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
51
+ "ci:test": "echo No test for this package",
52
+ "ci:test:coverage": "echo No test for this package",
53
+ "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
54
+ "eslint": "eslint --format stylish src",
55
+ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
56
+ "format": "npm run prettier:fix",
57
+ "lint": "npm run prettier && npm run eslint",
58
+ "lint:fix": "npm run prettier:fix && npm run eslint:fix",
59
+ "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
60
+ "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
61
+ "tsc": "tsc",
62
+ "tsc:watch": "tsc --watch",
63
+ "typetests:gen": "flub generate typetests --generate --dir .",
64
+ "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
65
+ }
66
+ }