@fluidframework/sequence 2.0.0-dev.7.2.0.204906 → 2.0.0-dev.7.3.0.206769

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/sequence
2
2
 
3
+ ## 2.0.0-internal.7.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - sequence: SharedString.findTile is now deprecated ([#17832](https://github.com/microsoft/FluidFramework/issues/17832)) [428234a2fb](https://github.com/microsoft/FluidFramework/commits/428234a2fb8c7a7c0bcdc9370a6632cd007c8a07)
8
+
9
+ findTile was previously deprecated on client and mergeTree, but was not on SharedString. Usage is mostly the same, with the exception that the parameter 'startPos' must be a number and cannot be undefined.
10
+
3
11
  ## 2.0.0-internal.7.1.0
4
12
 
5
13
  ### Minor Changes
@@ -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/sequence";
8
- export declare const pkgVersion = "2.0.0-dev.7.2.0.204906";
8
+ export declare const pkgVersion = "2.0.0-dev.7.3.0.206769";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -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/sequence";
11
- exports.pkgVersion = "2.0.0-dev.7.2.0.204906";
11
+ exports.pkgVersion = "2.0.0-dev.7.3.0.206769";
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,0BAA0B,CAAC;AACrC,QAAA,UAAU,GAAG,wBAAwB,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev.7.2.0.204906\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,0BAA0B,CAAC;AACrC,QAAA,UAAU,GAAG,wBAAwB,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev.7.3.0.206769\";\n"]}
@@ -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/sequence";
8
- export declare const pkgVersion = "2.0.0-dev.7.2.0.204906";
8
+ export declare const pkgVersion = "2.0.0-dev.7.3.0.206769";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/sequence";
8
- export const pkgVersion = "2.0.0-dev.7.2.0.204906";
8
+ export const pkgVersion = "2.0.0-dev.7.3.0.206769";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,0BAA0B,CAAC;AAClD,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev.7.2.0.204906\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,0BAA0B,CAAC;AAClD,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev.7.3.0.206769\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/sequence",
3
- "version": "2.0.0-dev.7.2.0.204906",
3
+ "version": "2.0.0-dev.7.3.0.206769",
4
4
  "description": "Distributed sequence",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,29 +35,29 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluid-internal/client-utils": "2.0.0-dev.7.2.0.204906",
39
- "@fluidframework/core-interfaces": "2.0.0-dev.7.2.0.204906",
40
- "@fluidframework/core-utils": "2.0.0-dev.7.2.0.204906",
41
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.2.0.204906",
42
- "@fluidframework/merge-tree": "2.0.0-dev.7.2.0.204906",
38
+ "@fluid-internal/client-utils": "2.0.0-dev.7.3.0.206769",
39
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.206769",
40
+ "@fluidframework/core-utils": "2.0.0-dev.7.3.0.206769",
41
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.206769",
42
+ "@fluidframework/merge-tree": "2.0.0-dev.7.3.0.206769",
43
43
  "@fluidframework/protocol-definitions": "^3.0.0",
44
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.2.0.204906",
45
- "@fluidframework/runtime-utils": "2.0.0-dev.7.2.0.204906",
46
- "@fluidframework/shared-object-base": "2.0.0-dev.7.2.0.204906",
47
- "@fluidframework/telemetry-utils": "2.0.0-dev.7.2.0.204906",
44
+ "@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.206769",
45
+ "@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.206769",
46
+ "@fluidframework/shared-object-base": "2.0.0-dev.7.3.0.206769",
47
+ "@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.206769",
48
48
  "uuid": "^9.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@fluid-internal/stochastic-test-utils": "2.0.0-dev.7.2.0.204906",
52
- "@fluid-internal/test-dds-utils": "2.0.0-dev.7.2.0.204906",
51
+ "@fluid-internal/stochastic-test-utils": "2.0.0-dev.7.3.0.206769",
52
+ "@fluid-internal/test-dds-utils": "2.0.0-dev.7.3.0.206769",
53
53
  "@fluid-tools/benchmark": "^0.48.0",
54
- "@fluid-tools/build-cli": "0.26.0-203096",
55
- "@fluidframework/build-common": "^2.0.2",
56
- "@fluidframework/build-tools": "0.26.0-203096",
54
+ "@fluid-tools/build-cli": "^0.26.1",
55
+ "@fluidframework/build-common": "^2.0.3",
56
+ "@fluidframework/build-tools": "^0.26.1",
57
57
  "@fluidframework/eslint-config-fluid": "^3.0.0",
58
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.2.0.204906",
58
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.206769",
59
59
  "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.0.0-internal.7.1.0",
60
- "@fluidframework/test-runtime-utils": "2.0.0-dev.7.2.0.204906",
60
+ "@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.206769",
61
61
  "@microsoft/api-extractor": "^7.37.0",
62
62
  "@types/diff": "^3.5.1",
63
63
  "@types/mocha": "^9.1.1",
@@ -100,7 +100,7 @@
100
100
  "build:genver": "gen-version",
101
101
  "build:test": "tsc --project ./src/test/tsconfig.json",
102
102
  "ci:build:docs": "api-extractor run",
103
- "clean": "rimraf --glob 'dist' 'lib' '*.tsbuildinfo' '*.build.log' '_api-extractor-temp' 'nyc'",
103
+ "clean": "rimraf --glob dist lib \"*.tsbuildinfo\" \"*.build.log\" _api-extractor-temp nyc",
104
104
  "eslint": "eslint --format stylish src",
105
105
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
106
106
  "format": "npm run prettier:fix",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/sequence";
9
- export const pkgVersion = "2.0.0-dev.7.2.0.204906";
9
+ export const pkgVersion = "2.0.0-dev.7.3.0.206769";