@sbc-connect/nuxt-pay 0.1.34 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @sbc-connect/nuxt-pay
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#118](https://github.com/bcgov/connect-nuxt/pull/118) [`41e58f4`](https://github.com/bcgov/connect-nuxt/commit/41e58f44e6d216e7de568bccb2e240b2d89b8408) Thanks [@deetz99](https://github.com/deetz99)! - Remove now unnecessary css module workaround.
8
+
9
+ - [#117](https://github.com/bcgov/connect-nuxt/pull/117) [`e3da105`](https://github.com/bcgov/connect-nuxt/commit/e3da1056247f5c502578dc70f95375e66e3cc1da) Thanks [@deetz99](https://github.com/deetz99)! - Update all dependencies
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`41e58f4`](https://github.com/bcgov/connect-nuxt/commit/41e58f44e6d216e7de568bccb2e240b2d89b8408), [`9f42868`](https://github.com/bcgov/connect-nuxt/commit/9f428681207188292d52cf6d370035f54bdb6ab4), [`e3da105`](https://github.com/bcgov/connect-nuxt/commit/e3da1056247f5c502578dc70f95375e66e3cc1da), [`ee5ba9e`](https://github.com/bcgov/connect-nuxt/commit/ee5ba9e6f7302e8ea11fd0ebfa887c4f6269b0ee), [`fe3eef1`](https://github.com/bcgov/connect-nuxt/commit/fe3eef1b39cc5883cc5e8560efe0dd89d04d0455)]:
14
+ - @sbc-connect/nuxt-auth@0.4.0
15
+
16
+ ## 0.1.35
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`8571754`](https://github.com/bcgov/connect-nuxt/commit/8571754160242c3233838fc039fd1a01ff9d7a82)]:
21
+ - @sbc-connect/nuxt-auth@0.3.0
22
+
3
23
  ## 0.1.34
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,23 +1,22 @@
1
1
  {
2
2
  "name": "@sbc-connect/nuxt-pay",
3
3
  "type": "module",
4
- "version": "0.1.34",
4
+ "version": "0.2.0",
5
5
  "repository": "github:bcgov/connect-nuxt",
6
6
  "license": "BSD-3-Clause",
7
7
  "main": "./nuxt.config.ts",
8
8
  "devDependencies": {
9
9
  "@axe-core/playwright": "4.11.0",
10
- "@vitest/coverage-v8": "3.2.4",
11
10
  "dotenv": "17.2.3",
12
- "nuxt": "4.1.3",
11
+ "nuxt": "4.2.2",
13
12
  "typescript": "5.9.3",
14
- "vue-tsc": "3.1.2",
13
+ "vue-tsc": "3.2.1",
14
+ "@sbc-connect/vitest-config": "0.1.0",
15
15
  "@sbc-connect/eslint-config": "0.0.8",
16
- "@sbc-connect/playwright-config": "0.0.8",
17
- "@sbc-connect/vitest-config": "0.0.6"
16
+ "@sbc-connect/playwright-config": "0.1.0"
18
17
  },
19
18
  "dependencies": {
20
- "@sbc-connect/nuxt-auth": "0.2.1"
19
+ "@sbc-connect/nuxt-auth": "0.4.0"
21
20
  },
22
21
  "scripts": {
23
22
  "preinstall": "npx only-allow pnpm",
@@ -1,15 +0,0 @@
1
- import { defineNuxtModule, createResolver } from 'nuxt/kit'
2
-
3
- export default defineNuxtModule({
4
- meta: {
5
- name: 'pay-assets',
6
- configKey: 'payAssets'
7
- },
8
- defaults: {},
9
- async setup(_options, _nuxt) {
10
- console.info('Setting up **pay** assets module')
11
- const resolver = createResolver(import.meta.url)
12
-
13
- _nuxt.options.css.push(resolver.resolve('./runtime/assets/connect-pay-tw.css'))
14
- }
15
- })
@@ -1,2 +0,0 @@
1
- @import "#connect-theme";
2
- @source "../../../../app";