Skip to content

Commit

Permalink
Update packages w typesVersions for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lychyi committed Feb 13, 2020
1 parent d28bce5 commit 038b7f9
Show file tree
Hide file tree
Showing 33 changed files with 99 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/a11y/package.json
Expand Up @@ -22,6 +22,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/actions/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/backgrounds/package.json
Expand Up @@ -21,6 +21,9 @@
"author": "jbaxleyiii",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/centered/package.json
Expand Up @@ -19,6 +19,9 @@
"author": "Muhammed Thanish <mnmtanish@gmail.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/cssresources/package.json
Expand Up @@ -21,6 +21,9 @@
"author": "nm123github",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/design-assets/package.json
Expand Up @@ -23,6 +23,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/essentials/package.json
Expand Up @@ -19,6 +19,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md"
Expand Down
3 changes: 3 additions & 0 deletions addons/events/package.json
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/graphql/package.json
Expand Up @@ -18,6 +18,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/jest/package.json
Expand Up @@ -24,6 +24,9 @@
"author": "Renaud Tertrais <renaud.tertrais@gmail.com> (https://github.com/renaudtertrais)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/knobs/package.json
Expand Up @@ -18,6 +18,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/links/package.json
Expand Up @@ -18,6 +18,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/ondevice-backgrounds/package.json
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"docs/**/*",
Expand Down
3 changes: 3 additions & 0 deletions addons/ondevice-notes/package.json
Expand Up @@ -16,6 +16,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"docs/**/*",
Expand Down
3 changes: 3 additions & 0 deletions addons/queryparams/package.json
Expand Up @@ -19,6 +19,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/storyshots/storyshots-core/package.json
Expand Up @@ -18,6 +18,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions addons/storyshots/storyshots-puppeteer/package.json
Expand Up @@ -18,6 +18,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions dev-kits/addon-decorator/package.json
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions dev-kits/addon-parameter/package.json
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions dev-kits/addon-preview-wrapper/package.json
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions dev-kits/addon-roundtrip/package.json
Expand Up @@ -20,6 +20,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
Expand Down
3 changes: 3 additions & 0 deletions lib/api/package.json
Expand Up @@ -16,6 +16,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/channel-postmessage/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/channel-websocket/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/channels/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/client-api/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/client-logger/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/components/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/core-events/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/node-logger/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/postinstall/package.json
Expand Up @@ -18,6 +18,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/router/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down
3 changes: 3 additions & 0 deletions lib/theming/package.json
Expand Up @@ -17,6 +17,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<=3.5": { "*": ["ts3.5/*"] }
},
"files": [
"dist/**/*",
"README.md",
Expand Down

0 comments on commit 038b7f9

Please sign in to comment.