@fluid-experimental/property-dds 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 +97 -97
package/package.json CHANGED
@@ -1,98 +1,98 @@
1
1
  {
2
- "name": "@fluid-experimental/property-dds",
3
- "version": "2.0.0-internal.3.1.0",
4
- "description": "definition of the property distributed data store",
5
- "homepage": "https://fluidframework.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/microsoft/FluidFramework.git",
9
- "directory": "experimental/PropertyDDS/packages/property-dds"
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",
19
- "build:compile": "npm run tsc && npm run build:test && npm run build:esnext",
20
- "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
21
- "build:esnext": "tsc --project ./tsconfig.esnext.json",
22
- "build:full": "npm run build",
23
- "build:full:compile": "npm run build:compile",
24
- "build:test": "tsc --project ./src/test/tsconfig.json",
25
- "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../../_api-extractor-temp/",
26
- "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
27
- "eslint": "eslint src",
28
- "eslint:fix": "eslint src --fix",
29
- "format": "npm run prettier:fix",
30
- "lint": "npm run prettier && npm run eslint",
31
- "lint:fix": "npm run prettier:fix && npm run eslint:fix",
32
- "prettier": "prettier --check . --ignore-path ../../../../.prettierignore",
33
- "prettier:fix": "prettier --write . --ignore-path ../../../../.prettierignore",
34
- "test": "npm run test:mocha",
35
- "test:mocha": "mocha \"dist/**/*.spec.js\" --exit -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict",
36
- "test:mocha-ts": "cross-env FLUID_TEST_VERBOSE=1 TS_NODE_PROJECT=\"./src/test/tsconfig.json\" mocha --require ts-node/register --extensions ts,tsx \"src/test/**/*.spec.ts\" --exit -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict --timeout 1500000",
37
- "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
38
- "tsc": "tsc"
39
- },
40
- "dependencies": {
41
- "@fluid-experimental/property-changeset": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
42
- "@fluid-experimental/property-properties": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
43
- "@fluidframework/common-utils": "^1.0.0",
44
- "@fluidframework/container-definitions": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
45
- "@fluidframework/core-interfaces": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
46
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
47
- "@fluidframework/protocol-definitions": "^1.1.0",
48
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
49
- "@fluidframework/runtime-utils": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
50
- "@fluidframework/shared-object-base": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
51
- "axios": "^0.26.0",
52
- "buffer": "^6.0.3",
53
- "fastest-json-copy": "^1.0.1",
54
- "lodash": "^4.17.21",
55
- "lz4js": "^0.2.0",
56
- "msgpackr": "^1.4.7",
57
- "pako": "^2.0.4",
58
- "uuid": "^8.3.1"
59
- },
60
- "devDependencies": {
61
- "@fluid-experimental/property-common": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
62
- "@fluidframework/build-common": "^1.1.0",
63
- "@fluidframework/container-loader": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
64
- "@fluidframework/driver-definitions": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
65
- "@fluidframework/eslint-config-fluid": "^2.0.0",
66
- "@fluidframework/local-driver": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
67
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
68
- "@fluidframework/sequence": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
69
- "@fluidframework/server-local-server": "^0.1038.2000",
70
- "@fluidframework/test-drivers": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
71
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
72
- "@fluidframework/test-utils": ">=2.0.0-internal.3.1.0 <2.0.0-internal.4.0.0",
73
- "@microsoft/api-extractor": "^7.22.2",
74
- "@rushstack/eslint-config": "^2.5.1",
75
- "@types/lodash": "^4.14.118",
76
- "@types/mocha": "^9.1.1",
77
- "@types/node": "^14.18.36",
78
- "chai": "^4.2.0",
79
- "concurrently": "^6.2.0",
80
- "copyfiles": "^2.4.1",
81
- "cross-env": "^7.0.2",
82
- "easy-table": "^1.1.1",
83
- "env-cmd": "^10.1.0",
84
- "eslint": "~8.6.0",
85
- "mocha": "^10.0.0",
86
- "nyc": "^15.0.0",
87
- "prettier": "~2.6.2",
88
- "rimraf": "^2.6.2",
89
- "typescript": "~4.5.5"
90
- },
91
- "typeValidation": {
92
- "disabled": true,
93
- "version": "2.0.0-internal.2.2.0",
94
- "baselineRange": ">=2.0.0-internal.2.1.0 <2.0.0-internal.2.2.0",
95
- "baselineVersion": "2.0.0-internal.2.1.0",
96
- "broken": {}
97
- }
98
- }
2
+ "name": "@fluid-experimental/property-dds",
3
+ "version": "2.0.0-internal.3.2.0",
4
+ "description": "definition of the property distributed data store",
5
+ "homepage": "https://fluidframework.com",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/microsoft/FluidFramework.git",
9
+ "directory": "experimental/PropertyDDS/packages/property-dds"
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
+ "dependencies": {
18
+ "@fluid-experimental/property-changeset": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
19
+ "@fluid-experimental/property-properties": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
20
+ "@fluidframework/common-utils": "^1.1.1",
21
+ "@fluidframework/container-definitions": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
22
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
23
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
24
+ "@fluidframework/protocol-definitions": "^1.1.0",
25
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
26
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
27
+ "@fluidframework/shared-object-base": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
28
+ "axios": "^0.26.0",
29
+ "buffer": "^6.0.3",
30
+ "fastest-json-copy": "^1.0.1",
31
+ "lodash": "^4.17.21",
32
+ "lz4js": "^0.2.0",
33
+ "msgpackr": "^1.4.7",
34
+ "pako": "^2.0.4",
35
+ "uuid": "^8.3.1"
36
+ },
37
+ "devDependencies": {
38
+ "@fluid-experimental/property-common": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
39
+ "@fluidframework/build-common": "^1.1.0",
40
+ "@fluidframework/container-loader": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
41
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
42
+ "@fluidframework/eslint-config-fluid": "^2.0.0",
43
+ "@fluidframework/local-driver": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
44
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
45
+ "@fluidframework/sequence": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
46
+ "@fluidframework/server-local-server": "^0.1038.2000",
47
+ "@fluidframework/test-drivers": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
48
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
49
+ "@fluidframework/test-utils": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0",
50
+ "@microsoft/api-extractor": "^7.22.2",
51
+ "@rushstack/eslint-config": "^2.5.1",
52
+ "@types/lodash": "^4.14.118",
53
+ "@types/mocha": "^9.1.1",
54
+ "@types/node": "^14.18.36",
55
+ "chai": "^4.2.0",
56
+ "concurrently": "^6.2.0",
57
+ "copyfiles": "^2.4.1",
58
+ "cross-env": "^7.0.2",
59
+ "easy-table": "^1.1.1",
60
+ "env-cmd": "^10.1.0",
61
+ "eslint": "~8.6.0",
62
+ "mocha": "^10.0.0",
63
+ "nyc": "^15.0.0",
64
+ "prettier": "~2.6.2",
65
+ "rimraf": "^2.6.2",
66
+ "typescript": "~4.5.5"
67
+ },
68
+ "typeValidation": {
69
+ "disabled": true,
70
+ "version": "2.0.0-internal.2.2.0",
71
+ "baselineRange": ">=2.0.0-internal.2.1.0 <2.0.0-internal.2.2.0",
72
+ "baselineVersion": "2.0.0-internal.2.1.0",
73
+ "broken": {}
74
+ },
75
+ "scripts": {
76
+ "build": "concurrently npm:build:compile npm:lint",
77
+ "build:compile": "npm run tsc && npm run build:test && npm run build:esnext",
78
+ "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
79
+ "build:esnext": "tsc --project ./tsconfig.esnext.json",
80
+ "build:full": "npm run build",
81
+ "build:full:compile": "npm run build:compile",
82
+ "build:test": "tsc --project ./src/test/tsconfig.json",
83
+ "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../../_api-extractor-temp/",
84
+ "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
85
+ "eslint": "eslint src",
86
+ "eslint:fix": "eslint src --fix",
87
+ "format": "npm run prettier:fix",
88
+ "lint": "npm run prettier && npm run eslint",
89
+ "lint:fix": "npm run prettier:fix && npm run eslint:fix",
90
+ "prettier": "prettier --check . --ignore-path ../../../../.prettierignore",
91
+ "prettier:fix": "prettier --write . --ignore-path ../../../../.prettierignore",
92
+ "test": "npm run test:mocha",
93
+ "test:mocha": "mocha \"dist/**/*.spec.js\" --exit -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict",
94
+ "test:mocha-ts": "cross-env FLUID_TEST_VERBOSE=1 TS_NODE_PROJECT=\"./src/test/tsconfig.json\" mocha --require ts-node/register --extensions ts,tsx \"src/test/**/*.spec.ts\" --exit -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict --timeout 1500000",
95
+ "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
96
+ "tsc": "tsc"
97
+ }
98
+ }