@hypernym/nuxt-gsap
Advanced tools
Comparing version 2.4.2 to 2.4.3
{ | ||
"name": "@hypernym/nuxt-gsap", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"configKey": "gsap", | ||
@@ -8,2 +8,2 @@ "compatibility": { | ||
} | ||
} | ||
} |
@@ -30,2 +30,2 @@ import { ModuleOptions } from './module' | ||
export { ModuleOptions, default } from './module' | ||
export { ModuleOptions, default } from './module' |
MIT License | ||
Copyright (c) 2023 Ivo Dolenc, Hypernym Studio | ||
Copyright (c) 2024 Ivo Dolenc, Hypernym Studio | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@hypernym/nuxt-gsap", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"author": "Hypernym Studio", | ||
@@ -37,4 +37,4 @@ "description": "GSAP module for Nuxt.", | ||
"preview:play": "nuxt preview playground", | ||
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js .", | ||
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js --fix .", | ||
"lint": "eslint -c .config/eslint.config.js .", | ||
"lint:fix": "eslint -c .config/eslint.config.js --fix .", | ||
"format": "prettier --config .config/prettier.config.js --write .", | ||
@@ -44,14 +44,14 @@ "prepublishOnly": "npm run build" | ||
"dependencies": { | ||
"gsap": "^3.12.2" | ||
"gsap": "^3.12.5" | ||
}, | ||
"devDependencies": { | ||
"@hypernym/bundler": "^0.1.2", | ||
"@hypernym/eslint-config": "^2.0.2", | ||
"@hypernym/prettier-config": "^2.0.2", | ||
"@types/node": "^20.8.5", | ||
"eslint": "^8.51.0", | ||
"nuxt": "^3.7.4", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2" | ||
"@hypernym/bundler": "^0.9.3", | ||
"@hypernym/eslint-config": "^3.0.2", | ||
"@hypernym/prettier-config": "^3.0.1", | ||
"@types/node": "^22.5.0", | ||
"eslint": "^9.9.1", | ||
"nuxt": "^3.13.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22049
520
Updatedgsap@^3.12.5