Skip to content

Commit c1faf2f

Browse files
committed
refactor: change package name to @rewritetoday/types
1 parent c19135b commit c1faf2f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0",
3-
"name": "@rewritejs/types",
3+
"name": "@rewritetoday/types",
44
"description": "Official Rewrite API typings that are always up to date",
55
"type": "module",
66
"main": "./dist/v1/index.js",

types/version.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// AUTO-GENERATED — DO NOT EDIT
22

33
/**
4-
* Current version of [@rewritejs/types](https://www.npmjs.com/package/@rewritejs/types).
4+
* Current version of [@rewritetoday/types](https://www.npmjs.com/package/@rewritetoday/types).
55
*/
66
export const version = '1.0.0' as const;
7+
8+
/**
9+
* Current Rewrite API version.
10+
*/
11+
export const API_VERSION = '1' as const;

0 commit comments

Comments
 (0)