babel-plugin-saykit 0.4.0 → 0.5.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.
Files changed (2) hide show
  1. package/dist/index.d.cts +0 -1
  2. package/package.json +2 -2
package/dist/index.d.cts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { PluginAPI, PluginObj, parse } from "@babel/core";
2
-
3
2
  //#region src/index.d.ts
4
3
  declare module '@babel/core' {
5
4
  interface PluginAPI {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-plugin-saykit",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Babel plugin for SayKit",
5
5
  "keywords": [
6
6
  "i18n",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@babel/core": "^7.29.7",
40
- "@saykit/config": "^0.4.0"
40
+ "@saykit/config": "^0.5.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/babel__core": "^7.20.5"