From 9f9300adb379f0e8be7aaf7b89c14c015f8cf0ef Mon Sep 17 00:00:00 2001 From: "OBE (Online Business Engineering)" <33532265+oberocks@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:48:53 -0500 Subject: [PATCH 1/3] removing @types/ziggy-js from installation deps array and the ViltDsJetstreamDependency type --- src/data/npm/vilt-ds-jetstream-deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/npm/vilt-ds-jetstream-deps.ts b/src/data/npm/vilt-ds-jetstream-deps.ts index e763b1c5..b58ecbc7 100644 --- a/src/data/npm/vilt-ds-jetstream-deps.ts +++ b/src/data/npm/vilt-ds-jetstream-deps.ts @@ -3,7 +3,6 @@ export type ViltDsJetstreamDependency = 'typescript' | '@types/node' | '@inertiajs/progress' -| '@types/ziggy-js' | 'ziggy-js' | '@obewds/vueventus' | '@headlessui/vue' @@ -16,12 +15,13 @@ export type ViltDsJetstreamDependency = 'typescript' | '@vue/test-utils' | '@vitest/coverage-v8' | '@types/jest' +// | '@types/ziggy-js' export default [ 'typescript', '@types/node', '@inertiajs/progress', - '@types/ziggy-js', + // '@types/ziggy-js', 'ziggy-js', '@obewds/vueventus', '@headlessui/vue', From 494d382adecc03060f06d131b595f4d1cd0e27b1 Mon Sep 17 00:00:00 2001 From: "OBE (Online Business Engineering)" <33532265+oberocks@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:50:10 -0500 Subject: [PATCH 2/3] generating fresh build files for final testing before publishing --- dist/data/npm/vilt-ds-jetstream-deps.d.ts | 2 +- dist/data/npm/vilt-ds-jetstream-deps.js | 3 ++- dist/data/npm/vilt-ds-jetstream-deps.js.map | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/data/npm/vilt-ds-jetstream-deps.d.ts b/dist/data/npm/vilt-ds-jetstream-deps.d.ts index 8f24c200..1d2eb3e2 100644 --- a/dist/data/npm/vilt-ds-jetstream-deps.d.ts +++ b/dist/data/npm/vilt-ds-jetstream-deps.d.ts @@ -1,3 +1,3 @@ -export type ViltDsJetstreamDependency = 'typescript' | '@types/node' | '@inertiajs/progress' | '@types/ziggy-js' | 'ziggy-js' | '@obewds/vueventus' | '@headlessui/vue' | '@tailwindcss/aspect-ratio' | '@headlessui/tailwindcss' | 'tailwind-scrollbar' | 'gsap' | 'vitest' | 'happy-dom' | '@vue/test-utils' | '@vitest/coverage-v8' | '@types/jest'; +export type ViltDsJetstreamDependency = 'typescript' | '@types/node' | '@inertiajs/progress' | 'ziggy-js' | '@obewds/vueventus' | '@headlessui/vue' | '@tailwindcss/aspect-ratio' | '@headlessui/tailwindcss' | 'tailwind-scrollbar' | 'gsap' | 'vitest' | 'happy-dom' | '@vue/test-utils' | '@vitest/coverage-v8' | '@types/jest'; declare const _default: ViltDsJetstreamDependency[]; export default _default; diff --git a/dist/data/npm/vilt-ds-jetstream-deps.js b/dist/data/npm/vilt-ds-jetstream-deps.js index f61b0d7d..f910b06a 100644 --- a/dist/data/npm/vilt-ds-jetstream-deps.js +++ b/dist/data/npm/vilt-ds-jetstream-deps.js @@ -1,9 +1,10 @@ // ./src/data/npm/vilt-ds-jetstream-deps.ts +// | '@types/ziggy-js' export default [ 'typescript', '@types/node', '@inertiajs/progress', - '@types/ziggy-js', + // '@types/ziggy-js', 'ziggy-js', '@obewds/vueventus', '@headlessui/vue', diff --git a/dist/data/npm/vilt-ds-jetstream-deps.js.map b/dist/data/npm/vilt-ds-jetstream-deps.js.map index d7a6252b..31d0bcc0 100644 --- a/dist/data/npm/vilt-ds-jetstream-deps.js.map +++ b/dist/data/npm/vilt-ds-jetstream-deps.js.map @@ -1 +1 @@ -{"version":3,"file":"vilt-ds-jetstream-deps.js","sourceRoot":"","sources":["../../../src/data/npm/vilt-ds-jetstream-deps.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAmB3C,eAAe;IACX,YAAY;IACZ,aAAa;IACb,qBAAqB;IACrB,iBAAiB;IACjB,UAAU;IACV,mBAAmB;IACnB,iBAAiB;IACjB,2BAA2B;IAC3B,yBAAyB;IACzB,oBAAoB;IACpB,MAAM;IACN,QAAQ;IACR,WAAW;IACX,iBAAiB;IACjB,qBAAqB;IACrB,aAAa;CACoB,CAAA"} \ No newline at end of file +{"version":3,"file":"vilt-ds-jetstream-deps.js","sourceRoot":"","sources":["../../../src/data/npm/vilt-ds-jetstream-deps.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAiB3C,sBAAsB;AAEtB,eAAe;IACX,YAAY;IACZ,aAAa;IACb,qBAAqB;IACrB,qBAAqB;IACrB,UAAU;IACV,mBAAmB;IACnB,iBAAiB;IACjB,2BAA2B;IAC3B,yBAAyB;IACzB,oBAAoB;IACpB,MAAM;IACN,QAAQ;IACR,WAAW;IACX,iBAAiB;IACjB,qBAAqB;IACrB,aAAa;CACoB,CAAA"} \ No newline at end of file From 6273db3221db0aad6b581e4ffce0cdfeaabdb398 Mon Sep 17 00:00:00 2001 From: "OBE (Online Business Engineering)" <33532265+oberocks@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:50:55 -0500 Subject: [PATCH 3/3] 0.18.7 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed0cd2f5..e868b39a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@obewds/vilt-ds", - "version": "0.18.6", + "version": "0.18.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@obewds/vilt-ds", - "version": "0.18.6", + "version": "0.18.7", "license": "MIT", "dependencies": { "@obewds/puff-js": "^0.1.8", diff --git a/package.json b/package.json index 3383d56c..5e077c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@obewds/vilt-ds", - "version": "0.18.6", + "version": "0.18.7", "description": "The official repository for the VILT Design System for the Vue.js, Inertia.js, Laravel, and Tailwind CSS web app stack that is turbocharged with Typescript and VueVentus.", "license": "MIT", "author": "Matt McT",