Skip to content

Latest commit

 

History

History
468 lines (253 loc) · 6.16 KB

File metadata and controls

468 lines (253 loc) · 6.16 KB

@ctx-core/ctx-core-dev-tools

7.0.1

Patch Changes

  • chore: migrate scripts from pnpm to bun

7.0.0

Major Changes

    • install-ctx-core

6.1.25

Patch Changes

  • package.json: author: url,email

6.1.24

Patch Changes

  • package.json: files: + *.js

6.1.23

Patch Changes

  • fix: missing tsconfig.json

6.1.22

Patch Changes

  • version bump

6.1.21

Patch Changes

  • @ctx-core/monorepo: ^20.3.3 -> ^20.3.4

6.1.20

Patch Changes

  • @ctx-core/monorepo: ^20.3.1 -> ^20.3.2
  • @ctx-core/dev-tools: 8.1.111 -> 8.1.112
  • @ctx-core/function: ^21.17.16 -> ^21.17.17
  • @ctx-core/queue: ^7.5.18 -> ^7.5.19
  • @ctx-core/git-tools: ^7.0.61 -> ^7.0.62
  • @ctx-core/build: 1.0.299 -> 1.0.300
  • @ctx-core/ctx-core-package-tools: ^8.0.191 -> ^8.0.192

6.1.19

Patch Changes

  • @ctx-core/monorepo: ^20.3.0 -> ^20.3.1
  • @ctx-core/git-tools: ^7.0.60 -> ^7.0.61
  • @ctx-core/function: ^21.17.15 -> ^21.17.16
  • @ctx-core/dev-tools: 8.1.110 -> 8.1.111
  • @ctx-core/build: 1.0.298 -> 1.0.299
  • @ctx-core/ctx-core-package-tools: ^8.0.190 -> ^8.0.191
  • @ctx-core/queue: ^7.5.17 -> ^7.5.18

6.1.18

Patch Changes

  • @ctx-core/queue: ^7.5.16 -> ^7.5.17
  • @ctx-core/dev-tools: 8.1.109 -> 8.1.110
  • @ctx-core/git-tools: ^7.0.59 -> ^7.0.60
  • @ctx-core/monorepo: ^20.2.3 -> ^20.3.0
  • @ctx-core/ctx-core-package-tools: ^8.0.189 -> ^8.0.190
  • @ctx-core/build: 1.0.297 -> 1.0.298
  • @ctx-core/function: ^21.17.14 -> ^21.17.15

6.1.17

Patch Changes

  • @ctx-core/git-tools: ^7.0.58 -> ^7.0.59
  • @ctx-core/queue: ^7.5.15 -> ^7.5.16
  • @ctx-core/build: 1.0.296 -> 1.0.297
  • @ctx-core/monorepo: ^20.2.2 -> ^20.2.3
  • @ctx-core/ctx-core-package-tools: ^8.0.188 -> ^8.0.189
  • @ctx-core/dev-tools: 8.1.108 -> 8.1.109
  • @ctx-core/function: ^21.17.13 -> ^21.17.14

6.1.16

Patch Changes

  • @ctx-core/dev-tools: 8.1.107 -> 8.1.108
  • @ctx-core/build: 1.0.295 -> 1.0.296
  • @ctx-core/git-tools: ^7.0.57 -> ^7.0.58
  • @ctx-core/ctx-core-package-tools: ^8.0.187 -> ^8.0.188
  • @ctx-core/monorepo: ^20.2.1 -> ^20.2.2
  • @ctx-core/function: ^21.17.12 -> ^21.17.13
  • @ctx-core/queue: ^7.5.13 -> ^7.5.15

6.1.15

Patch Changes

  • @ctx-core/dev-tools: 8.1.94 -> 8.1.107
  • @pnpm/list: ^9.0.2 -> ^9.0.3
  • @ctx-core/queue: ^7.5.1 -> ^7.5.13
  • pnpm: 8.2.0 -> 8.3.0
  • @ctx-core/build: 1.0.281 -> 1.0.295
  • @ctx-core/git-tools: ^7.0.45 -> ^7.0.57
  • @ctx-core/monorepo: ^20.1.0 -> ^20.2.1
  • @pnpm/sort-packages: ^5.0.0 -> ^5.0.1

6.1.2

Patch Changes

  • tsconfig.json: - importsNotUsedAsValues

6.1.1

Patch Changes

  • tsconfig.json: - importsNotUsedAsValues

6.0.27

Patch Changes

  • version bump

6.0.26

Patch Changes

  • fix: error TS6059: * is not under 'rootDir': package.json: types: ./dist/index.d.ts

6.0.25

Patch Changes

  • tsconfig.json: "target": "ES2021"

6.0.24

Patch Changes

  • package.json: "types": "./src/index.ts": better editing experience

6.0.23

Patch Changes

  • fix: build

6.0.22

Patch Changes

  • *.d.ts export

6.0.21

Patch Changes

  • fix: tsconfig.json: "rootDir": "."

6.0.20

Patch Changes

  • package.json: svelte: ./dist/index.js

6.0.19

Patch Changes

  • typescript: ^4.4.4 -> ^4.5.2

6.0.18

Patch Changes

  • typescript: ^4.4.3 -> ^4.4.4

6.0.17

Patch Changes

  • typescript: ^4.4.2 -> ^4.4.3

6.0.16

Patch Changes

  • typescript: ^4.3.5 -> ^4.4.2

6.0.15

Patch Changes

  • fix: sourceMappingURL: "mapRoot": ""

6.0.14

Patch Changes

  • tsconfig.json: "target": "es2019"

6.0.13

Patch Changes

  • fix: cjs: load as a Promise

6.0.12

Patch Changes

  • "main": "./dist/index.cjs"

6.0.11

Patch Changes

  • fix: index.cjs: module.exports = require('./index.js')

6.0.10

Patch Changes

  • back to esm module with cjs using esm npm package to load library

6.0.9

Patch Changes

  • support cjs & esm: + "exports"

6.0.8

Patch Changes

  • 2a6971f80: fix: "type": "module"

6.0.7

Patch Changes

  • typescript: ^4.3.4 -> ^4.3.5

6.0.6

Patch Changes

  • dist directory

6.0.5

Patch Changes

  • tsconfig.json: "lib": ["dom", "ESNext"]

6.0.4

Patch Changes

  • fix: deploying *.js files

6.0.3

Patch Changes

  • fix: npm run clean

6.0.2

Patch Changes

  • typescript: ^4.3.3 -> ^4.3.4

6.0.1

Patch Changes

  • typescript: ^4.3.2 -> ^4.3.3

6.0.0

Major Changes

  • move from dist to src directory

5.3.3

Patch Changes

  • version bump: run build

5.3.2

Patch Changes

  • fix: build: clean up old build files in dist

5.3.1

Patch Changes

  • update dependencies

5.3.0

Minor Changes

  • fix tsc build directory issues

5.2.1

Patch Changes

  • .gitignore: - *.js

5.2.0

Minor Changes

  • dist,types directory: addressing typescript build issues

5.1.3

Patch Changes

  • types: ./src/index.d.ts: address error TS2742 issue

5.1.2

Patch Changes

  • .npmignore: + ~

5.1.1

Patch Changes

  • fix: target: 2018: nodejs compatability

5.1.0

Minor Changes

  • "noImplicitAny": true

5.0.9

Patch Changes

  • update dependencies

5.0.8

Patch Changes

  • typescript: ^4.2.3 -> ^4.2.4

5.0.7

Patch Changes

  • version bump

5.0.6

Patch Changes

5.0.5

Patch Changes

  • typescript: ^4.2.2 -> ^4.2.3

5.0.4

Patch Changes

  • version bump

5.0.3

Patch Changes

  • typescript: ^4.1.5 -> ^4.2.2

5.0.2

Patch Changes

  • typescript: ^4.1.4 -> ^4.1.5

5.0.1

Patch Changes

  • typescript: ^4.1.3 -> ^4.1.4

5.0.0

Major Changes

  • src directory

4.0.0

Major Changes

  • package name is @ctx-core/ctx-core-dev-tools: specific to @ctx-core/dev project

Patch Changes

    • .rush

3.0.3

Patch Changes

  • typescript: ^4.1.2 -> ^4.1.3

3.0.2

Patch Changes

  • typescript: ^4.0.5 -> ^4.1.2

3.0.1

Patch Changes

  • typescript: ^4.0.3 -> ^4.0.5

3.0.0

Major Changes

  • Typescript strict checking

2.0.4

Patch Changes

  • b9e939c6a: fix: .npmignore so *.js files are published

2.0.1

Patch Changes

  • 742cb92c6: package.json: - gitHead

2.0.0

Major Changes

  • 8df35c90e: pnpm, @microsoft/rush, & @changesets/cli