@fluidframework/tinylicious-driver 2.0.0-dev-rc.1.0.0.228517 → 2.0.0-dev-rc.1.0.0.232845

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/README.md CHANGED
@@ -21,7 +21,7 @@ npm i @fluidframework/tinylicious-driver
21
21
 
22
22
  ## API Documentation
23
23
 
24
- API documentation for **@fluidframework/tinylicious-driver** is available at <https://fluidframework.com/docs/api/v1/tinylicious-driver>.
24
+ API documentation for **@fluidframework/tinylicious-driver** is available at <https://fluidframework.com/docs/apis/tinylicious-driver>.
25
25
 
26
26
  ## Contribution Guidelines
27
27
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.38.3"
8
+ "packageVersion": "7.39.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tinylicious-driver",
3
- "version": "2.0.0-dev-rc.1.0.0.228517",
3
+ "version": "2.0.0-dev-rc.1.0.0.232845",
4
4
  "description": "Driver for tinylicious",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -66,12 +66,12 @@
66
66
  "module": "lib/index.mjs",
67
67
  "types": "dist/index.d.ts",
68
68
  "dependencies": {
69
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.228517",
70
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.1.0.0.228517",
71
- "@fluidframework/driver-utils": "2.0.0-dev-rc.1.0.0.228517",
72
- "@fluidframework/protocol-definitions": "^3.1.0",
73
- "@fluidframework/routerlicious-driver": "2.0.0-dev-rc.1.0.0.228517",
74
- "jsrsasign": "^10.5.25",
69
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.232845",
70
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.1.0.0.232845",
71
+ "@fluidframework/driver-utils": "2.0.0-dev-rc.1.0.0.232845",
72
+ "@fluidframework/protocol-definitions": "^3.2.0-231454",
73
+ "@fluidframework/routerlicious-driver": "2.0.0-dev-rc.1.0.0.232845",
74
+ "jsrsasign": "^11.0.0",
75
75
  "uuid": "^9.0.0"
76
76
  },
77
77
  "devDependencies": {
@@ -79,12 +79,12 @@
79
79
  "@fluid-tools/build-cli": "^0.29.0",
80
80
  "@fluidframework/build-common": "^2.0.3",
81
81
  "@fluidframework/build-tools": "^0.29.0",
82
- "@fluidframework/eslint-config-fluid": "^3.2.0",
83
- "@fluidframework/mocha-test-setup": "2.0.0-dev-rc.1.0.0.228517",
82
+ "@fluidframework/eslint-config-fluid": "^3.3.0",
83
+ "@fluidframework/mocha-test-setup": "2.0.0-dev-rc.1.0.0.232845",
84
84
  "@fluidframework/test-tools": "^1.0.195075",
85
85
  "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.0.0-internal.8.0.0",
86
- "@microsoft/api-extractor": "^7.38.3",
87
- "@types/jsrsasign": "^8.0.8",
86
+ "@microsoft/api-extractor": "^7.39.1",
87
+ "@types/jsrsasign": "^10.5.12",
88
88
  "@types/mocha": "^9.1.1",
89
89
  "@types/node": "^18.19.0",
90
90
  "@types/uuid": "^9.0.2",
File without changes