@atscript/typescript 0.1.39 → 0.1.40
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 +4 -4
- package/dist/cli.cjs +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://atscript.
|
|
2
|
+
<img src="https://atscript.dev/logo.svg" alt="Atscript" width="120" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">@atscript/typescript</h1>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<a href="https://atscript.
|
|
12
|
+
<a href="https://atscript.dev">Documentation</a> · <a href="https://atscript.dev/packages/typescript/">TypeScript Guide</a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -60,8 +60,8 @@ npx atscript-typescript-skill --global # Install globally
|
|
|
60
60
|
|
|
61
61
|
## Documentation
|
|
62
62
|
|
|
63
|
-
- [TypeScript Guide](https://atscript.
|
|
64
|
-
- [Full Documentation](https://atscript.
|
|
63
|
+
- [TypeScript Guide](https://atscript.dev/packages/typescript/)
|
|
64
|
+
- [Full Documentation](https://atscript.dev)
|
|
65
65
|
|
|
66
66
|
## License
|
|
67
67
|
|
package/dist/cli.cjs
CHANGED
|
@@ -2515,7 +2515,7 @@ var DbSyncController = class {
|
|
|
2515
2515
|
}
|
|
2516
2516
|
this.printer.typeCount(dbTypes.length);
|
|
2517
2517
|
this.printer.banner();
|
|
2518
|
-
const { SchemaSync } = await this.importFromCwd("@atscript/
|
|
2518
|
+
const { SchemaSync } = await this.importFromCwd("@atscripthttps://db.atscript.dev/sync", true);
|
|
2519
2519
|
const sync = new SchemaSync(dbSpace);
|
|
2520
2520
|
const plan = await sync.plan(dbTypes, {
|
|
2521
2521
|
force,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atscript/typescript",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.40",
|
|
4
4
|
"description": "Atscript: typescript-gen support.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"annotations",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"vitest": "3.2.4"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@atscript/
|
|
68
|
-
"@atscript/
|
|
67
|
+
"@atscript/db": "^0.1.39",
|
|
68
|
+
"@atscript/core": "^0.1.40"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
71
71
|
"@atscript/db": {
|