@flowgram.ai/ts-config 0.1.27 → 0.1.29
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/.rush/temp/package-deps_build.json +1 -1
- package/CHANGELOG.json +3 -3
- package/CHANGELOG.md +3 -3
- package/package.json +2 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"config/ts-config/.eslintrc.js": "982b4afc995164123a9dc8af17f1d7fbee7d2c5a",
|
|
4
4
|
"config/ts-config/.rush/temp/shrinkwrap-deps.json": "361c02817412aaf19644282fc15e5ee9b2a4d093",
|
|
5
5
|
"config/ts-config/global.d.ts": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
|
|
6
|
-
"config/ts-config/package.json": "
|
|
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",
|
|
9
9
|
"config/ts-config/tsconfig.flow.path.json": "02a3c4731076e884452853e4c768e14f242f27c1",
|
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@flowgram.ai/ts-config",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"version": "0.1.
|
|
6
|
-
"tag": "@flowgram.ai/ts-config_v0.1.
|
|
7
|
-
"date": "Mon,
|
|
5
|
+
"version": "0.1.29",
|
|
6
|
+
"tag": "@flowgram.ai/ts-config_v0.1.29",
|
|
7
|
+
"date": "Mon, 19 May 2025 08:02:06 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 Mon,
|
|
3
|
+
This log was last generated on Mon, 19 May 2025 08:02:06 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
|
-
## 0.1.
|
|
6
|
-
Mon,
|
|
5
|
+
## 0.1.29
|
|
6
|
+
Mon, 19 May 2025 08:02:06 GMT
|
|
7
7
|
|
|
8
8
|
_Initial release_
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowgram.ai/ts-config",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.29",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"build": "exit",
|
|
18
18
|
"test": "exit",
|
|
19
19
|
"lint": "exit",
|
|
20
|
+
"watch": "exit",
|
|
20
21
|
"test:cov": "exit 0"
|
|
21
22
|
}
|
|
22
23
|
}
|