abckit 0.0.24 → 0.0.25

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/module.mjs +2 -1
  2. package/package.json +2 -2
package/dist/module.mjs CHANGED
@@ -31,7 +31,8 @@ const module$1 = defineNuxtModule({
31
31
  baseURL: isMobileBuild ? mobileBaseURL : void 0,
32
32
  basePath: "/api/auth",
33
33
  capacitor: isMobileBuild
34
- }
34
+ },
35
+ npm: false
35
36
  },
36
37
  moduleDependencies: (nuxt) => ({
37
38
  "@nuxtjs/tailwindcss": {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "abckit",
3
3
  "type": "module",
4
- "version": "0.0.24",
4
+ "version": "0.0.25",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "workspaces": ["playground/*"],
@@ -53,7 +53,7 @@
53
53
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
54
54
  "lint": "eslint .",
55
55
  "lint:fix": "eslint . --fix",
56
- "test:types": "nuxt typecheck ./ --noEmit && cd playground && nuxt typecheck --noEmit",
56
+ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
57
57
  "release": "pnpm publish --no-git-checks --access public"
58
58
  },
59
59
  "dependencies": {