Skip to content

Commit

Permalink
Update @gtm-support/core
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 24, 2021
1 parent c1090ca commit 7529ffc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"tsconfig.json"
],
"dependencies": {
"@gtm-support/core": "^1.0.0-alpha.1"
"@gtm-support/core": "^1.0.0-beta.2"
},
"devDependencies": {
"@types/jest": "~26.0.22",
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { GtmIdContainer, GtmQueryParams } from '@gtm-support/core/lib/GtmContainer';
import type { GtmIdContainer, GtmQueryParams } from '@gtm-support/core';
import type { Router } from 'vue-router';

/**
Expand Down
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertIsGtmId } from '@gtm-support/core/lib/assertIsGtmId';
import { loadScript, LoadScriptOptions } from '@gtm-support/core/lib/index';
import { assertIsGtmId, loadScript, LoadScriptOptions } from '@gtm-support/core';
import { App, nextTick, Plugin } from 'vue';
import { DEFAULT_CONFIG, VueGtmContainer, VueGtmQueryParams, VueGtmUseOptions } from './config';
import GtmPlugin from './plugin';
Expand Down
5 changes: 2 additions & 3 deletions src/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { GtmSupport, TrackEventOptions } from '@gtm-support/core';
import { DataLayerObject } from '@gtm-support/core/lib/DataLayerObject';
import { DataLayerObject, GtmSupport, TrackEventOptions } from '@gtm-support/core';
import { DEFAULT_CONFIG, VueGtmContainer, VueGtmUseOptions } from './config';

/**
Expand Down Expand Up @@ -77,5 +76,5 @@ export default class VueGtmPlugin implements GtmSupport {
}
}

export { DataLayerObject } from '@gtm-support/core/lib/DataLayerObject';
export { DataLayerObject } from '@gtm-support/core';
export { VueGtmPlugin };
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@gtm-support/core@^1.0.0-alpha.1":
version "1.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/@gtm-support/core/-/core-1.0.0-alpha.1.tgz#e3fcf2f882f9d8202645587aeaf940eeffe581f3"
integrity sha512-C2JhSolxLi2PgdQC5scWF1Y+Rj29GIN6ptYO+S/7Knw8nVWlz+BhYATZVVIl1I8GSxtzRf/Ssxhp5mjk+RW8dQ==
"@gtm-support/core@^1.0.0-beta.2":
version "1.0.0-beta.2"
resolved "https://registry.yarnpkg.com/@gtm-support/core/-/core-1.0.0-beta.2.tgz#1ee39bdc50685fbc4cb372d2983cdaf774e926a2"
integrity sha512-jGtI0ayXWx31gEtpQRIHpDxQCP5LljlVnobDQSLi5hQEZ2tGsx3TgHU/I64ol7FX2ve8lXnK1T//ZjKfOQTp4Q==

"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
Expand Down

0 comments on commit 7529ffc

Please sign in to comment.