@flowgram.ai/ts-config 0.2.16 → 0.2.18

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/.eslintrc.js CHANGED
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+
1
6
  module.exports = {
2
7
  extends: ['../eslint-config/.eslintrc.node.js'],
3
8
  rules: {},
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "files": {
3
- "config/ts-config/.eslintrc.js": "982b4afc995164123a9dc8af17f1d7fbee7d2c5a",
3
+ "config/ts-config/.eslintrc.js": "6d73d09ab5512bc0ab3e9c2d8b4406de81b9283b",
4
4
  "config/ts-config/.rush/temp/shrinkwrap-deps.json": "361c02817412aaf19644282fc15e5ee9b2a4d093",
5
- "config/ts-config/global.d.ts": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
5
+ "config/ts-config/global.d.ts": "77723d8dd97e491251d63bbf84c63a55ab606666",
6
6
  "config/ts-config/package.json": "5cab1e6fa07aad20639b4d01f6ea06c81394212a",
7
7
  "config/ts-config/tsconfig.base.json": "66278fb6ca03207913dbd076229f98ebf89bf42f",
8
8
  "config/ts-config/tsconfig.flow.base.json": "1217472af5cb6f9bc530e2325872db5f8ec491eb",
package/CHANGELOG.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@flowgram.ai/ts-config",
3
3
  "entries": [
4
4
  {
5
- "version": "0.2.16",
6
- "tag": "@flowgram.ai/ts-config_v0.2.16",
7
- "date": "Fri, 27 Jun 2025 10:16:56 GMT",
5
+ "version": "0.2.18",
6
+ "tag": "@flowgram.ai/ts-config_v0.2.18",
7
+ "date": "Thu, 03 Jul 2025 02:45:25 GMT",
8
8
  "comments": {}
9
9
  }
10
10
  ]
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Change Log - @flowgram.ai/ts-config
2
2
 
3
- This log was last generated on Fri, 27 Jun 2025 10:16:56 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 03 Jul 2025 02:45:25 GMT and should not be manually modified.
4
4
 
5
- ## 0.2.16
6
- Fri, 27 Jun 2025 10:16:56 GMT
5
+ ## 0.2.18
6
+ Thu, 03 Jul 2025 02:45:25 GMT
7
7
 
8
8
  _Initial release_
9
9
 
package/global.d.ts CHANGED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/ts-config",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",