@fluidframework/id-compressor 2.74.0-370705 → 2.80.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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/id-compressor
2
2
 
3
+ ## 2.80.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.74.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.73.0
4
12
 
5
13
  Dependency updates only.
@@ -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/id-compressor";
8
- export declare const pkgVersion = "2.74.0-370705";
8
+ export declare const pkgVersion = "2.80.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,kBAAkB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,WAAW,CAAC"}
@@ -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/id-compressor";
11
- exports.pkgVersion = "2.74.0-370705";
11
+ exports.pkgVersion = "2.80.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,+BAA+B,CAAC;AAC1C,QAAA,UAAU,GAAG,eAAe,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/id-compressor\";\nexport const pkgVersion = \"2.74.0-370705\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,+BAA+B,CAAC;AAC1C,QAAA,UAAU,GAAG,QAAQ,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/id-compressor\";\nexport const pkgVersion = \"2.80.0\";\n"]}
@@ -12,5 +12,6 @@ exports._dirname = void 0;
12
12
  // - Export '__dirname' from a .cjs file in the same directory.
13
13
  //
14
14
  // Note that *.cjs files are always CommonJS, but can be imported from ESM.
15
+ // eslint-disable-next-line unicorn/prefer-module
15
16
  exports._dirname = __dirname;
16
17
  //# sourceMappingURL=dirname.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"dirname.cjs","sourceRoot":"","sources":["../../../src/test/snapshots/dirname.cts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,WAAW;AACX,wCAAwC;AACxC,8CAA8C;AAC9C,YAAY;AACZ,iEAAiE;AACjE,EAAE;AACF,2EAA2E;AAC9D,QAAA,QAAQ,GAAG,SAAS,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n// Problem:\n// - `__dirname` is not defined in ESM\n// - `import.meta.url` is not defined in CJS\n// Solution:\n// - Export '__dirname' from a .cjs file in the same directory.\n//\n// Note that *.cjs files are always CommonJS, but can be imported from ESM.\nexport const _dirname = __dirname;\n"]}
1
+ {"version":3,"file":"dirname.cjs","sourceRoot":"","sources":["../../../src/test/snapshots/dirname.cts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,WAAW;AACX,wCAAwC;AACxC,8CAA8C;AAC9C,YAAY;AACZ,iEAAiE;AACjE,EAAE;AACF,2EAA2E;AAC3E,iDAAiD;AACpC,QAAA,QAAQ,GAAG,SAAS,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n// Problem:\n// - `__dirname` is not defined in ESM\n// - `import.meta.url` is not defined in CJS\n// Solution:\n// - Export '__dirname' from a .cjs file in the same directory.\n//\n// Note that *.cjs files are always CommonJS, but can be imported from ESM.\n// eslint-disable-next-line unicorn/prefer-module\nexport const _dirname = __dirname;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"dirname.d.cts","sourceRoot":"","sources":["../../../src/test/snapshots/dirname.cts"],"names":[],"mappings":"AAAA;;;GAGG;AASH,eAAO,MAAM,QAAQ,QAAY,CAAC"}
1
+ {"version":3,"file":"dirname.d.cts","sourceRoot":"","sources":["../../../src/test/snapshots/dirname.cts"],"names":[],"mappings":"AAAA;;;GAGG;AAUH,eAAO,MAAM,QAAQ,QAAY,CAAC"}
@@ -0,0 +1,29 @@
1
+ /* eslint-disable */
2
+ /**
3
+ * GENERATED FILE - DO NOT EDIT DIRECTLY.
4
+ * To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
5
+ */
6
+ import type { Linter } from "eslint";
7
+ import { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";
8
+
9
+ const config: Linter.Config[] = [
10
+ ...recommended,
11
+ {
12
+ rules: {
13
+ "@typescript-eslint/strict-boolean-expressions": "off",
14
+ },
15
+ },
16
+ {
17
+ files: ["*.spec.ts", "src/test/**/*.ts"],
18
+ rules: {
19
+ "import-x/no-nodejs-modules": [
20
+ "error",
21
+ {
22
+ "allow": ["node:assert", "node:crypto", "node:fs", "node:path"],
23
+ },
24
+ ],
25
+ },
26
+ },
27
+ ];
28
+
29
+ export default config;
@@ -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/id-compressor";
8
- export declare const pkgVersion = "2.74.0-370705";
8
+ export declare const pkgVersion = "2.80.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,kBAAkB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,WAAW,CAAC"}
@@ -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/id-compressor";
8
- export const pkgVersion = "2.74.0-370705";
8
+ export const pkgVersion = "2.80.0";
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,+BAA+B,CAAC;AACvD,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,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/id-compressor\";\nexport const pkgVersion = \"2.74.0-370705\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,+BAA+B,CAAC;AACvD,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,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/id-compressor\";\nexport const pkgVersion = \"2.80.0\";\n"]}
@@ -12,5 +12,6 @@ exports._dirname = void 0;
12
12
  // - Export '__dirname' from a .cjs file in the same directory.
13
13
  //
14
14
  // Note that *.cjs files are always CommonJS, but can be imported from ESM.
15
+ // eslint-disable-next-line unicorn/prefer-module
15
16
  exports._dirname = __dirname;
16
17
  //# sourceMappingURL=dirname.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"dirname.cjs","sourceRoot":"","sources":["../../../src/test/snapshots/dirname.cts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,WAAW;AACX,wCAAwC;AACxC,8CAA8C;AAC9C,YAAY;AACZ,iEAAiE;AACjE,EAAE;AACF,2EAA2E;AAC9D,QAAA,QAAQ,GAAG,SAAS,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n// Problem:\n// - `__dirname` is not defined in ESM\n// - `import.meta.url` is not defined in CJS\n// Solution:\n// - Export '__dirname' from a .cjs file in the same directory.\n//\n// Note that *.cjs files are always CommonJS, but can be imported from ESM.\nexport const _dirname = __dirname;\n"]}
1
+ {"version":3,"file":"dirname.cjs","sourceRoot":"","sources":["../../../src/test/snapshots/dirname.cts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,WAAW;AACX,wCAAwC;AACxC,8CAA8C;AAC9C,YAAY;AACZ,iEAAiE;AACjE,EAAE;AACF,2EAA2E;AAC3E,iDAAiD;AACpC,QAAA,QAAQ,GAAG,SAAS,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n// Problem:\n// - `__dirname` is not defined in ESM\n// - `import.meta.url` is not defined in CJS\n// Solution:\n// - Export '__dirname' from a .cjs file in the same directory.\n//\n// Note that *.cjs files are always CommonJS, but can be imported from ESM.\n// eslint-disable-next-line unicorn/prefer-module\nexport const _dirname = __dirname;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"dirname.d.cts","sourceRoot":"","sources":["../../../src/test/snapshots/dirname.cts"],"names":[],"mappings":"AAAA;;;GAGG;AASH,eAAO,MAAM,QAAQ,QAAY,CAAC"}
1
+ {"version":3,"file":"dirname.d.cts","sourceRoot":"","sources":["../../../src/test/snapshots/dirname.cts"],"names":[],"mappings":"AAAA;;;GAGG;AAUH,eAAO,MAAM,QAAQ,QAAY,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/id-compressor",
3
- "version": "2.74.0-370705",
3
+ "version": "2.80.0",
4
4
  "description": "ID compressor",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -81,35 +81,36 @@
81
81
  "temp-directory": "nyc/.nyc_output"
82
82
  },
83
83
  "dependencies": {
84
- "@fluid-internal/client-utils": "2.74.0-370705",
85
- "@fluidframework/core-interfaces": "2.74.0-370705",
86
- "@fluidframework/core-utils": "2.74.0-370705",
87
- "@fluidframework/telemetry-utils": "2.74.0-370705",
84
+ "@fluid-internal/client-utils": "~2.80.0",
85
+ "@fluidframework/core-interfaces": "~2.80.0",
86
+ "@fluidframework/core-utils": "~2.80.0",
87
+ "@fluidframework/telemetry-utils": "~2.80.0",
88
88
  "@tylerbu/sorted-btree-es6": "^1.8.0",
89
89
  "uuid": "^11.1.0"
90
90
  },
91
91
  "devDependencies": {
92
- "@arethetypeswrong/cli": "^0.17.1",
92
+ "@arethetypeswrong/cli": "^0.18.2",
93
93
  "@biomejs/biome": "~1.9.3",
94
- "@fluid-internal/mocha-test-setup": "2.74.0-370705",
95
- "@fluid-private/stochastic-test-utils": "2.74.0-370705",
94
+ "@fluid-internal/mocha-test-setup": "~2.80.0",
95
+ "@fluid-private/stochastic-test-utils": "~2.80.0",
96
96
  "@fluid-tools/benchmark": "^0.51.0",
97
- "@fluid-tools/build-cli": "^0.60.0",
97
+ "@fluid-tools/build-cli": "^0.62.0",
98
98
  "@fluidframework/build-common": "^2.0.3",
99
- "@fluidframework/build-tools": "^0.60.0",
100
- "@fluidframework/eslint-config-fluid": "2.74.0-370705",
101
- "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.73.0",
99
+ "@fluidframework/build-tools": "^0.62.0",
100
+ "@fluidframework/eslint-config-fluid": "~2.80.0",
101
+ "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.74.0",
102
102
  "@microsoft/api-extractor": "7.52.11",
103
103
  "@types/mocha": "^10.0.10",
104
104
  "@types/node": "^18.19.0",
105
105
  "c8": "^10.1.3",
106
- "concurrently": "^8.2.1",
106
+ "concurrently": "^9.2.1",
107
107
  "copyfiles": "^2.4.1",
108
- "cross-env": "^7.0.3",
109
- "eslint": "~8.57.1",
108
+ "cross-env": "^10.1.0",
109
+ "eslint": "~9.39.1",
110
+ "jiti": "^2.6.1",
110
111
  "mocha": "^10.8.2",
111
112
  "mocha-multi-reporters": "^1.5.1",
112
- "rimraf": "^4.4.0",
113
+ "rimraf": "^6.1.2",
113
114
  "typescript": "~5.4.5"
114
115
  },
115
116
  "typeValidation": {
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/id-compressor";
9
- export const pkgVersion = "2.74.0-370705";
9
+ export const pkgVersion = "2.80.0";
@@ -10,4 +10,5 @@
10
10
  // - Export '__dirname' from a .cjs file in the same directory.
11
11
  //
12
12
  // Note that *.cjs files are always CommonJS, but can be imported from ESM.
13
+ // eslint-disable-next-line unicorn/prefer-module
13
14
  export const _dirname = __dirname;